MyBB Community Forums

Full Version: No views profiles for users ignorelist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi
How are people in the black list
So it will not be posted
It also does not display profile?

It is of utmost importance to us
Is not blacklisted in user profile view.
If you mean banned users? Here is a tutorial on how to hide the banned.


http://www.leefish.nl/mybb/showthread.php?tid=1174
I'm sorry
My English is not very good

Further explain
User blacklisted placed
Posts in this forum will be hidden
I
+ Posts
Profile of the Hide
And the user is blacklisted
The user profile is not accessible
Does blacklisted = banned? Therefore you want to hide the profile?

http://mods.mybb.com/view/error-profile-baned
not
blacklist=ignore list

When someone on the blacklist - List ignoring put
Like Blocks Facebook Profile - User Profile
Be displayed to the user is blacklisted=ignore list

This means that the user was blacklisted, when we opened the profile, an error is
You want users to be able to block their own profiles from ignored users in their lists. There was a plugin for it but I couldn't't find it just now nor remember the name.
Got it.
http://mods.mybb.com/view/user-profile-premission

But it uses the friend list instead.
ignore users with another user

I have already installed this plugin
And the problem is

Quote:You want users to be able to block their own profiles from ignored users in their lists. There was a plugin for it but I couldn't't find it just now nor remember the name.

Yes, I mean exactly the same thing
But not this plugin
I think my problem with no plug
And have the training or new plugins to be written

I hope to get noticed.
Quote:hello my friends,

we are looking for a way that, when a user ignore the other users can't see the his profile.
such as that in post.
for example: I ignore x - x is a user - , x cannot see my post.


now how can I insert this feature in mybb???

if with code,plz say how...

if have a plugin,plz insert link of plugin page in here & if no plugin please create this. because it is very tical.

We've been waiting for more than 1 year for educational or plugin.
I will be grateful to help me.


please help to me.
tnx

up.....

up.....
Seems I wasn't clear enough. There is no such plugin for what you are requesting, the close one is the one I posted in my last post. Sorry for the confusion.
You should try the plugin Omar linked. Looking in the code it seems that if a user is on another users ignorelist then they are automatically prevented from seeing the profile:

	{
		$buddyuidarray = explode(",",$ignorelist);
		if (in_array($this_user, $buddyuidarray, true))
			return false;
	}
Pages: 1 2