![]() |
Quote:
However, are you saying vBulletin display those characters incorrect? That would seem weird to me. |
1 Attachment(s)
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. |
very nice. thanks :)
btw, how do you rename "excellente" :D |
Quote:
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; 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:
|
Quote:
for the status icon, the following works instead (yes omit the http:// part or else the link becomes http://http// ): HTML Code:
setAttribute('src', 'www.mydomain.com/forum/images/statusicon/thread_dot_new.gif'); |
Nice hack, will come in very useful for staff.
I have the Seperate Sticky hack installed, The fix you mention does work in that it keeps the stickies seperated although it stops the thread list from updating in real time, a refresh is required. (Although post notification icon updates in real time) Can this be fixed? |
Quote:
|
1 Attachment(s)
The stickies still seperate yes, it's just when you bump it doesn't do it straight away, a refresh is required to see that the tread has been bumped. I'm not sure how i can show this in a screen shot, but here's one anyway.
Actually the Seperated Sticky fix doesn't work, I guess I didn't test it right. Although one can 'unstick' the bumped threads which puts them back into the normal threads. |
Quote:
Well I don't have time to write custom code for everyone depending on whether their forumdisplay is modified or not. Maybe I'll make a fix for those with the separate sticky hack, but not for now. Maybe you could live with the fact that it's bumped yet it doesn't show until page refresh. If not, then uninstall? |
When more restrictions can be applied I will install this hack too.
*Reserved* |
All times are GMT. The time now is 05:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|