2 questions regarding usernames.... 2 questions regarding usernames....
 

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

2 questions regarding usernames....

Started by zzz, January 22, 2006, 07:09:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zzz

1/ i would like to be able to have the title the name of the user in question when viewing their albums:
<title>username</title> instead of <title>Coppermine Photo Gallery - Home > user galleries > username</title>

2/ i would like to change the logout[username] displayed in the menu to:
'logout' and be able to print that persons username somewhere in my menu ideally in my theme.php like so:


<!-- BEGIN logout -->
&nbsp;&nbsp;<font size="1" color="#ffffff"><b>you are logged in {USER_NAME} <a href="{LOGOUT_TGT}">[logout]</a></b></font>
<!-- END logout -->


im really impressed with how fast i have been able to fit the gallery into the theme of my website kudos to all that have helped this project, thankyou to all that have helped me with my questions.