Each time a user is posting a link in a post, if you want the link to be identified as is, a good Web2.0 technique is to identify the link with an icon. The problem is that vBulletin do not put a class to the bbcode which generate the links in posts... we provide a... Read more
vB3 Server Status via Admin CP
vB Server Status 1.0 for vBulletin 3 RC 2 A powerful script that shows you server information without any need to login via Telnet or SSH. This is for a Red Hat linux server and is most useful for dedicated server admins. Features 1) Integrated into vB Admin CP - uses Admin CP cp.css style... Read more
Remove mass-prune posts option in ModCP
This is a simple hack that I have in my private forums. I do not want my 70+ moderators mass-pruning posts, so all I did was to do this: In modcp/index.php - Find: PHP Code: if (can_moderate(0, 'canmassprune')) { $canmass = true; construct_nav_option($vbphrase, 'thread.php?do=prune'); } Change to: PHP Code: if (can_moderate(0, 'canmassprune')) { $canmass =... Read more
Total Number of Users Online Now on Every Page
Again, all credit goes to Chen for the original hack. I've merely modified it, so that two extra queries are saved on forumhome - there's no point running the queries again since index.php has already calculated it. This hack modifies 1 php file and 2 templates. It's easy. Using my method, you save yourself 2... Read more
Contact Us Email Feedback Form (with IP address & status of sender)
Contact Us Email Feedback Form (with IP address) Version 2.3 Reason: This hack allows members and guests to email you the administrator using an online email form. This way, you keep your email address hidden from spambots that crawl sites for email addresses. When members use the form, their name and email address gets automatically... Read more
Member’s Age in Postbit & Getinfo Profile (automatically calculated from birthday)
Member's Age in Postbit & Getinfo Profile - by Dr. Erwin Loh I requested this a while back. Since no one has released a hack like this, I worked out how to do it. NOTE: This hack automatically shows the age of the person calculated from the birthday entered (it's not a separate input). If... Read more
Custom User Title Editor with vBCode & Smilie Panel, Admin CP, Store/ Points 3.0
MAJOR UPDATE!!! Custom User Title Editor with vBCode OR HTML with Admin CP Integration 3.0 Also with Lesane Store Hack Add-On AND Shinra Points Hack Integration! You can now allow your members to use vBCode OR HTML via their User Control Panel to add text effects, color, even smilies, to their Custom User Title. The... Read more
Restrict Admin CP vB Options to only allow other Admins to ban email or IP addresses
Restrict Admin CP vBulletin Options - by Erwin (Only allow other Admins to ban emails or IP addresses) As you know, the vBulletin Options section of your Admin CP is very important. From there, you can close or open your forums, change the forum name, and basically control the site. You really do not want... Read more
About the copyrighted content on this site…
100% of the images, icons and specific scripts used on this site are protected by licenses, copyrights or other policies. If i see my content duplicated or stolen, i do not wait a second, and i alert the authors of the stolen elements without notice. If these guys are as serious as they work well,... Read more
New Minimalistic Theme
Never seen on tv, and even less in the vBulletin community, a minimalistic theme. Usually used on a blog, this type of web structure is made for accessibility and flexibility in design. As vBulletin is table-filled, it is complicated to make a default theme look performant to the minimalistic style, but i've done it --... Read more