PDA

View Full Version : Adding to the vbmenu


Arissa
11-27-2006, 01:22 PM
One of my profile fields is a link. I would like to add it to the vbmenu that you see when you click on a username in a thread.

<if condition="$show['field25']"><tr><td class="vbmenu_option"><a href="$userid[field25]" target="_blank">$vbphrase[view_personnel_file]</a></td></tr>
</if>

That is the code I have used, as you can see I created a new vbphrase for this. It's not working so any help would be appreciated.