The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Userbars System Details »» | |||||||||||||||||||||||||
ADVANCED USERBARS MANAGEMENT SYSTEM for vBulletin 3.7.x BY HASANN
The Legend Is Back What does it?: This hacks allows you to upload, add, manage userbars in cats with usergroup permissions. And show your selected userbars in Memberinfo/Userinfo Profile and In Postbit Under Signature Installation:
____________________________ FILE EDITS (4 edits in 1 file) ____________________________ OPEN admincp/image.php (1) FIND : ----------- PHP Code:
ADD BELOW: ---------- PHP Code:
(2) FIND: ---------- PHP Code:
REPLACE WITH: ---------- PHP Code:
(3) FIND: ---------- PHP Code:
ADD BELOW: ---------- PHP Code:
(4) FIND: ---------- PHP Code:
ADD BELOW: ---------- PHP Code:
Save & Close _________________________ Template Edits (3) _________________________ OPEN MEMBERINFO TEMPLATE FIND: ------------------------------------------------------------ HTML Code:
<h1>$prepared[musername] $prepared[onlinestatus]</h1> <if condition="$prepared['usertitle']"> <h2>$prepared[usertitle]</h2> </if> ADD UNDER: ----------------------------------------------------------- HTML Code:
<if condition="$vbulletin->options[enable_advanced_userbars_system]"> <if condition="$userinfo[userbar]"> <div id="userbar"><b>$userbar[title]</b></div> <div id="userbar"><img src="$userbar[userbarpath]" border="0"></div> <br /> </if> </if> Save & Close OPEN USERCP_SHELL TEMPLATE AND FIND: ---------------------------------------------------------- HTML Code:
<tr><td class="thead">$vbphrase[networking]</td></tr> ADD ABOVE: ----------------------------------------------------------- HTML Code:
<if condition="$vbulletin->options['advanced_userbars_system_usercp_link']"> <tr><td class="$navclass[selectuserbar]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=selectuserbar">$vbphrase[select_userbar_picture]</a></td></tr> </if> OPEN postbit_legacy and postbit TEMPLATE THEN FIND: ---------------------------------------------------------- HTML Code:
$template_hook[postbit_signature_end] ADD UNDER: ----------------------------------------------------------- HTML Code:
<if condition="$vbulletin->options[enable_advanced_userbars_system]"> <br /> <if condition="$post[userbar]"> <fieldset><legend>$post[username]-s Userbar:</legend><table><tr><td> <b>$userbar[title]</b> <img src="$userbar[userbarpath]" border="0"> </td></tr> </table></fieldset> </if> <br /> </if> Save & Close Also You Can Find Userbars From www.userbars.be Enjoy & Don't forget to click install. Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
thanks you for fixed 37x release..
installed |
#23
|
|||
|
|||
Teşekk?rler Hasann d?n?ş?n muhteşem oluyor ger?ekten
the legend don't going anywhere good hack. Good luck hasann for new hacks. |
#24
|
||||
|
||||
thanks very gur hack D:
anca bu kadar ingilizce |
#25
|
||||
|
||||
Quote:
|
#26
|
||||
|
||||
One thing i did, was the postbit code, i had to change the 'IF' to this:
Code:
<if condition="$post[userbar] && $userbar[userbarpath] != ''"> just so anyone who needs it knows. |
#27
|
|||
|
|||
Here's some more userbars for those of you that want to increase your collection.
There are around 21,000 userbars in this download : Code:
http://rapidshare.com/files/89263849/userbanners.part1.part1.rar http://rapidshare.com/files/89276443/userbanners.part1.part2.rar http://rapidshare.com/files/89276596/userbanners.part1.part3.rar |
#28
|
|||
|
|||
Its possible to disable the user can choose waht user bar go to have ?
My idea is only admins can choose the type of user bar for each user, this is possible ? Nice Work Best Regards |
#29
|
|||
|
|||
I have an Problem:
Quote:
|
#30
|
|||
|
|||
beautifull, BUT! can it be incorporated into SIGNATURE rather than self-standing layer?! There is signature image options for each usergrop in AdminCP->Usergroups->Usergeoup Manager->Edit Usergeoup (I have 3.6 adminCP so i look it from there), so why don't you move it in single block, called for example "Signatures" (same as Avatars or Smilies) and put all that pictures there with usergroup permitions and more? Basicly same stuff as Avatars, but for signature!
Hope you got my idea and I hope You will like it |
#31
|
|||
|
|||
thanks Hasann
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|