PDA

View Full Version : Profile Fields as User Rank text?


leia
01-23-2011, 02:34 PM
Hello,

For users with a certain rank, I would like to have their rank link to a URL specified from a field from their profile. I have not been successful with this. Is it possible?

I have tried:

<a href="{vb: raw memberinfo.field25}" target="_new">Shop Link</a>

The link is definitely a link, but it is not actually putting in the field... it is just linking to "vb: raw memberinfo.field25". Any help would be appreciated. Thank you! :)

Lynne
01-23-2011, 03:11 PM
That is what you tried in a template (which template) or a plugin (what hook and what is all the exact code)? Did you try just $memberinfo[field25] at all? We need more specifics about exactly what you have done.