I have some custom profile fields that contain id numbers for each user that identify them on a statistics page (game server statistics for each user). What I would like to do is add a stats button at the bottom of the page next to my Profile, PM, and Email buttons like this:
Basically I want to set it up like
Code: Select all
<a href="mysite.com/stats.php?id={postrow.PROFILE_STATSID_VALUE}">{STATS_IMG}</a>
if that is possible. My issue is that I can not get the value to show up for the life of me. I want this value to be invisible to the user (not showing up anywhere), but usable for the link in the image only. Here is how I have it currently set up.
Any ideas?