Remove mouseover thread preview for guests
This modification is in the archives.
This edit will remove the text guests see when they hover their mouse over a thread.
The bonus is that your forumdisplay pages will load faster and guests won't be eating up as much bandwidth. Normal members are unaffected. I haven't checked on 3.8 yet but presume this will work with it too as it's such a tiny edit. Open up your threadbit template Find: Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="<if condition="$show['member']">$thread[preview]</if>"> Demo: http://www.utdforum.com/forum/forumdisplay.php?f=2 This is the page size difference: (approx 25KB) forumdisplay.php for guests = 80.1KB forumdisplay.php for members = 107.1KB* *based on a typical setting of 125 in Admin CP -> vBulletin Options -> Forum Display Options (forumdisplay) -> Length of Thread Preview Text Download No files for download. |
Similar Mods
Forum Home Enhancements AJAX - Mouseover Profile Preview | vBulletin 3.6 Add-ons |