coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: afg89 on March 08, 2008, 04:42:54 PM

Title: How to the user email in theme.php ?
Post by: afg89 on March 08, 2008, 04:42:54 PM
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