The Arcive of vBulletin Modifications Site. |
|
ip address Details »»
|
|||||||||||||||||||||||||
shows up in modcp and i would like to disable this so no one can see ip address's includeing me..
can this be done ? thanks Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
open /arcade/skins/skin_Arcade.php (or skin_v3Arcade.php if you are using this style) and search for
Code:
<td align="center"><a href="./member.php?$session[sessionurl]&u={$score['mid']}">{$score['name']}</a> ({$score['ip']})</td>
Code:
<td align="center"><a href="./member.php?$session[sessionurl]&u={$score['mid']}">{$score['name']}</a></td>
|
|
#3
|
|||
|
|||
|
thx MrZeropage,
allso had to drop down a bit and do the same in the comments section but all is sorted thanks for the support |
![]() |
|
|