coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: Chopper on March 10, 2005, 05:52:22 PM

Title: Profile link missing.
Post by: Chopper on March 10, 2005, 05:52:22 PM
For some reason, the Profile link in my coppermine page just disappeared. Below is the code for my navigation bar in the theme.php:

<td background="../images/navbar.gif" width=757 height=39>
<div style="position: relative; left: 10; top: 7;">
<!-- BEGIN my_profile -->
<a href="{MY_PROF_TGT}">Profile</a>&nbsp;&nbsp;&nbsp;
<!-- END my_profile -->
<!-- BEGIN upload_pic -->
<a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">Upload File</a>&nbsp;&nbsp;&nbsp;
<!-- END upload_pic -->
<!-- BEGIN login -->
<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->
<!-- BEGIN logout -->
<a href="{LOGOUT_TGT}">{LOGOUT_LNK}</a>
<!-- END logout -->
<a href="../faqs.php">&nbsp;&nbsp;&nbsp;FAQs</a>
</div>
</td>


According to this, my profile link should be showing up. Anyone know why it isn't? Not sure if it's related, but I noticed it first disappeared after changing "Users can have private albums" option in Coppermine Config from yes to no (or vice versa).

Any help is appreciated.

Website: http://www.animationcorner.com/studio
Username: test
Password: test
Title: Re: Profile link missing.
Post by: Nibbler on March 10, 2005, 05:57:15 PM
I can see it fine.
Title: Re: Profile link missing.
Post by: Chopper on March 10, 2005, 05:58:48 PM
Quote from: Nibbler on March 10, 2005, 05:57:15 PM
I can see it fine.

Do you see it on the Studio page? It's showing up fine for me on all the other pages, but I can't seem to see it on the Studio page.
Title: Re: Profile link missing.
Post by: kegobeer on March 10, 2005, 10:57:44 PM
Where's the code that checks for a logged in user to display the my_profile section?  That's where the problem is.
Title: Re: Profile link missing.
Post by: Chopper on March 10, 2005, 11:28:39 PM
Kegobeer...It's pretty wierd. Maybe you or another Coppermine Dev knows the reason, but when I went into my admin tools and did an update on "Update thumbs and/or resized photos" for the albums that had images in them, the Profile link came back just like before. Everything seems to look fine now.