dieselpowered
09-15-2005, 10:12 PM
Hi there everyone, alright this is the code that I added to add a portal, forums, and gallery link to my navbar. Is this correct??
<td class="vbmenu_control"><a href="http://www.atvpros.net$session[sessionurl_q]">$vbphrase[portal]</a></td>
<td class="vbmenu_control"><a href="http://www.atvpros.net/forums$session[sessionurl_q]">$vbphrase[forums]</a></td>
<td class="vbmenu_control"><a href="http://www.atvpros.net/gallery$session[sessionurl_q]">$vbphrase[gallery]</a></td>
As you can see, I added some new phrases. The main problem I was having before is that no sessions were being pulled. So anyhow, all you pros, what do you think? What is odd is that after the link for the portal it adds a '/' after the url but with the gallery and forums link it does not?
Thanks for the help :)
<td class="vbmenu_control"><a href="http://www.atvpros.net$session[sessionurl_q]">$vbphrase[portal]</a></td>
<td class="vbmenu_control"><a href="http://www.atvpros.net/forums$session[sessionurl_q]">$vbphrase[forums]</a></td>
<td class="vbmenu_control"><a href="http://www.atvpros.net/gallery$session[sessionurl_q]">$vbphrase[gallery]</a></td>
As you can see, I added some new phrases. The main problem I was having before is that no sessions were being pulled. So anyhow, all you pros, what do you think? What is odd is that after the link for the portal it adds a '/' after the url but with the gallery and forums link it does not?
Thanks for the help :)