Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dima Stefantsov 100 posts 225 karma points
    Oct 16, 2012 @ 20:24
    Dima Stefantsov
    0

    SEO keywords are displayed wrong

    Keywords must be separated by a comma. You are using StripNonAphaNumeric which is Regex.Replace(s, "[^A-Za-z0-9]", " ").Replace("  ", " ")

    It should be [^A-Za-z0-9,] instead.

    I would commit this fix / make a pull request to uBlogsy myself, but I can't find the repository. If there's no repository, I see no reason to not make it.

    Thanks for the great package, btw :)

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 31, 2012 @ 23:53
    Anthony Dang
    0

    Thanks. I added it to the macro script since the method StripNonAphaNumeric  is shared.

    It will be up in the next release.


  • Dima Stefantsov 100 posts 225 karma points
    Apr 13, 2013 @ 09:37
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 18, 2013 @ 11:13
    Anthony Dang
    100

    I just removed the StripNonAphaNumeric() call. I don't see any point in having it anymore.

     

  • Dima Stefantsov 100 posts 225 karma points
    Apr 18, 2013 @ 12:30
    Dima Stefantsov
    0

    Haha, right :) Because I had to edit that Regex anyway: had to include Russian characters there. I believe there is something like \w for a letter in regex syntax, but removing it altogether will certainly work. If one is to enter characters like " or > in keyword, it's their problem :)

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Apr 18, 2013 @ 14:17
    Anthony Dang
    0

    Yeah i think i added it at the time because i wanted to hand-hold editors. 

     

Please Sign in or register to post replies

Write your reply to:

Draft