PDA

View Full Version : CMS Global variable


MaryTheG(r)eek
07-17-2011, 06:11 AM
Hello,

Is there any Global variable which shows if the user has installed the Suite version or just the Forum version?

Thank you
Maria

HMBeaty
07-17-2011, 01:29 PM
Pretty sure there is. Found this in the navbar:

<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>

MaryTheG(r)eek
07-17-2011, 05:02 PM
Pretty sure there is. Found this in the navbar:

<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>

Thank you Brooks. I'll give a try a bit later. I wasted my full day stucked in a problem with Forum blocks.

Maria

HMBeaty
07-17-2011, 07:37 PM
Thank you Brooks. I'll give a try a bit later. I wasted my full day stucked in a problem with Forum blocks.

Maria
No problem :) Let me know what you find out