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>
<!-- END my_profile -->
<!-- BEGIN upload_pic -->
<a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">Upload File</a>
<!-- 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"> 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
I can see it fine.
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.
Where's the code that checks for a logged in user to display the my_profile section? That's where the problem is.
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.