Advanced Userbars Hack v1.0
This modification is in the archives.
ADVANCED USERBARS HACK for vBulletin 3.6.x BY HASANN
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 Installation:
____________________________ FILE EDITS (4 edits in 1 file) ____________________________ OPEN admincp/image.php (1) FIND : ----------- PHP Code:
case 'smilie':
ADD BELOW: ---------- PHP Code:
case 'userbar':
(2) FIND: ---------- PHP Code:
$tables = array('avatar' => $vbphrase['avatar'], 'icon' => $vbphrase['post_icon'], 'smilie' => $vbphrase['smilie']);
REPLACE WITH: ---------- PHP Code:
$tables = array('avatar' => $vbphrase['avatar'], 'icon' => $vbphrase['post_icon'], 'smilie' => $vbphrase['smilie'], 'userbar' => $vbphrase['userbar']);
(3) FIND: ---------- PHP Code:
'avatarid' => TYPE_INT,
ADD BELOW: ---------- PHP Code:
'userbarid' => TYPE_INT,
(4) FIND: ---------- PHP Code:
if ($vbulletin->GPC['avatarid'])
ADD BELOW: ---------- PHP Code:
else if ($vbulletin->GPC['userbarid'])
Save & Close _________________________ Template Edits (2) _________________________ OPEN MEMBERINFO TEMPLATE FIND: ------------------------------------------------------------ HTML Code:
<if condition="$show['usernotes']">
ADD ABOVE: ----------------------------------------------------------- HTML Code:
<if condition="$userinfo[userbar]"> <fieldset><legend>$userinfo[username]-s Userbar:</legend><table><tr><td> <b>$userbar[title]</b> <img src="$userbar[userbarpath]" border="0"> </td></tr> </table></fieldset> </if> Save & Close OPEN USERCP_SHELL TEMPLATE AND FIND: ---------------------------------------------------------- HTML Code:
<if condition="$show['siglink']"> <tr> <td class="$navclass[signature]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td> </tr> </if> ADD BELOW: ----------------------------------------------------------- HTML Code:
<tr> <td class="alt2" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=selectuserbar">$vbphrase[select_userbar_picture]</a></td> </tr> Save & Close Also You Can Find Userbars From http://www.userbars.be Enjoy & Don't forget to click install. ![]() Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
Screenshots |
Similar Mods
Profile Enhancements Advanced Userbars System | vBulletin 3.7 Add-ons |
Miscellaneous Hacks Advanced Rules Hack | vBulletin 3.7 Add-ons |