VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    I posted this text:

    HTML Code:
    Read this:  [URL="http://www.aquilinestudios.org/avsfilters/index.html"]Scintilla's Guide to AVISynth Postprocessing Filters[/URL]
    But instead of this:
    Read this: Scintilla's Guide to AVISynth Postprocessing Filters

    the result was was this:
    Read this: Scintilla's Guide to AVISynth Postprocessing Filters

    Where the word "Avisynth" in the middle of my URL tags is "tool linked", messing up my link.

    Also I notice that words in CODE tags are parsed and linked to tools -- this is really annoying and can break code. I found that using the HTML tag does prevent parsing, as above.

    I know that I can disable parsing of tool links per post by unchecking the option, but if I forget, the text is scrambled; if I go back to correct a typo, the "parse" option is reselected and cannot be unselected unless you click "Advanced" -- but clicking "Advanced" causes the tool links to be parsed before I can turn it off!!!!!!!

    Anyway, I think that text between URL or CODE tags should never be parsed into tool links.

    (I had to edit and reedit this about 6 times to do and undo all the parsing....)
    Last edited by AlanHK; 17th Mar 2010 at 09:39.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Yep. It's annoying. I will see if I can tweak my tools replace regular expression.
    Quote Quote  
  3. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by Baldrick View Post
    Yep. It's annoying. I will see if I can tweak my tools replace regular expression.

    Is this going to happen?

    Every time I paste a script into a post, the automatic links really **** it up.
    Quote Quote  
  4. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I'm working on it as you see....
    Quote Quote  
  5. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Thanks.
    Quote Quote  
  6. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    I think it should work pretty good now.


    Code:
    \tmpgenc
    bd rebuilder
    loadplugin(\"P:\AviSynth 2.5\Old\LoadPluginEx.dll\")
    Url with dvdrebuilder text


    Code works fine with urls is not that simple to fix...
    Last edited by Baldrick; 30th Aug 2010 at 03:10.
    Quote Quote  
  7. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    And now a new, almost as annoying problem:

    If I post this text:

    loadplugin("P:\AviSynth 2.5\Old\LoadPluginEx.dll")
    DirectShowSource("file.xyz")
    Soundout()
    in CODE tags it adds backslashes to the quote marks:.

    Code:
    loadplugin(\"P:\AviSynth 2.5\Old\LoadPluginEx.dll\")
    DirectShowSource(\"file.xyz\")
    Soundout()
    And for extra laughs, every time I edit it, it adds a new set of backslashes. So I get

    loadplugin(\\\"P:\AviSynth 2.5\Old\LoadPluginEx.dll\\\")
    DirectShowSource(\\\"file.xyz\\\")
    Soundout()
    after a couple of edits.

    Why does the forum software insist on screwing with code?
    Last edited by AlanHK; 30th Aug 2010 at 00:23.
    Quote Quote  
  8. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    It's not the forum software that causes this...it's my crappy code. .

    I disabled the tool linking when editing until I found the bug.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!