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 |
#72
|
|||
|
|||
Same here. Could someone who got this to work tell us which template edit it is to make this show up? Everything else displays for me but I can't add new userbars. Actually I get the userbars to display in the users profile but they don't display in there signature when they make new posts.
|
#73
|
||||
|
||||
its really great but i wish it fixed soon cos i really like it
|
#74
|
|||
|
|||
anybody an idea how to add this link (to add userbars) in the admincp ?
where can i find the admin cp or the template to add this link ? thanks |
#75
|
|||
|
|||
Τhank you
|
#76
|
|||
|
|||
can userbar display some info like posts and points ???
|
#77
|
|||
|
|||
wow , great
|
#78
|
|||
|
|||
GREAT but needs file edits + templates (not fan of editing files)
waiting for an edition that doesnt need file edits |
#79
|
|||
|
|||
Update the cpnav_userbars.xml with this to make the userbar settings show in Admincp
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <navgroups product="advanced_userbars"> <navgroup phrase="userbars" hr="true" displayorder="6"> <navoption displayorder="10"> <phrase>userbars_manager</phrase> <link>image.php?do=modify&table=userbar</link> </navoption> <navoption displayorder="20"> <phrase>add_new_userbar</phrase> <link>image.php?do=add&table=userbar</link> </navoption> <navoption displayorder="30"> <phrase>upload_userbar</phrase> <link>image.php?do=upload&table=userbar</link> </navoption> </navgroup> </navgroups> |
#80
|
|||
|
|||
Quote:
thank you soo much |
#81
|
||||
|
||||
Quote:
thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|