Jarryd Long

Results 21 comments of Jarryd Long

Note that this can be achieved with a code recipe in the meantime https://gist.github.com/JarrydLong/305bb58cca60bd13083831d9b65bab13

Tested this with Sponsored Members 0.10 but we don't display this information in a table anymore. Information is displayed consistently between the two. Memberlite: ![image](https://user-images.githubusercontent.com/8989542/214290869-287c0e65-2216-4a2b-b1f0-18a317e40bf0.png) BuddyBoss: ![image](https://user-images.githubusercontent.com/8989542/214290972-b6f1e790-5750-4cda-85b5-32eef2b5865d.png)

Tested this with PMPro 2.9.9 and Sponsored Members 0.10 but have been unable to replicate this issue on the current versions.

@grifini Thank you for reporting this. In order for us to look further into this and implement a workaround, would you mind walking me through the steps on how to...

After testing this further it looks like the directory search gets disabled with this theme. You can enter in a value but hitting return or clicking on the search icon...

This code recipe will remove the map from the directory and single profile pages https://gist.github.com/JarrydLong/3ef373fbf5e8fee4139d859cd7fa8234

I think it works well for an MVP but maybe leave it for 3.1. Extending it to support other fields is quite easy which we can do (doesn't even need...

I've created a recipe to do this in the meantime https://gist.github.com/JarrydLong/92bdd3eb66faa3857ccfa0e9ea70b204

Just making a note here that this can be changed with a filter instead `apply_filters( 'pmpro_default_field_group_label', __( 'More Information','paid-memberships-pro' ) )`

Here's an example of how you can hook into the Member Edit panels and how saving is handled - https://github.com/strangerstudios/pmpro-membership-maps/blob/dev/includes/pmpro-class-member-edit-panel-map-address.php