Can someone please tell me how you get the raw variables to parse in the link that is an option in a product? Here is what I have in the template:
HTML Code:
<vb:if condition="$vbulletin->options['boofo_additional_link_1']">
<li><a href="http://{vb:raw vboptions.boofo_additional_link_1}" target="_blank">{vb:raw vboptions.boofo_additional_link_1_title}</a></li>
</vb:if>
And the link I have set for the boofo_additional_link_1 option:
HTML Code:
{vb:raw vboptions.bburl}/search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post&showposts=1
The raw variables don't get parsed when viewing the link in the menu.