The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i installed the showroster hack (https://vborg.vbsupport.ru/showthrea...howroster+Hack) and i have found that i must make the button on the nav bar at the top of the forum index page (where usercp, faq memberlist etc. is). (please note that i am not asking for assistance on this mod as i need to make more than just this button, this is a general question not mod related) so can anyone point me in the right direction of what template i need to edit? i am confident that after finding the correct template i can edit it myself without the need of coding assistance. right now the forum is at a default style.
also, if i change styles on the forum will i need to update this new style or will this be automatically done? Thanks. |
#2
|
|||
|
|||
![]()
1. navbar
2. new styles dont have custom buttons that you make, if its a child style of the parent, edits should trickle thru the child styles. |
#3
|
|||
|
|||
![]()
thanks for the reply. supprised it was so fast.
good lord... i didnt think php script was so... garbled. i think ill stick with html and visual basic. could you or someone else give me an example of adding a button to link to a page. just for the example say... the button is displayed as "example page" and the link to the page is in the forum directory root "example1.php" can you show me something like this and give me a basic area on where to put it in the page? seems my confidence in being able to look at php code and pick up the basics was slightly misplaced. ~~ edit: i guess i know a little more at what im doing than i origonally thought. here is what i have done. doesnt work completely yet. Code:
$template_hook[navbar_buttons_left] <td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="vbmenu_control"><a href="showroster.php$session[sessionurl_q]">$vbphrase[clan_roster]</a></td> <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> in red is what i have added as the first page. however when i do this it does not show up. but if i replace that with Code:
<td class="vbmenu_control"><a href="showroster.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> |
#4
|
|||
|
|||
![]()
You have to create the phrase clan_roster it dont exist and is why it dont show up.
$vbphrase[clan_roster] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|