Additional Settings For Custom Profile Fields [1.2]
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #80
RE: Additional Settings For Custom Profile Fields
Do you remember this RateU?:

The same issue happens with this plugin Erf. Tough it can be other plugin fault, I just found a "solution" to this, open ./usercp.php, find:

PHP Code:
	if($errors)
	{
		$user = $mybb->input;
		$bday = array();


Replace with:

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
	if($errors)
	{
		foreach((array)$mybb->input as $key => $val)
		{
			if(isset($mybb->user[$key]))
			{
				$mybb->user[$key] = $val;
			}
		}
		$user = $mybb->user;
		$bday = array();


I just can't find the plugin causing this yet No.


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
08-20-2012 06:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Additional Settings For Custom Profile Fields - Sama34 - 08-20-2012 06:10 AM

 Standard Tools
Forum Jump: