Code: Select all
'group_founder_manage' => 'int',
Code: Select all
'group_display_team' => 'int',
Code: Select all
'group_founder_manage' => 'int',
I see a server was temporary unavailable, but now it's up again, feel free to download.Stickygreen wrote:Links are broken?
Would really like to use this.
Hi Ashley, could you describe it in details pls and maybe share your changes in PM or here. Thanks.Ashley.S. wrote: Quite a few edits were wrong, and some functions didn't want to workI however did manage to get it to work in the end by looking through other code and changing some things
got to remember them now, ROFL but here's what I can remember:stansmet wrote:Hi Ashley, could you describe it in details pls and maybe share your changes in PM or here. Thanks.Ashley.S. wrote: Quite a few edits were wrong, and some functions didn't want to workI however did manage to get it to work in the end by looking through other code and changing some things
Code: Select all
$test_variables = array('rank', 'colour', 'avatar', 'avatar_type', 'avatar_width', 'avatar_height', 'receive_pm', 'legend', 'message_limit', 'max_recipients', 'founder_manage');
Code: Select all
$test_variables = array(
'rank' => 'int',
'colour' => 'string',
'avatar' => 'string',
'avatar_type' => 'int',
'avatar_width' => 'int',
'avatar_height' => 'int',
'receive_pm' => 'int',
'legend' => 'int',
'message_limit' => 'int',
'max_recipients'=> 'int',
'founder_manage'=> 'int',
'skip_auth' => 'int',
);
Code: Select all
// display group on team page
$test_variables['display_team'] = 'int';
// end display group on team page