Quote:
Originally Posted by parrot5
After a thread is bumped, the following error appears:
Attachment 60261
And the post status icon is not read from the correct path:
Attachment 60262
Any idea how I can correct these problems? Thanks.
BTW, in a somewhat related reply to the poster above who has some encoding problem, I can report that I have this mod working in my UTF-8 3.6.4 for Chinese characters (both Simplified and Traditional) and there is no character/encoding problem for me.
|
Is that IE6?
On line 74 in
threadbump.js try change
HTML Code:
document.getElementById('td_threadtitle_' + tthreadid).parentNode.getElementsByTagName('td')[3].getElementsByTagName('div')[0].getElementsByTagName('span')[0].firstChild.nodeValue = xmlHttp.responseText;
to
HTML Code:
document.getElementById('td_threadtitle_' + tthreadid).parentNode.getElementsByTagName('td')[3].getElementsByTagName('div')[0].getElementsByTagName('span')[0].innerHTML = xmlHttp.responseText;
also on line 72 you can hardcode your statusicon folder like so
HTML Code:
setAttribute('src', 'http://www.mydomain.com/forum/images/statusicon/thread_dot_new.gif');
Quote:
Originally Posted by giotmuadong
very nice. thanks 
btw, how do you rename "excellente" 
|
What do you mean "excellente" ?