uCoz Community uCoz Modules Site Users User Account IP's |
User Account IP's |
I only want a select group to be able to see. Thanks for tha info.
|
Nador, in what module are you wishing to hide the IP. If you are meaning in the profile page to remove it entirely find this in the design templates and remove it;
Code <?if($MODER_PANEL$)?> <div id="block7" class="udtb"><div class="udtlb">Registration IP:</div> <a href="http://www.ripe.net/perl/whois?$_IP_ADDRESS$" target="_blank">$_IP_ADDRESS$</a></div> <?endif?> Otherwise could you please specify what you are after. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Nador,
Quote (Paradox) How do I hide the IP Address of Members? if you meant on Forum, go to CP->Design->Design management (templates)->Forum->Appearance of entries->Find: Code <?if($USER_IP$)?><div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a><?if($POST_COUNTRY_ID$)?> (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)<?endif?> ]</div><?else?> <?endif?> And put it inside this: Code <?if($CUR_GROUP_ID$ = 4)?> Code <?else?> <?endif?> So it will look like this: Code <?if($CUR_GROUP_ID$ = 4)?>......CODE IS HERE.........<?else?> <?endif?> |
Sunny, If i want to block someone then it means i need his/her IP too... so tell me where can i find every Members IP ???
Added (2012-08-07, 10:24 AM) --------------------------------------------- Paradox, If i want to block someone then it means i need his/her IP too... so tell me where can i find every Members IP ??? I'm not so good in the case of websites, But i'm a Good Learner i can learn Very Fast...
Thanks for the help buddies and that is my site [ King Wains Alex ] |
| |||