The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
There were some hacks for vB2 that I found incredibly useful for my forums, and I was wondering if they have been converted for vB3? If not, would someone be interested in converting them?
Hacks such as: Change style of first post hack (first_post.txt) Sponsor hack (sponsors.txt) Move posts from one thread to another (move_posts.txt) Merge threads (spinner.txt) Quick delete post (quickdeletepost_v11.txt) vB Sig Editor (vb_sig_editor.txt) Search/Sort/Order in thread view (adds_in_thread_hack_120.zip) Options Advisor (options_advisor.zip) Load Limit Bypass for Admins, Mods, Super (server_load_bypass.txt) phpMyChat integration Hack (phpmychat_integrate.txt) vB Links Directory v2.0 (vblinkdir2012.zip) |
#2
|
||||
|
||||
![]()
Your best bet is to actually look in the vB3 release section or use the search function. Also people cannot convert the hacks without the original authors concent
|
#3
|
||||
|
||||
![]() Quote:
|
#4
|
||||
|
||||
![]()
especially the first one is doable via template conditionals now
![]() |
#5
|
||||
|
||||
![]() Quote:
|
#6
|
||||
|
||||
![]() Quote:
Differnt postbit style for the first post here <else /> All other posts </if> |
#7
|
||||
|
||||
![]() Quote:
And if I wanted to add a conditional of it being first post and in a specified group of forums, how would that be coded? I've managed to get it showing in one forum, but I need it showing in multiple. Also, I added the above code to postbit and it didn't work, so I added it to postbit_legacy and it did. Can someone explain the difference between the postbit and postbit_legacy templates, please? |
#8
|
||||
|
||||
![]()
<if condition="$post[postcount] == 1" AND ismemberof([high]usergroupid,usergroupid[/high])>
|
#9
|
||||
|
||||
![]() Quote:
![]() |
#10
|
||||
|
||||
![]() Quote:
and that would cause an error because of the miss placed " getting back to it <if condition="$post[postcount] == 1 AND in_array($foruminfo[forumid], array(X,Y,Z)"> The postbit template, is how vBulletin.com's showthread looks (info on top and post below) postbit_legacy is vBulletin.org's / vBulletins 2's look, Userinfo on the left, post on the right. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|