Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Two Things People May Find Handy 
 
These are two very small changes which people may find handy

1. To edit first admin protection

OPEN root/adm/admin_ug_auth.php
FIND
Code: [Download] [Hide] [Select]
// Disallow other admins to delete or edit the first admin MOD START
if ( $user_id == '2' && $userdata['user_id'] != '2' )

REPLACE WITH
Code: [Download] [Hide] [Select]
// Disallow other admins to delete or edit the first admin MOD START
if ( $user_id != $userdata['user_id'])

to stop all admins deleting other admins
Warning: Admins cannot edit other admins at all after this is done (such as adding new admins) so have all your admins as admins before.
)
 




____________
CivUnited
 
Last edited by tonyf12 on Thu 31 May, 2007 17:48; edited 1 time in total 
tonyf12Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Two Things People May Find Handy 
 
2nd one in /templates/yourtheme/profile_view_body.tpl

Because some users feel that displaying the user agent info is too private
OPEN /templates/yourtheme/profile_view_body.tpl
FIND
Code: [Download] [Hide] [Select]
{ONLINE_STATUS_IMG}  {USER_OS_IMG} {USER_BROWSER_IMG}

REPLACE WITH
Code: [Download] [Hide] [Select]
{ONLINE_STATUS_IMG}&nbsp;<!-- {USER_OS_IMG}&nbsp;{USER_BROWSER_IMG}-->

 




____________
CivUnited
 
tonyf12Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Two Things People May Find Handy 
 
Two things...

The first patch you posted will prevent any admin to set another admin.

The second one if commented, the OS and Browser can be viewed in page source... delete the code instead.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Two Things People May Find Handy 
 
the 1st is suppoesed to be done afterwards all admins were appointed.
 




____________
CivUnited
 
tonyf12Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Two Things People May Find Handy 
 
Ok, but then admins cannot be added, modified or deleted at all... I think everyone should be aware of this if decide to apply this modification.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron