Some forums have explicit rules stating that you must use an informative thread title. Perhaps we could adopt such a rule.cleanbluesky said:Or.... how about... people learn to use relevent titles...
if it aint broke
Some forums have explicit rules stating that you must use an informative thread title. Perhaps we could adopt such a rule.cleanbluesky said:Or.... how about... people learn to use relevent titles...
if it aint broke
Yes but alternatively the mouse-over could tempt more people into the thread... it's swings and roundaboutsThe Mad Rapper said:How would it? You're not thinking it through. If people mouseover but then don't view the thread, surely the bandwidth used will be significantly less?
So it could actually save bandwidth!
NathanE said:Yes but alternatively the mouse-over could tempt more people into the thread... it's swings and roundabouts![]()
dirtydog said:compared to what? having it switched off on the same forum, or compared to other forums? I mean if the forum is just sluggish then it might be sluggish even without it enabled, if the server isn't powerful enough.
burnsy2023 said:It's a whole new ball game when you have the amount of users that OcUK does, the load on the server can increase really quite dramatically.
Burnsy
NathanE said:This would cost a lot more in bandwidth per month so I can't see it ever being enabled.
It would also increase MySQL load which would make the forums slower for everyone.
*giggles*The Mad Rapper said:*Bump*
Danger Phoenix said:I have been told by the Admins/Mods in the past that modifications will not be added to these forums because they could potentially affect the security of the site.
If it was AJAX based then obviously that's a totally different matter. But other vBulletin boards I've seen with these feature aren't using AJAX... They simply output the additional HTML for adding a tooltip to each thread row in the list. So one SQL query per thread. And bandwidth += length of OP in bytes * number of threads in list.iCraig said:I don't know how it's done exactly, but every time the user hovers over the title, is it calling the database for information? If so, yes, the MySQL database would be requested more often but these calls to the database wouldn't eat up tons of bandwidth. Plus, you're presuming everybody would have it enabled. Just disable it by default and let those who want it switch it on.
The way around it is to adjust the way a forum loads. Isn't it possible for the page to load the first post along with the title but have it hidden from view. Then when the user hovers, the text is displayed in a little jscript box. Tiny increase in bandwidth and no extra load on the server.