Quote:
Originally Posted by robertpro2a
Thanks soundbarrier. I've added the link, but now when it loads the trader.php it is blank. I think it is because it is not passing the session data. $session[sessionurl] is a NULL value for some reason:
Under NAVBAR:
<if condition="$show['quick_links_groups']">
<tr><td class="vbmenu_option"><a href="trader/itrader.php?$session[sessionurl]">iTrader</a></td></tr>
</if>
Any ideas?
Oh FYI, I had to create a sub folder "trader", because if I didn't, it would have rewritten all the images & admincp that's already on my server! Did anyone else notice that?
|
Well, that's likely your problem. You have to overwrite the new folders onto the old ones. It won't erase existing content, it will simply add new content to those folders. If you don't do that, then the product doesn't know what to look for.