Ok... i just put old header-inc.php and seem works right... but I stick to new one and still trying to figure out.
Right now on navbar template:
Quote:
<if condition="THIS_SCRIPT == 'bloguser' ">
<else />
<div id="membox">
<div class="bot"><div class="top"> <div id="memberAreaBox">
<if condition="$show['member']">
<img src="/img_default/memarea.gif" alt="Member Area:" width="101" height="22" /> <ul id="memberLogon">
<li id="myprofile" title="Profile"><a href="/member.php?$session[sessionurl]u=$bbuserinfo[userid]"></a></li>
<li id="conpanel" title="Control Panel"><a href="/usercp.php?$session[sessionurl]"></a></li>
<li id="myalbums" title="My Albums"><a href="/gallery/showgallery.php?cat=500&ppuser=$bbuserinfo[userid]"></a></li>
<li id="favpixes" title="Favorite Pictures"><a href="/gallery/showgallery.php?cat=fav"></a></li>
<li id="myblog" title="My Blog"><a href="/blog.php"></a></li>
<li id="mypost" title="My Post"><a href="/search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]"></a></li>
<li id="privmsg" title="Private Message"><a href="/private.php?$session[sessionurl]"></a></li>
</ul>
.....
....
...
..
.
|
and result on photopost/gallery is:
Quote:
<!-- BEGIN TEMPLATE: navbar -->
<div id="membox">
<div class="bot"><div class="top"> <div id="http://www.snowcraze.com/memberAreaBox">
<img src="/img_default/memarea.gif" alt="Member Area:" width="101" height="22" /> <ul id="http://www.snowcraze.com/memberLogon">
<li id="myprofile" title="Profile"><a href="/member.php?u=1"></a></li>
<li id="conpanel" title="Control Panel"><a href="/usercp.php?"></a></li>
<li id="myalbums" title="My Albums"><a href="/gallery/showgallery.php?cat=500&ppuser=1"></a></li>
<li id="favpixes" title="Favorite Pictures"><a href="/gallery/showgallery.php?cat=fav"></a></li>
<li id="myblog" title="My Blog"><a href="/blog.php"></a></li>
<li id="mypost" title="My Post"><a href="/search.php?do=finduser&u=1"></a></li>
.....
....
|
as you see, url should not be there on red text... Let me know if u want to see what i done w/ old header-inc.php? Look like my time is up cuz I gotta go to PA for holiday... I will back tmw night. I just realize I post wrong forum since it seem hink i should post at photopostdev.com? You can check css at:
http://www.snowcraze.com/inc/default.css
Well happy holiday!