Additional Settings For Custom Profile Fields [1.2]
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #60
RE: Additional Settings For Custom Profile Fields
Alright, the problem seems to be gone But a new one arises.

This:

PHP Code:
if($pa['xt_proffields_fml'][$v]){


Since "$pa['xt_proffields_fml']" is not aa array, I had to change it to this:

PHP Code:
if(is_array($pa['xt_proffields_fml']) && $pa['xt_proffields_fml'][$v]){


Since , but I don't know if that is really a fix or it just hides the error.

The same happens at line #580 and I suppose the same will happen in lines #598, #627, and #711.

Also, just noticed that "Editable By Usergroup" only hides the input code in the UCP, but users are still able to save it (ie: user was editing his/her options while you changed the setting).


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
06-20-2012 03:02 PM
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 - 06-20-2012 03:02 PM

 Standard Tools
Forum Jump: