Fixing YACCS
If you are running the YACCS commenting system like I am here and your web visitors are getting a ycso undefined error when the Yaccs server can't be reached then you can add the following code to the one they supplied.
You should add this as the first line of the get_comment_link function:
if( typeof(ycso) == 'undefined'){document.write('comments are out of order at the moment');return;}
Hope this helps folks out there as I was getting tired of these errors popping up for every single blog entry when their server was unreachable.
|