Here is what I have in the html output portions of header-inc.php.
Quote:
<div id="classifiednav">
<ul id="classifiednavList">
<li id="classifiednavHome"><a href="/classifieds"></a></li>
<li id="classifiednavPostAd"><a href="uploadproduct.php"></a></li> <li id="classifiednavMyAds"><a href="/classifieds/showcat.php?cat=500&ppuser=$bbuserinfo[userid]"></a></li>
<li id="classifiednavMyWatchList"><a href="showcat.php?cat=fav"></a></li>
<li id="classifiednavSearch"><a href="/classifieds/search.php?cat="></a></li>
<li id="classifiednavMemList"><a href=""></a></li> <li id="classifiednavProfile"><a href="/classifieds/member.php?uid=$bbuserinfo[userid]"></a></li>
</ul>
</div>
|
Basically you can see in the bold instances of My Ads and the last instance which is Profile you'll see I have the typical
VB type code to call the user ID. This same type of code works everywhere throughout the entire site, just not in the classifieds header..
Does this help further? Let me know if you need more information.