The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#832
|
||||
|
||||
If you were to show me what your navbar template looks like I may be able to help you. Just copy and paste its contents into a text file and attach it to an email @ cleeq@adelphia.net
|
#833
|
|||
|
|||
First up well done fantastic system , We have just moved our site over from ipb to vb and i have to say i am very impressed at the extra functions and ease of use of vb , Here is a slight problem i am having with the rpg that i hope somebody can answer , The stats that show on the left hand side of each users post about their rpg status is pretty big and consumes alot of space , What i would like to do is reduce those stat bars a bit , See what i mean they are very big and blocky , Is there any way of reducing these down in size to like the ones that you see if you go through the nav bar and look at your stats ??? , Hope you understand what i mean i have included a picture so you can see what i am getting at.
|
#834
|
|||
|
|||
will do thanks please explain what you did fix though so I know
also same happens with ushop seems they use the same referer to calender.php all extensions do petz/arcade they all do and if I put them in like you said nothing shows. mail send from depaxs@gmail.com sorry I sended it in the plain mail :S |
#835
|
|||
|
|||
never mind on my question , Duh well don't i feel stupid , a little change from 9 to 4 makes a world of difference
|
#836
|
||||
|
||||
I have replied in an email to you, as well if it works properly then I'll be happy to add the coding here as well.
|
#837
|
|||
|
|||
thanks creed it's workin perfect ]
what I did wrong was <-usercp options> <!-- NAVBAR POPUP MENUS --> I put it in front of usercp options instead of inbetween it works btw place it here |
#838
|
||||
|
||||
Alrighty Glad it worked for you!
Code:
################### # NAVBAR template # ################### Find: --------------------------------- <if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_cp]</a></td> </if> Below add: --------------------------------- <if condition="$show['member']"> <td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td> </if> Find: --------------------------------- <!-- / user cp tools menu --></if> Below add: --------------------------------- <if condition="$show['member']"> <!-- RPG Menu --> <div class="vbmenu_popup" id="rpg_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">RPG</td></tr> <tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr> <tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr> <tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr> <tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr> <tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr> <tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr> </table> </div> <!-- / RPG Menu --> </if> |
#839
|
|||
|
|||
Quote:
|
#840
|
|||
|
|||
I seem to be missing something. I installed the hack and everything is working 100% fine, but how do I buy items? There are settings for the Item Shop in the AdminCP and they work just fine, but on the forums, there is no Item Shop. Where is the Item Shop installed?
Thanks |
#841
|
|||
|
|||
Nevermind, I got it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|