Quote:
Originally Posted by ChrisLM2001
Buro,
Does this hack conflict with other JS? Inserted the code into the functions_bbcodeparse.php (and saved it  ), but when testing it nothing shows up, just a blank post.  Remove the code, email linking returns fine.
Tested it on a 3.0.7 modded style and the default (unmodded) style, to no avail.
Chris
|
It shouldn't do... it merely unescape's and document.write's, neither of which would have any problems at all providing javascript is enabled.
However... if any prior JavaScript on a page has an error, then subsequent JavaScript may not execute.
So I would recommend you find what JavaScript you have that is causing errors and fix that

You can turn on "Show an alert for each script error" within the Advanced options of IE's Internet Options... or in Firefox turn on the JavaScript console.
Once the thing that is causing the error is fixed, then this will work too