If a member had disabled his buddy list the page buddies.php is not visible for other users. That is good. But on the page Member info on the bottom the buddys are still visible to other users. Is this a bug?
Wat I have done now in MEMBERINFO is:
<if condition="$vboptions['buddieslist_active'] AND $userinfo['buddiesliststatus']">
$buddies
</if>
But the problem is that the user cant see his own buddielist if he has disabled the list. It it possible to show this only to the logged in user ??
|