Log in

View Full Version : How To Add A New FAQ Link On The Navbar????


Shawn Yue
03-28-2008, 11:57 PM
How To Add A New FAQ Link On The Navbar Bar Before Member List????

Please Reply Me

kj_202
03-29-2008, 12:08 AM
How To Add A New FAQ Link On The Navbar Bar Before Member List????

Please Reply Me

Are you using drop down menus?

*I think I know using it or without using it* but need to know to help you :)

Shawn Yue
03-29-2008, 12:12 AM
Hey I Want It To be Like This User Cp FAQ Member List SEARCH An Quick Link And Log Out

How To Add The FAQ Link Beside The MemberLIST.....

sOMEONE HELP ME

I WANT THIS CODE TO BE AT MY CONTACT US Line There

<td align="$stylevar[right]">
<a href="goto.php?section=about$session[sessionurl]">$vbphrase[gtcustom_about_header]</a> | <a href="goto.php?section=privacy$session[sessionurl]">$vbphrase[gtcustom_privacy_header]</a> | <a href="goto.php?section=terms$session[sessionurl]">$vbphrase[gtcustom_terms_header]</a> | <a href="goto.php?section=sitemap$session[sessionurl]">$vbphrase[gtcustom_sitemap_header]</a>
&nbsp;
</td>
How Do I Do that

--------------- Added 1206753334 at 1206753334 ---------------

THE Above Code Should Be At the Header But I Dun ONE i want it on the contact us there

Jase2
03-29-2008, 12:20 AM
The FAQ link is already by the memberlist, isn't it? It was when I last checked. Unless, you want to make the FAQ a drop down menu?

Regards Jason :)

kj_202
03-29-2008, 12:21 AM
search in your navbar memberslist and add before this

<td class="vbmenu_control"><ahref="FAQ URL">FAQ</a></td>

Or try what jase2 said :)

Jase2
03-29-2008, 12:26 AM
<td class="vbmenu_control"><a href="faq.php" accesskey="5">FAQ</a></td>

Regards Jason :)

Shawn Yue
03-29-2008, 12:33 AM
I WANT THIS CODE TO BE AT MY CONTACT US Line There

<td align="$stylevar[right]">
<a href="goto.php?section=about$session[sessionurl]">$vbphrase[gtcustom_about_header]</a> | <a href="goto.php?section=privacy$session[sessionurl]">$vbphrase[gtcustom_privacy_header]</a> | <a href="goto.php?section=terms$session[sessionurl]">$vbphrase[gtcustom_terms_header]</a> | <a href="goto.php?section=sitemap$session[sessionurl]">$vbphrase[gtcustom_sitemap_header]</a>
&nbsp;
</td>
How Do I Do that

I WANT IT AT THE CONTACT US BUTTOM THERE

Because Now is at the header i dun one................

Jase2
03-29-2008, 12:48 AM
I'm not entirely sure what you mean. You wish to add that to the contact us form? If so, just edit the 'contactus' template and input the code.

Regards Jason :)

Shawn Yue
03-29-2008, 12:59 AM
NONO

I WANT IT TO APPEAR AFTER THE CONTACT US Buttom

kj_202
03-29-2008, 01:04 AM
NONO

I WANT IT TO APPEAR AFTER THE CONTACT US Buttom

oh so you want members list at the bottom "where contact us" is?

or do you want the big code?

Shawn Yue
03-29-2008, 01:08 AM
I ADD THIS CODE AT THE FOOTER IT BECOME MASS UP.....

<td align="$stylevar[right]">
<a href="goto.php?section=about$session[sessionurl]">$vbphrase[gtcustom_about_header]</a> | <a href="goto.php?section=privacy$session[sessionurl]">$vbphrase[gtcustom_privacy_header]</a> | <a href="goto.php?section=terms$session[sessionurl]">$vbphrase[gtcustom_terms_header]</a> | <a href="goto.php?section=sitemap$session[sessionurl]">$vbphrase[gtcustom_sitemap_header]</a>
&nbsp;
</td>

If SomeONE Pls Edit the Code For Me

bECAUSE

This Code Dun Have If condition.....

Please Help

Dismounted
03-29-2008, 09:07 AM
You will need to add your code in the footer. Find where the "Contact Us" link is in the footer, and add your FAQ link next to it.

Shawn Yue
03-29-2008, 01:34 PM
Thank You Desmounted