| JACKa | Date: Monday, 2008-05-05, 3:59 Am | Message # 1 |
|
Newbie
Group: Users
Messages: 3
Reputation: 0 [0%]
Status: Offline
| i have had a few people asking me to hidethem but i dont know how to do it it can anyone help me please?????
|
| |
|
|
| viperver1 | Date: Monday, 2008-05-05, 4:08 Am | Message # 2 |
|
Curious
Group: Checked
Messages: 23
Reputation: -1 [0%]
Status: Offline
| I have a good code to use. It'll get rid of it. Go to the Module Customisation and place this in the Appearance of Entries in Forums. Code <tr><td class="postBottom" align="center"><?if($USER_IP$)?><div class="postip"><?if($GROUP_ID$=4)?>[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a> (<a href="javascript://" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>) ]<?endif?></div><?else?> <?endif?></td><td class="postBottom"> Hope that helps. Edit: fixed up code.
Message edited by viperver1 - Monday, 2008-05-05, 4:14 Am |
| |
|
|
| JACKa | Date: Monday, 2008-05-05, 4:14 Am | Message # 3 |
|
Newbie
Group: Users
Messages: 3
Reputation: 0 [0%]
Status: Offline
| i am still seeing htem when i log onto my forums section
|
| |
|
|
| viperver1 | Date: Monday, 2008-05-05, 4:18 Am | Message # 4 |
|
Curious
Group: Checked
Messages: 23
Reputation: -1 [0%]
Status: Offline
| That's because it will only allow you to see it. if you don't want to see it all, you must remove the main coding on that line. Just for you, here's how it'll look on a custom code without everyone seeing it. Code <table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable"> <tr><td width="23%" class="postTdTop" align="center"><a class="postUser" href="javascript://" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></td><td class="postTdTop">Date: $WDAY$, $DATE$, $TIME$ | Message # $NUMBER$</td></tr> <tr><td class="postTdInfo" valign="top"> <?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?> <?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?> <?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?> <?if($GROUP_NAME$)?><div class="postUserGroup">Group: $GROUP_NAME$</div><?endif?> <?if($POSTS$)?><div class="numposts">Messages: <span="unp">$POSTS$</span></div><?endif?> <?if($READ_REP_URL$)?><div class="reputation">Reputation: <a title="View reputation history" class="repHistory" href="$READ_REP_URL$"><span class="repNums">$REP_RATING$</span> [$REP_RATING_PERS$]</a> <?if($DO_REP_URL$)?> <a class="reputationDo" title="Change reputation" href="$DO_REP_URL$">±</a></div><?endif?><?endif?> <?if($READ_BAN_URL$)?><div class="userBan">Reproofs: <a class="banPercent" title="View reproofs history" href="$READ_BAN_URL$">$BAN_RATING$</a> <?if($DO_BAN_URL$)?> <a title="Change reproofs level" class="banDo" href="$DO_BAN_URL$">±</a></div><?endif?><?endif?> <?if($USER_STATUS$)?><div class="statusBlock">Status: $USER_STATUS$</div><?endif?> <?if($GROUP_ID$)?> <?else?><br><br><br><br><br><?endif?> </td><td class="posttdMessage" valign="top">$MESSAGE$ <?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?> <?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?> <?if($EDITEDBY$)?><br><br><div class="edited">Message last edited by $EDITEDBY$</div><?endif?></td></tr> <tr><td class="postBottom" align="center"><?if($USER_IP$)?><div class="postip">[(<a href="javascript://" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>) ]</div><?else?> <?endif?></td><td class="postBottom"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr> </table></td></tr></table> This code removes it entirely without either you or the users seeing it.
|
| |
|
|