cpvr
09-14-2007, 10:49 PM
<if condition="$show['memberinfo']">
<meta name="keywords" content="$userinfo[username], virtual pet list" />
<meta name="description" content="$userinfo[username] created his own profile at Virtual pet list.com. Create your own profile today!" />
<else />
</if>
I'm trying to make create its own description for a user's profile. Am I using the right code for ['memberinfo'] or is it something else? I tried placing it in the header but it wouldn't work, and by placing it in the MEMBERINFO it would have two sets of descriptions, etc.
What can I do?
<meta name="keywords" content="$userinfo[username], virtual pet list" />
<meta name="description" content="$userinfo[username] created his own profile at Virtual pet list.com. Create your own profile today!" />
<else />
</if>
I'm trying to make create its own description for a user's profile. Am I using the right code for ['memberinfo'] or is it something else? I tried placing it in the header but it wouldn't work, and by placing it in the MEMBERINFO it would have two sets of descriptions, etc.
What can I do?

