Quote:
Originally Posted by Paul M
Custom $show variables can be created pretty much in any hook, as the navigation is almost the last thing built, but two common ones added for the purpose are load_show_variables & load_forum_show_variables.
|
If you don't mind, can you help me on how to convert a condition like:
Code:
<vb:if condition="$vbulletin->userinfo['permissions']['classifieds'] & $vbulletin->bf_ugp['classifieds']['moderate']">
to work as $show. I know that there are variables/condiltions like: $show['member'], but I was always using the above style.
Thank you
Chris