Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.9
Author Message
djyeo
Hangin' Around



Joined: Sep 22, 2003
Posts: 26

PostPosted: Wed Oct 08, 2003 5:07 am Reply with quote

Hi,
Does anyone know how to disable the total number of members in site info block, so only admin can see it.
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Oct 08, 2003 8:43 am Reply with quote

You mean like in my block where it says

Overall xxxx
 
View user's profile Send private message
djyeo







PostPosted: Wed Oct 08, 2003 2:44 pm Reply with quote

thats it...the total number of members...can I hide it?
 
Raven







PostPosted: Wed Oct 08, 2003 2:47 pm Reply with quote

Sure. Find this line
Code:
$content .= "<img src=\"images/blocks/ur-guest.gif\" height=\"14\" width=\"17\"> "._BOVER.": <b>$numrows1</b><br />\n<hr>\n";
and modify it to
Code:
if (is_admin($admin)) {

    $content .= "<img src=\"images/blocks/ur-guest.gif\" height=\"14\" width=\"17\"> "._BOVER.": <b>$numrows1</b><br />\n<hr>\n";
}
 
djyeo







PostPosted: Wed Oct 08, 2003 2:54 pm Reply with quote

where can I find that line? which file?
 
Raven







PostPosted: Wed Oct 08, 2003 2:56 pm Reply with quote

Well it will be in whatever the file is that points to that block. It might be blocks/block-Site_Info.php or blocks/block-User_Info.php or something else even. It varies from installation to installation.
 
djyeo







PostPosted: Wed Oct 08, 2003 2:58 pm Reply with quote

thank you
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 6.9

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©