Quote:
Originally Posted by Opserty
Try Changing
PHP Code:
eval('$HTML = "' . fetch_template('blah') . '";');
To:
PHP Code:
$HTML = $usergroups;
// if the above DOES (not a typo) work...try using $HTML =& $usergroups; instead
|
Oh thank you! works! but erm the usergroup title doesn't seem to be showing up, I'll define the plugin as a script then use an if condition see if I can do it that way, thank again! and thanks to everyone else who tried to help! :up::up:
--------------- Added at 22:25 ---------------
Erm, the script thing didn't work.
--------------- Added at 22:26 ---------------
Oh another thought how could I convert this into a HTML if condition?
PHP Code:
if (in_array($_REQUEST['do'], array('contributors')))