iaion
12-02-14, 11:07 AM
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:
HTML Code:
<!-- 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:
Code:
<!-- 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: <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> and my previous code.
vBadvanced:
Copy and paste future folder to <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
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:
HTML Code:
<!-- 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:
Code:
<!-- 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: <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> and my previous code.
vBadvanced:
Copy and paste future folder to <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>