Profile.subs.php $profile_fields options March 09, 2014, 03:54:41 pm Where does that get handled? It isn't in the doc block before the field.
Re: Profile.subs.php $profile_fields options Reply #1 – March 09, 2014, 04:17:50 pm loadProfileFields is where the variable is filled with data.Or you mean where the variable is actually used?It's another of those meh things...
Re: Profile.subs.php $profile_fields options Reply #2 – March 09, 2014, 07:02:44 pm Yeah, I'm trying to find where the $options part is actually used.
Re: Profile.subs.php $profile_fields options Reply #3 – March 10, 2014, 07:57:03 am Why are you asking questions only about meh code? $options is used in several places all around the templates and controllers (maybe some subs too).It should hold the per-user alternatives of the $settings.
Re: Profile.subs.php $profile_fields options Reply #4 – March 10, 2014, 01:48:01 pm Just wondering because it is a string of PHP code but it should probably be an anonymous function.