How to the user email in theme.php ? How to the user email in theme.php ?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to the user email in theme.php ?

Started by afg89, March 08, 2008, 04:42:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

afg89

Hey

I want to use Gravatar as avatar system and i wanted to know i could get the user email from mysql and echo in theme.php, which will in template.html.
EX:

theme.php

Welcome $useremail

avatar >>> http://www.gravatar.com/avatar.php?gravatar_id=$useremail


and in template.html

Welcome example@some.com

and avatar  http://www.gravatar.com/avatar.php?gravatar_id=example@some.com

Please Help me