MyBB Community Forums

Full Version: Buddy list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How to delete this?
Or modify / add a friend?
heloo there

to modify or add any friend , reffer to
User CP > Miscellaneous > Buddy/Ignore List

you may add or block who ever u want there.

regards
How can I delete the buddy list feature completely?
ok go to

Admin CP > Templates > Modify /Delete > Expand > user cp templates > usercp_nav_misc

Find and delete this

<li><a href="usercp.php?action=editlists">$lang->ucp_nav_editlists</a></li>

now also go to usercp_editlists and delete the whole code

now go to index tempates >header_welcomeblock_member
ciao Smile sorry again
[/b]

find and delete

<span class="links">
					<a href="#" onclick="popupWin('misc.php?action=buddypopup', 'buddyList', 170, 300);">$lang->welcome_open_buddy_list</a>
				</span>

like that u have erased all the link to that thing

regards

Quote:<html>
<head>
<title>$settings[bbname]</title>
$headerinclude
</head>
<body>
$header
$forums
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><a href="javascript:expandCollapse('boardstats');"><img src="$theme[imgdir]/collapse$collapsedimg[boardstats].gif" id="boardstats_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong>$lang->boardstats</strong></div>
</td>
</tr>
</thead>
<tbody style="$collapsed[boardstats_e]" id="boardstats_e">
$whosonline
$birthdays
$forumstats
</tbody>
</table>
<br />
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left">
<table cellspacing="0" cellpadding="2" border="0">
<tr><td><img src="$theme[imgdir]/on.gif" alt="$lang->new_posts" /></td><td class="trow"><span class="smalltext">$lang->new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/off.gif" alt="$lang->no_new_posts" /></td><td class="trow"><span class="smalltext">$lang->no_new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/offlock.gif" alt="$lang->forum_locked" /></td><td class="trow"><span class="smalltext">$lang->forum_locked</span></td></tr>
</table>
</td>
<td valign="top" align="right">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr><td valign="top" align="right">
<span class="smalltext">$logoutlink<a href="misc.php?action=markread">$lang->markread</a> | <a href="showteam.php">$lang->forumteam</a> | <a href="stats.php">$lang->forumstats</a></span>
</td></tr>
$loginform
</table>
</td></tr>
</table>
</td></tr>
</table>
$footer
</body>
</html>

I've this code on the "index".
Where can I delete than the last line you mentioned :/
sorry umm it's in header_welcomeblock_member :$Big Grin it's just i was using my modified templates Smile

ciao Smile sorry again
Thanks.
I appreciate your help. ;-)