In the My Contacts area, I would like to remove some of the boxes - Members You Were Blocked By & Members You Were Hotlisted By
Can someone tell me where and how I can do this.
In the My Contacts area, I would like to remove some of the boxes - Members You Were Blocked By & Members You Were Hotlisted By Can someone tell me where and how I can do this. |
Is this in D6?
|
Yes sorry, forgot to mention. Its Dolphin 6.1.6 |
Just go to member.php and find the following:
<tr class=table> <tr class=table>
Just delete those, and who the hell broke the damn WYSIWYG in IE7? This shit is taking forever to put up at this rate.
|
I think I'm missing something. I opened member.php (from root folder) and I cannot find any of those lines. |
Sorry about that, I just noticed you don't have those on the My Account Page under the Contacts, it's on your contacts.php file (My Contacts) page that you need this. Open contacts.php and find the following. To remove an item from the first half of the page (People I hotlisted) use the if( $_GET['list'] !='me') To remove an item from the 2nd half of the page (People who hotlisted me) use the if($_GET['list'] !='i') items (those are the items below each and just comment out the ones you want gone.
case 'all':
$ret .= PageCompListMembers( 'me', 'FriendList', 'Profile', 'ID', '', 'AND `Check`=0' );
|
Excellent. Worked Thanks again for your help |