Kết quả 1 đến 1 của 1
Chủ đề: Easy Navbar Links
-
11-02-14, 01:53 PM #1
Easy Navbar Links
Description:
This template edit displays quick and easy links to your navigation.
Installation Time: Less than 1 minute
I got the inspiration from "yoyoyoyo" who made a similar mod for 3.6.8. Although his might work fine for this also, I decided to alter it a bit and cleaned up some code.
I did PM yoyoyoyo to use a variation of his hack but, since he has not been online since September 2008, I can't get a response.
Since yoyoyoyo came up with this type of template edit, all the credit goes to him.
Here is the mod from yoyoyoyo for version 3.6.8:
[Only registered and activated users can see links. ]
Template Edit:
Styles and Templates > Style Manager > Your Style > Navigation / Breadcrumb Templates > Navbar:
In the Navbar find:
Code:
PHP Code:<!-- breadcrumb, login, pm info -->
Code:
PHP Code:<!-- Navbar Links -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
<td class="vbmenu_control"><a href="http://url.com">Your Title</a></td>
</tr>
</table>
</div>
<!-- / Navbar Links -->
Done!
OPTIONAL:
If you want to show a link only to members use this:
Code:
PHP Code:<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://url.com">Link Title Goes Here</a></td>
</if>
Code:
PHP Code:<if condition="$show['member']">
<td class="vbmenu_control"><a href="http://url.com">Member Link Title Goes Here</a></td>
<else />
<td class="vbmenu_control"><a href="http://url.com">Guest Link Title Goes Here</a></td>
</if>
Code:
PHP Code:<td class="vbmenu_control"><a href="http://url.com" target="_blank">Link Title Goes Here</a></td>
Code:
PHP Code:<if condition="is_member_of($bbuserinfo, X, Y, Z)">
<td class="vbmenu_control"><a href="http://url.com">Link Title Goes Here</a></td>
</if>
Of Course you want to change the URL's to your site URL and direct the link to any site or feature you want for your site.
Any problems, let me know.
Make sure if you use this template edit to CLICK INSTALL.Khách viếng thăm hãy cùng PandavB xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
Word Links FREE (Turn words into links) by BOP5
Bởi PandavB trong diễn đàn vBulletin 4.x Add-onsTrả lời: 0Bài viết cuối: 10-02-14, 10:23 AM -
Easy Main Tools
Bởi odimon trong diễn đàn ReleasesTrả lời: 15Bài viết cuối: 02-06-10, 09:38 AM -
Hướng dẫn cài Audition với Easy PHP
Bởi heroes1412 trong diễn đàn ReleasesTrả lời: 24Bài viết cuối: 24-11-08, 12:34 PM