help me plz

asadkhan1084

New Member
can anybody tell me how do i put my award list in my forums like this forums


s3gidi.jpg



thx in advanced
 
im juts looking for instruction to add link to my navbar bro.i alraedy installed in my forums and its working perfect.i justw anna know how to put award link into my navbar..

thx
 
If the Navbar Template (default style)

Find this code:

<if condition="$show['memberslist']">
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
</if>

ADD This after it:

<if condition="$show['member']">
<!-- show awards -->
<td class="vbmenu_control"><a href="awards.php$session[sessionurl_q]">$vbphrase[award]</a></td>
<!-- /show awards -->
</if>

Depending on the style, you will need to add this change to either the header template or the navbar template. Make sure you give the full path to your link. This example is running the forum in the root.


edit: changed the instruction to apply to YAAS...
 
Back
Top