Profile link missing. Profile link missing.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Profile link missing.

Started by Chopper, March 10, 2005, 05:52:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chopper

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

Nibbler


Chopper

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.

kegobeer

Where's the code that checks for a logged in user to display the my_profile section?  That's where the problem is.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Chopper

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.