PDA

View Full Version : Proper syntax for...


JohnnieOO
07-31-2009, 08:17 PM
I want to add a link in the Navbar back to forum home or forum index. CUrrently I have it set to the URL, what would the code line look like for a link back forum home?

Also, I want to add a small drop down menu on the Navbar to go to my photopost page and "upload" photopage, can anyone suggest the code for that as well.

Thanks from a very in-experienced programmer,
Johnnie

Lynne
08-01-2009, 12:48 AM
For a link to your forums home page, perhaps this? (If you are using a custom style, it may be different).
<td class="vbmenu_control"><a href="$vboptions[bburl]?$session[sessionurl]">Home</a></td>As for a photopage, just change the url (after href=)and the title (where it says Home) and you should be good to go.