Good thinking!
I looked at it and it won't work. It's an option drop down I need an array.
I want them to pick the forum in the profile field and have it convert to a forumid to show on the navbar.
Code:
<if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]$session[sessionurl]">All Forums<else />
<a href="$vboptions[homeurl]/$session[sessionurl]"> Home Page </if> </a></td>
I want all forum to point to a forum picked from the profile field.