I want to add an option when you click on a member name in a post Under "View Public Profile"
The code I used is
Code:
<if condition="$show[field25]"><tr><td class="vbmenu_option"><a href="$userid[field25]" target="_blank">View Personnel File</a></td></tr>
</if>
but it's not working any suggesiton?
I've created a vbphrase and changed the code to
Code:
<if condition="$show['field25']"><tr><td class="vbmenu_option"><a href="$userid[field25]" target="_blank">$vbphrase[view_personnel_file]</a></td></tr>
</if>
but it's still not working. Any help appreciated