Viewing 15 replies - 1 through 15 (of 15 total)
  • Already installed – very nice indeed. thanks !

    Nice, this shall be added to EuroCSS.NET straight away!

    Any chance one using its functionality in my Forum Plugin?

    Thread Starter viper007bond

    (@viper007bond)

    Go for it. ??

    [edit] Oh, and you may want to add something like this so that your quote link doesn’t show up for unregistered users (i.e. those who can comment):

    get_currentuserinfo();

    if (function_exists('quote_comment') && $userdata->user_login) {
    // the quote comment function here
    }

    [/edit]

    yeah i actualy already looked at putting that in place anyway as i only allow ppl to comment if registered

    Thread Starter viper007bond

    (@viper007bond)

    Grr, just realized WP doesn’t like blockquotes inside of blockquotes and when it fixes it, it screws up quoting a quote.

    I’ll work on having it strip out all blockquotes or something in the comment being quoted.

    Thread Starter viper007bond

    (@viper007bond)

    Seems it’s a known issue: https://trac.www.ads-software.com/ticket/1170

    I’ll look into removing blockquotes from within quoted comments, but meanwhile, just go to Options -> Writing in your admin area and uncheck “WordPress should correct invalidly nested XHTML automatically”, that is assuming you are comfortable being able to remember to close your HTML tags. ??

    Gaargh! That is so cool, I’ll be including the hooks for it in my next template….….. and just when I thought I was close to being done too….

    -tg

    Thread Starter viper007bond

    (@viper007bond)

    Haha! ??

    Thread Starter viper007bond

    (@viper007bond)

    Okay, I’ve coded up a version where all <blockquote> tags are stripped from the quoted comment’s contents if “WordPress should correct invalidly nested XHTML automatically” is enabled. Hopefully the above mentioned bug will be fixed in version 1.6. ??

    I’ll release the new version of my plugin soon. ??

    Thread Starter viper007bond

    (@viper007bond)

    Thread Starter viper007bond

    (@viper007bond)

    Complete recode from scratch. Much MUCH better now. ??

    https://www.viper007bond.com/archives/2006/01/02/quote-comment-v20-released/

    sorry, but i can’t open this link – https://www.viper007bond.com/wordpress-plugins/quote-comment/

    please fix it!

    erm, I click on the URL given above and apparently I was a spambot? and deny access to the site..

    Got a

    Precondition Failed

    We’re sorry, but we could not fulfill your request for /wordpress-plugins/quote-comment/ on this server. The anti-spam bot script on this server thinks you are bad.

    We have established rules for access to this server, and any person or robot that violates these rules will be unable to access this site.

    ??? Anyway for me to view the site?

    jurchix and Truth,
    Can’t you see the new link for the new release just above your posts?
    (that’s what happens when ppl don’t read the whole thread ??

    moshu: I did saw it, I click on the new link and got the “Precondition Failed” message.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[NEW!] Quote Comment’ is closed to new replies.