Quote:
Originally Posted by fridayweb
How would we go about changing this code to add it to a person's profile?
|
add it somewhere in the memberinfo template.
this code, the phrases are global so you can use it anywhere.
HTML Code:
<!-- user forum style -->
<div>$vbphrase[style]: <if condition="$post[style] == '$vbphrase[not_specified]'"><a href="$vboptions[forumhome].php?styleid=$vboptions[styleid]">Default Style</a><else />$post[style]</if></div>
<!-- / user forum style -->