Quote:
Originally Posted by FTAALPHA
does anyone know were i would put the link for ipbproarcade ? seems the navbar templete is differant and doesnt have the script that the arcade install file tells u to look for (its all installed just cant get anything on the navbar for the arcade with this skin
|
FTAALPHA,
Here's how to add the Arcade to the Navbar:
Go to your AdminCP -> Styles & Templates/Style Manager -> Blak_Ice -> Header
Find:
Code:
<td align="center"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_calendar.gif" border="0"/></a></td>
Add Below:
Code:
<td align="center"><a href="arcade.php?$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_arcade.gif" border="0"/></a></td>
Make sure the image is named "nav_arcade.gif" and placed in the Blak_Ice/misc folder. A great Arcade image was posted in this thread
https://vborg.vbsupport.ru/showpost....2&postcount=90