Show only administrator - Poster IP in Viewtopic
Show only administrator
Hi,
How to edit the IP show only administrator?
Thanks.
Sorry, my English is very poor.
I use translate.google.sk
Thanks
I use translate.google.sk
Thanks
-
- Registered User
- Posts: 19
- Joined: Sun Jan 03, 2016 3:45 pm
Re: Show only administrator
change this in the listener file
to this
Code: Select all
if ($this->auth->acl_gets('a_', 'm_') && !empty($poster_ip))
to this
Code: Select all
if ($this->auth->acl_get('a_') && !empty($poster_ip))
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Show only administrator
Ok, this is good work!
Thanks.
Thanks.
Sorry, my English is very poor.
I use translate.google.sk
Thanks
I use translate.google.sk
Thanks
-
- Registered User
- Posts: 19
- Joined: Sun Jan 03, 2016 3:45 pm
Re: Show only administrator
Does this extention have the option of not showing admins IPS and just the users? I don't want my IP out there, but I don't care about my users though.
-
- Registered User
- Posts: 194
- Joined: Wed Feb 11, 2009 3:35 am
- Location: Boston, Mass
Re: Show only administrator
Only admins and mods will see the IP addresses
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Show only administrator
How can I add a custom group to also see the IP's. One I've added extra used as a basic mod group.
As I see it doesn't use the group ID number in code, such as like this for admin and global mod group, so you could add another group ID:
As I see it doesn't use the group ID number in code, such as like this for admin and global mod group, so you could add another group ID:
Code: Select all
if ($this->auth->acl_gets('5_', '4_') && !empty($poster_ip))
-
- Registered User
- Posts: 603
- Joined: Wed Oct 03, 2007 10:51 am
Re: Show only administrator
And that has zero to do with this topic.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22092
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr