Sofia
06-02-2009, 10:00 PM
Future Web 2.0
3.7.X
Blue, Black and White
http://www.forum-test.fr/global.png
Forumhome
http://www.forum-test.fr/forumhome.png
Nav Buttons with Rollover and PM Box
http://www.forum-test.fr/roll.pnghttp://www.forum-test.fr/pm.png
Forumdisplay
http://www.forum-test.fr/forumdisplay.png
Statusicon
http://www.forum-test.fr/stat.png
Showthread
http://www.forum-test.fr/show.png
How to add a button in the navbar?
1. Create your button with the PSD (in the zip).
You must create 2 images : normal and over : titleimage_normal.gif and titleimage_over.gif
2. In your template "header",
Find:
<!-- CALENDAR -->
<td width="61" style="vertical-align: bottom;"><a href="calendar.php$session[sessionurl_q]"><img src="images/future/misc/calendar_nav.gif" border="0" overSrc="images/future/misc/calendar_over.gif" clickSrc="images/future/misc/calendar_over.gif"></a></td>
<!-- / CALENDAR -->Add below:
<!-- YOUR IMAGE -->
<td width="61" style="vertical-align: bottom;"><a href="your_link"><img src="images/future/misc/titleimage_nav.gif" border="0" overSrc="images/future/misc/titleimage_over.gif" clickSrc="images/future/misc/titleimage_over.gif"></a></td>
<!-- / YOUR IMAGE -->Replace "your_link" and "titleimage" in this code.
If you want to add button "blog", read this: https://vborg.vbsupport.ru/showthread.php?t=184631&highlight=blog and my previous code.
Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=215241) if you like this style.
Enjoy ! :)
3.7.X
Blue, Black and White
http://www.forum-test.fr/global.png
Forumhome
http://www.forum-test.fr/forumhome.png
Nav Buttons with Rollover and PM Box
http://www.forum-test.fr/roll.pnghttp://www.forum-test.fr/pm.png
Forumdisplay
http://www.forum-test.fr/forumdisplay.png
Statusicon
http://www.forum-test.fr/stat.png
Showthread
http://www.forum-test.fr/show.png
How to add a button in the navbar?
1. Create your button with the PSD (in the zip).
You must create 2 images : normal and over : titleimage_normal.gif and titleimage_over.gif
2. In your template "header",
Find:
<!-- CALENDAR -->
<td width="61" style="vertical-align: bottom;"><a href="calendar.php$session[sessionurl_q]"><img src="images/future/misc/calendar_nav.gif" border="0" overSrc="images/future/misc/calendar_over.gif" clickSrc="images/future/misc/calendar_over.gif"></a></td>
<!-- / CALENDAR -->Add below:
<!-- YOUR IMAGE -->
<td width="61" style="vertical-align: bottom;"><a href="your_link"><img src="images/future/misc/titleimage_nav.gif" border="0" overSrc="images/future/misc/titleimage_over.gif" clickSrc="images/future/misc/titleimage_over.gif"></a></td>
<!-- / YOUR IMAGE -->Replace "your_link" and "titleimage" in this code.
If you want to add button "blog", read this: https://vborg.vbsupport.ru/showthread.php?t=184631&highlight=blog and my previous code.
Please click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=215241) if you like this style.
Enjoy ! :)