Quote:
Originally Posted by Ted S
Simple enough...
Modify the plugin welcome_headers as follows:
Add this to the start of the code:
Code:
<if condition="is_member_of($bbuserinfo, X)"><else />
And at the end add:
Where X is the new usergroup.
|
Ok so my code looks like this:
Code:
<if condition="is_member_of($bbuserinfo, 33)"><else />
$globaltemplates[] = 'welcome_headers';
</if>
But this gives me an error:
Parse error: parse error, unexpected '<' in /home/mydomain/public_html/global.php(344) : eval()'d code on line 1