ljcn
Forum Replies Created
-
Hi Ironikus,
Sorry for not being clear but I’m referring to the sending data.
WP Webhooks fires a webhook whenever a new user is created but I’d like it to do it only for certain roles.Thanks! Assuming this is adding to the “post_meta” table, rather than the geodirectory one, have you been able to create lots of listings without any database issues?
It’s because GeoDirectory uses its own custom tables for post meta in order to make it slicker. I’m faced with the same problem, however, the form just updates the post_meta and not the geodirectory table 🙁
Did you get any further?
Forum: Plugins
In reply to: [IdeaPush] No Voting Buttons‘doh! That makes sense, thank you!
Great plugin by the way! I’m going to suggest the pro version as the roadmap looks cool! 🙂Forum: Plugins
In reply to: [IdeaPush] No Voting ButtonsThanks for getting back! 🙂 This is already set to ‘yes’ and it doesn’t matter if the user is logged in, they too see the same thing.
Forum: Plugins
In reply to: [IdeaPush] No Voting ButtonsPHP Version: 7.3.22 Wordpress Version: 5.5.1 Plugin Version: 7.7 Is Pro User: NO Current Theme: Supreme Directory Website address: https://carenav.co.uk Shortcode is used on https://carenav.co.uk/roadmap- This reply was modified 5 years, 9 months ago by ljcn.
Another update
When a user first registers at the site, the values are entered as ‘green, blue’ etc
However, if the value is amended on their profile then it switches to a numerical value.Would really appreciate some help
So it seems that all these custom fields are saving a numerical value rather than the string in the database. Before I switch to another plugin that saves the value as a string, has anyone else managed a workaround?
For example, in both the ‘usermeta’ and ‘um_metadata’ tables the responses are recorded as:
umeta_id 2530
user_id 50
meta_key favourite_color
meta_value 6or
umeta_1d 2530
user_id 20
meta_ket favourite_color
meta_value 4These display as the string values (i.e. light blue, dark red) on the user’s profile though whilst using the UM forms. Where can I find the php script that manages this?
Silly me! I also had a “&” in the name. This doesn’t work.
So it’s because I have a space in the role name. I’d prefer to keep the space though. Including it in quotes doesn’t work. Anybody else found a solution?