I can do it for you for free, but most likely not as cleanly as others might.
Can you tell me the usergroupid for your clan, plus any other ids for usergroups that are also part of it? I'll start off by posting you some independent code you can smack anywhere you want.
The e-mail link for members is very easy. Just put http://www.mac-gamer.com/forum/member.php?action=mailform&userid=xxxx
Whereby xxxx is whatever you have as a variable for userid (could be $userinfo[userid] or some such).
btw, you can parse php within html, but you need to define .html as php-parsed either in httpd.conf or in .htaccess.
I have it set in httpd.conf and the line looks like this either way:
AddType application/x-httpd-php .php .php3 .phtml .htm .html
|