Tagged: Profile page
Thank you.
Well, You should have mentioned that you were using our Conditional field plugin too. It is throwing error I can see that.Please allow me today to put an update for the conditional field plugin to fix it.
Thank you
BrajeshHello Brajesh,
Please let me know if you had got time to work on the issue so that I can update the plugin with fixes.
Thanks
Hi Jigar,
I am sorry but I am not able to recreate it. Here is what I am guessing is wrong with the conditional profile field pluginThere is a function called build_conditions() in the main file.
You will see some code there like this
$groups = BP_XProfile_Group::get( array( 'fetch_fields' => true, ) );
Can you please change that to
$groups = BP_XProfile_Group::get( array( 'fetch_fields' => true, 'user_id' => bp_is_my_profile() ? bp_displayed_user_id() : 0, ) );
and try clearing your browser cache and checking again. Does it work. It should most probably.
Hi Brajesh,
Thanks for the updates. I will try this morning and update you.
Hi Brajesh,
The given solution does not resolved the issue for me.
Hi Jigar,
The problem is originating from Conditional profile fields plugin.Please add me to the site as a temporary admin and allow me to edit code. I will try updating plugin there. We need to somehow stop it from fetching details of the displayed user on user pages.
You must be logged in to reply to this topic.