vbulletin ibproArcade Navigation Bar

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

vbulletin ibproArcade Navigation Bar

Post by amir »

Hello,

This is given in the ibproArcade installation instructions.

Code: Select all

Edit your navbar template (under Navigation/Breadcrumb Templates in the Edit Templates area)

In that HTML Template look for: 

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

Below that add: 

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>

But I dont see this
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
 in that file
Please advise.

TIA.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Follow the instructions.
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

Thanks I really appreciate your answer. But I already did that a number of times.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

How do you expect us to help you then?
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Post by amir »

Please dont mind. I just thought that if somebody has some experience to share and I have got the solution. Please if somebody wants, he can have a look

http://www.vbulletin.com/forum/showthre ... sionurl%5D

http://www.vbulletin.com/forum/showthre ... sionurl%5D

Cheers =)
Post Reply