This is one of my favorite mods of all time!! Thank you for this!!
I am trying to set up dynamic home and forum links.. I'm sorry if this has been covered but how do I do this? I have tried over and over with no success..
This is the normal code I would use for a dynamic link..not sure how to use it with this mod.. Can anyone help please?
PHP Code:
<if condition="THIS_SCRIPT == 'adv_index'">
<a href="$vboptions[bburl]?$session[sessionurl]">
Forums
<else />
<a href="$vboptions[homeurl]?$session[sessionurl]">
Home
</if>
Thank!