Mario Z.
Forum Replies Created
-
I would be also interested in this kind of functionality. In my case I’m thinking about custom fields from a custom post type (e.g event / appointment plugin) in which there is a start or end date.
Something like r1si said: Selecting a custom post type category and then the option to add a query where only new posts from that post type are being sent if the start date is within the next week.
Thanks!
Don’t know exactly why but the following procedure fixed my problem:
1. Deactivate and delete the WooCommerce E-Mail Verification Plugin Version 2.3.1
2. Download the old version 2.3.0 from the WordPress repository here.
3. Activate the plugin with version 2.3.0 and test if notification works.
4. If the notification works update to 2.3.1 and it should still work without any problems.
Hope that helps someone.
Also got the same problem.
Verification E-Mail is sent but no message for the user on the login page.Woocommerce Version: 2.2.10
Plugin Version: 2.3.1
Wordpress Version: 4.1Forum: Plugins
In reply to: [Participants Database] Insert value to database on signupSo simple….
Was already thinking way too far.Thanks a lot!
Forum: Plugins
In reply to: [Participants Database] Dropdown values from specific fieldPerfect, thanks very much!
I really appreciate your help!
Forum: Plugins
In reply to: [Participants Database] Dropdown values from specific fieldPerfect! Exactly what I wanted to achieve!
Yeah thats right. The people type in the name of their activity so this could happen. I think we will prevent this with an approval process.
Speaking of an approval process, I can filter the results easily with the “filter” statement in the pdb_list shortcode but as far as I know the pdb_signup shortcode doesen’t support that anyway.Is it possible to filter this dropdown with php code so that only approved activities/activity titles are displayed?
For that I already have a field named “approved” with the values “yes” and “no”.Forum: Plugins
In reply to: [Participants Database] Dropdown values from specific fieldOkey so this is what I want to do:
I have one signup form on which people can offer help for an activity. For example “Learn how to draw”. This title will be saved as the “activity_title” in the database.
After that there is another page on which all those offers are displayed by the [pdb_list] shortcode and people can sign up for this offers. For that I added a signup button to a custom pdb_list template which redirects the people who want to participate to another signup form.And now in this signup form for participants they have to enter last name, first name, etc. and need to choose for which activity they want to signup. To select an activity I want to show a dropdown field which contains all saved records from the field “activity_title” as the dropdown values.
Hope this explains my thoughts.
Forum: Plugins
In reply to: [Participants Database] Dropdown values from specific fieldThanks!
I tried to get it work but my PHP knowledge is very limited. Maybe you can point me into the right direction.
In a specific signup form I want to display a dropdown with the values from another field (in another group) which is not enabled in the settings for the signup form.
How can I get this values into the $this object for example?Forum: Plugins
In reply to: [Event Organiser] Event -Category page not workingThanks a lot!
Forum: Plugins
In reply to: [Event Organiser] Event -Category page not workingI’ve got this error message in my test environment:
Fatal error: Call to undefined function get_taxonomies_for_attachments() in C:\wamp\www\wp-content\plugins\event-organiser\includes\event-organiser-archives.php on line 355
If i remove the code from line 354 – 358 the page works.