Quote:
Originally Posted by Switch3130
when I searched for this "YAHOO.util.Event.on(anchors[i]" in the file to make the changes it wasn't found.
What is going on?
|
The code is there, but if you downloaded the compressed version of the file it looks slightly different. You need to search for these two strings:
Code:
{YAHOO.util.Event.on(C[b],"click",qr_newreply_activate,this)}
and
Code:
YAHOO.util.Event.on(A,"click",qr_replytothread_activate,this)
Comment them per my first post. Depending what result you want will determine which one(s) you comment out. (Yes, the first one has a curly brace but the second one does not.

) If it doesn't work for you, try adding a space before the comment lines, which worked for boatswife in post #11 below.
I only found out about the compressed version after I wrote the article, or I would've included it then.