Discuss
These forums are for “community” support and general discussion, also check out the FAQs, try this first and read the WPS admin guide.
| Bronze/Silver/Gold members | Not a Bronze/Silver/Gold member? | |
| Please submit a helpdesk ticket.You will receive a quicker and more efficient response, prioritised over the forum. Thank you. | Sorry, you can’t use the helpdesk. Please use these forums to log problems. You can purchase temporary helpdesk support, or Fancy upgrading? |
Hello,
It seems that users that choose to share with 'everyone' in stead of 'public' do not have their info from the 'extended' menu button shown to viewers that are not logged in.
To clarify:
If I am not logged in and want to view the profile of someone having a 'symposium_share' usermeta value of 'Everyone', I cannot see the section of their profile under 'extended'.
I think I found the culprit around line 569 of ajax/symposium_profile_functions.php : it only checks to see if $share == 'profile' and not $share == 'everyone'.
I made an easy solution for the moment, but was wondering if you could consider updating for the next release.
We were using the html filter hook around line 655 and realized that moving the hook along with the (echo $html
just under the next curly bracket would negate the missing 'everyone' condition and also allow us to hook in to the html even if the data is private.
Could you consider moving the hook here along with echoing the html just before the exit(); around line 659 ??
It would be greatly appreciated,
Thank you














You are not permitted to reply on this forum. Login...





Saving...