PDA

View Full Version : Template problem


h_jinx
03-06-2005, 09:28 PM
Hi, I have added this mod to my existing board but I am having problems in changing the nav template for this entry :

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

I am using the aria skin and I am guessing they dont use this.

Is it important that I have this line or can I get by without it ?

Thanks in advance.

J

Link14716
03-09-2005, 08:31 PM
You'll have to find similar code. Otherwise, uShop won't show on the navbar.

sensimilla
04-01-2005, 09:29 AM
In HEADER Tamplate:
Insert (where You want it.. after calendar for example)
<!-- *** Start Shop *** --><if condition="$bbuserinfo['userid']"><td width="39"><table width="78" height="39" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="$stylevar[imgdir_misc]/shop.gif" id="shop"><A HREF="#shop"
onMouseOver="JSFX.fadeIn('store')"
onMouseOut="JSFX.fadeOut('store')"><img name="store" class="imgFader"
src="$stylevar[imgdir_misc]/shop.gif" width="78" height="39" border="0"></A><script type="text/javascript"> vbmenu_register("shop", 1); </script></td>
</tr>
</table></td></if>
<!-- *** End Shop *** -->




In HEADINCLUDE Template:
Insert at the bottom

JSFX.Rollover("store", "$stylevar[imgdir_misc]/shop_over.gif");

of course You have to create buttons first...

hope this helps

spoiey
06-07-2005, 10:44 AM
I also need assistance in this! :)