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 |
#12
|
||||
|
||||
another bug found. i added new category Games, mass moved 14 userbars there. all is good with it, so i deleted Cars.... still getting audi, mercedes and a few other cars displaying in userCP, even when ctrl refresh page they are there. their files I physically removed from server via ftp, then deleted category.
see my screenshots. 1 is what the user sees at usercp, 2 is my vbulletin admin side of things, 3 is my directory. as you can see the car images, 1.gif, 2.gif and so on are not in the admin cp or the directory on server. yet still display in usercp. Edit: I had to manually delete their entries from the database. Now they dont display in usercp. Edit 2: 1 thing I did do was I had a hard time getting the userbar images to display in order on the user cp, it didnt seem to recognise the category display id, but i went into each category and changed the individual userbar images all the same display order it worked. Example, category 1 I made all images have display order '1', in cat 2 the images all have order of '2'... this way they display in order on the usercp. Edit 3: I have tested all other areas and there are no other problems, images update good and display where and how they should. thanks again for the mod |
#13
|
||||
|
||||
Quote:
tenk yuuu :up: Quote:
yes in the near future Quote:
|
#14
|
||||
|
||||
i knew you were going to say that Sorry about the image I uploaded, but it was like I said. After I made the screenshot here, i did chmod all dirs and subdirs to 777 and then retest. still I had this same problem.... I notice the files are not 777, they must be to stop the problem?
|
#15
|
||||
|
||||
Quote:
|
#16
|
|||
|
|||
I'd still like to see a hack that successfully allows users to create their own userbars online.
|
#17
|
|||
|
|||
yeah agreed.
|
#18
|
||||
|
||||
There was one once, by stonyarc. It was discontinued because of security reasons. Anything that gives the user dynamic control of making files on the server is potentially dangerous.
|
#19
|
|||
|
|||
That and it wouldn't work on IIS hosted forums.
|
#20
|
||||
|
||||
This was one of my fav's, and you can include the bars in sigs now, AWESOME! I won't be putting on my site for a several weeks, but I'm clicking install now anyways.
|
#21
|
|||
|
|||
I am afraid of that. Lot of missing phrases. It looked like it is uncomplete job. I just did uninstall until it get fix as 100%
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|