steeler7 |
10-27-2009 02:49 PM |
I've tried to get this work and no luck. It hasn't showed up in the nav bar for me. For a quick instance it showed up next to my log in information, but that disappeared.
Here's my code. As far as I can see for Step 1 I found the correct.
Here's my code broken up with the bolded parts being what I had added in. If the entire code is needed, let me know. I figured this would might be easy to determine if and where I messed up
Code:
<if condition="$show['notifications']">
<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
<if condition="$show['popups']">
<td id="links" class="vbmenu_control">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=steelersaffiliates">Links</a>
<script type="text/javascript">
vbmenu_register("links");
</script>
</td>
<script type="text/javascript"> vBmenu.register("notifications"); </script>
<else />
<script type="text/javascript"
Code:
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<div class="vbmenu_popup" id="links_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Links</td>
</tr>
<tr>
<td class="thead">Steelers Links</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=steelersaffiliates">Steelers Affiates</a>
</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=steelersnewslinks">Steelers News Sites</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=nflsites">NFL News And Info</a>
</td>
</tr>
<tr>
<td class="thead">Penguins Links</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=penstavernaffiliates">Pens Affiliates</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=pensnewssites">Pens News Sites</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=nhlnews">NHL News And Info</a>
</td>
</tr>
<tr>
<td class="thead">Piarates Links</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=piratesfriends">Pirates Affiliates</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=piratesnews">Pirates News Sites</a>
</td>
</tr>
<td class="vbmenu_option" title="nohilite">
<a href="http://www.pittsburghsportstavern.com/cmps_index.php?pageid=mlbnews">MLB News And Info</a>
</td>
</tr>
</table>
</div>
<if condition="$show['communitylink']">
<!-- community link menu -->
|