• Support will be limited until May 8th, as I will be out of the office travelling. Thank you for your patience and understanding.
Status
Not open for further replies.

GoodApples

Customer
When Member Map is enabled it removes the UserCP Visitor Message Editor.


Edit: Also removes usermenu items

Add as Friend
Send Private Message
Add to Ignore List
User Notes
Find latest post
Find latest started threads
 
Last edited:
Open Manage Plugins and replace the contents of the Member Map - Profile Adjust plugin with
PHP:
if (THIS_SCRIPT == 'membermap')
{
	$this->auto_prepare = array(
		'userid',
		'username',
		'musername',
		'usertitle',
		'profilepic',
		'onlinestatus',
		'lastactivity',
		'avatarurl',
		'joindate',
		'posts'
	);
}

A hotfix will be applied shortly :)
 
Status
Not open for further replies.

Legacy Member Map

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
59
Customer rating
0.00 star(s) 0 ratings
Back
Top