tqvn2004 |
04-24-2006 03:59 PM |
Quote:
Originally Posted by Brad
If you are one of the people having issues with the last fix I posted, try using the attached file instead. Let me know if this one works or not.
|
It is working now! Thank Brad!
Quote:
Originally Posted by Brad
I suggest you do not install this hack if you can't deal with the extra server load, as it's rather intensive.
|
It is server intensive because it is refreshing too often (in every 10 second!). This rate can be changed to a lower value, let's say in every 2 or 5 minutes.
To change the rate, find in forumhome_vbshout template:
Code:
setTimeout('requestShouts()', 10000)
and replace with
Code:
setTimeout('requestShouts()', 120000)
Note:
1/ 120000 milisecond = 2 minutes :D
2/ For those who put the shout box in front page with Advanced CMS hack, find and replace the adv_portal_vbshout template (or whichever the name you use).
Brad, if the refresh rate can be controlled in the vBshout options, it would be great!
|