[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-05-03T15:20:28-07:00 http://www.integramod.com/forum/feed.php?f=17&t=449 2006-05-03T15:20:28-07:00 2006-05-03T15:20:28-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=4444#p4444 <![CDATA[Multiple Founders]]> Allow me to clearify the code chanes:
blocks/blocks_imp_online_users.php
FIND:
if ( ($row['user_level'] == ADMIN) && ($row['user_id'] == 2) )

REPLACE]if ( ($row['user_level'] == ADMIN) && in_array($userdata['user_id'], array( 2, 3, 4) ) )[/code]


profilcp/functions_profile.php
FIND:
if ( ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 2) )

REPLACE]if ( ($userdata['user_level'] == ADMIN) && in_array($userdata['user_id'], array( 2, 3, 4) ) )[/code]


If you put that same code to replace both, you will have issues...

Statistics: Posted Author: BurninFingerTipz — Wed May 03, 2006 3:20 pm


]]>
2006-04-29T08:10:58-07:00 2006-04-29T08:10:58-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=3570#p3570 <![CDATA[Multiple Founders]]>
Parse error: syntax error, unexpected T_ELSE in /home/westtexas/www/www/phpBB2/blocks/blocks_imp_online_users.php on line 152

Statistics: Posted Author: macarlisle — Sat Apr 29, 2006 8:10 am


]]>
2006-04-29T02:51:57-07:00 2006-04-29T02:51:57-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=3541#p3541 <![CDATA[Re: Multiple Founders]]> http://rpgnet.clanmckeen.com/demo/viewt ... =4457#4457

You need to make sure that the total number of admins and board founders are represented in the ACP > Security > Special > Number of admins box. Please note, Junior admins do not apply to this number, they are collated in the number of Moderators.

the above link would suggest the code changes are as follows

change the 2 files blocks/blocks_imp_online_users.php and profilcp/functions_profile.php
FIND
    if ( ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 2) )
REPLACE WITH
    if ( ($userdata['user_level'] == ADMIN) && in_array($userdata['user_id'], array( 2, 3, 4) ) )
Where 2,3 and 4 are the user ids of the board founders. You can have any number of founders as long as their ids are seperated with a comma.

One final word of warning, Board founders have significant power over any other user, and have access to more functions and details in the board setup. Make sure you are careful who you choose to be one. The same needs to be said for making ordinary admins. It is a role that carries much responsibility.



A

Statistics: Posted Author: Adrian Rea — Sat Apr 29, 2006 2:51 am


]]>
2006-04-28T07:28:42-07:00 2006-04-28T07:28:42-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=3428#p3428 <![CDATA[Multiple Founders]]> Statistics: Posted Author: macarlisle — Fri Apr 28, 2006 7:28 am


]]>
2006-04-28T07:25:58-07:00 2006-04-28T07:25:58-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=3427#p3427 <![CDATA[Multiple Founders]]>
A

Statistics: Posted Author: Adrian Rea — Fri Apr 28, 2006 7:25 am


]]>
2006-04-28T07:24:21-07:00 2006-04-28T07:24:21-07:00 http://www.integramod.com/forum/viewtopic.php?t=449&p=3426#p3426 <![CDATA[Multiple Founders]]> Statistics: Posted Author: macarlisle — Fri Apr 28, 2006 7:24 am


]]>