Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
How do i make IP-Logs visible only to administator (1 viewing) (1) Guest
TOPIC: How do i make IP-Logs visible only to administator
#33780
How do i make IP-Logs visible only to administator 1 Year, 1 Month ago  
How do i make IP-Logs visible only to administator, and not to moderators?

best regards,
Fireboarder
Fireboarder (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#33963
Re:How do i make IP-Logs visible only to administa 1 Year ago  
not any idea?

in phpbb-Forums you got a admin -panel where you can give any right to any user oder usergroup. Isn't there something like that in fireboard?
Fireboarder (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#34008
Re:How do i make IP-Logs visible only to administa 1 Year ago  
IP-logs are only visible to the admin by default.
cachaco87 (User)
FB Rules
Junior Boarder
Posts: 90
graphgraph
User Offline Click here to see the profile of this user
Gender: Male cachaco87 MediaVelada cachaco87 foxhound_459 cachaco87 Location: Florida, US Birthdate: 1987-05-21
Logged Logged
 
 
#34016
Re:How do i make IP-Logs visible only to administa 1 Year ago  
Open your components/com_fireboard/template/default/message.php

find this code line#230:

[code:1]if($msg_ip) echo ''.$msg_ip_link.''.$msg_ip.''; else echo ' '; [/code:1]

REPLACE :
[code:1]if ($my->usertype == 'Super Administrator') { if($msg_ip) echo ''.$msg_ip_link.''.$msg_ip.''; else echo ' '; }[/code:1]
greatpixels (Admin)
BoJ Team
Moderator
Posts: 461
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Best of Joomla! Location: USA Birthdate: 1978-10-31
Logged Logged
 
Last Edit: 2007/12/11 06:45 By greatpixels.
 
Project Manager : Lead Developer
 
 
Go to top