3 from vb.0rg plez

nudu

New Member
Oh, well I was high and kinda felt like it. I really hope that isn't it, I'm looking forward to these mods.
 

Itsuki Minami

New Member
:3 ok xD i just clicked D: but i couldn't understad xD anything so here you go xD i will use my newly gotten account of vb.org :3 ::

Remove mouseover thread preview for guests
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.

Open up your threadbit template

Find:
Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Replace with:
Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="<if condition="$show['member']">$thread[preview]</if>">
That's it!

YBMF-Back to Top Hack ( Finger Saver )

This little SIMPLE stupid ridiculous crazy WHY DIDNT I THINK OF IT BEFORE hack ... will make you so popular on your forum. It will save MILLIONS of miles of unnecessary Mouse Wheel spinning !

Requested by many members.

Just been reading a question asked about "Back to Top" for forum posts, saves the long scrolling !

So I have created some code for you, enjoy.

1. admincp > styles & Templates > style manager >

search for postbit_legacy or postbit

then in search box for this template, look for <!-- controls -->

Right after this add:

Code:
<a href="#top" onclick="scroll(0,0); return false;">
<img src="expats/images/misc/top.gif" alt="" width="70" height="22" border="0"
style="margin-right:0.4em;"/></a>


Where expats is our style ( substitute for your own )

so if your style is called DAVE then the link would be DAVE/images/misc/top.gif

Then ftp this image to your forum/style folder.

in my case this would be forum/expats/images/misc/

Image Included.

Enjoy

Sidebar Lastest Threads

First thanks to F0xy for a great idea!

Description:
If your forum using sidebar, you want to give Lastest Threads out this sidebar, this Mod will do it.

Info:
Plugins: 3
Phrases: 16
Templates: 2
Settings: 5

Install:

1. Import Product via Manage Products
ACP >> Plugins & Products >> Manage Products >> [Add/Import Product]

2. Edit Template:
Add in your sidebar template:

Code:
$template_hook[sidebar_lastest_threads]
where you want show "Lastest Threads"

3. Settings:
ACP >> vBulletin Options >> Sidebar Lastest Threads Settings

History:
v3.8.001 : First Release
v3.8.002 : nothing special, just add default forumids

PS: Work fine with 3.7.x (Tested)

Similar MOD:
Sidebar Column
Sidebar Poll
 
Top