One of the features listed as included is to “create custom event registration questions”.
when I go on to the questions to add a new one I get a messages saying that this is for premium users only.
Any suggestions, help would be greatly appreciated!
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Everything goes ok until I get to the place where you have to pay, then it goes to paypal (https://www.paypal.com/cgi-bin/webscr) and it says the shopping cart is empty
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I would like to know how user levels can be granted permission to add events. For my site, the person who will be creating events is not the same person setting up the site. The easier I can make the process of creating and editing events and viewing attendees, the better. I’d like to make a custom user type (event_admin or something similar) and be able to have that user be able to access all of the event settings. Thanks.
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Saw the features and that it supports PayPal, so I purchased and spent a weekend installing and setting up to show client – ONLY to find that it DOES NOT support PayFlow Link or PayFlow Pro. I am SO screwed.
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Can’t add dates! what a joke!
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I’ve configured my plugin options and clicked “Save Options” button under but the “Advanced Events Registration must be configured.” message will not go away.
When I initially installed the plugin a few weeks ago, I wasn’t having this issue. I’m not sure what happened since then …
Has anyone experienced this?
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>1: When someone registers for an event, it shows that they signed up 3 times in my events manager and marks 3 attendees when it should only be 1
2: When I change an event to not Active, it still shows as active.
3: When someone doesn’t finish the payment, it’s still showing in the paid category.
Saw you mentioned you were going to update the free version 2 months ago and wanted to know if you planned to do that soon?
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Attempting to assign a date to a new event. Pull down calendar displays this error:
Forbidden
You don’t have permission to access /wp-content/plugins/advanced-events-registration/calendar_form.php on this server.
Basic install, permissions look fine on the plugin directory.
]]>When I register for an event, the site just displays the thank you screen and does not direct to PayPal for payment.
ALSO, keeps directing to a confirmation page that says it is a free event….
I have the Configure Organization settings filled in with my info.
Here is the link to register: https://shortcutqueen.com/?page_id=383®event_action=register&event_id=1&name_of_event=Webinar:Mastering Microsoft? Excel? PivotTables?
]]>Hi, using latest version of your plugin, we found two problems:
1) It is not possible to delete categories. It is probably caused by missing code global $wpdb; in the beginning of admin_event_categories.php file.
2) Using utf8 characters for category descriptions. You can try it adding “?luty k?ň” as category description. It is probably caused by function htmlentities2() which does not support utf8 encoding.
Using following code works well:
$category_desc= htmlentities($_REQUEST['category_desc'], ENT_QUOTES, 'UTF-8' );
Thank you for your help…
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Ive installed and set up all software correctly and created a test event.
1. I enter name, email, and additional question. Hit Submit. It takes me back to the master registration page with no confirmation. I receive no confirmation email. And My attendees still stands at zero.
2. Is there a way to remove the “Enter Promo Code” field?
Here is the registration form:
https://www.thepubonpearl.com/home?page_id=247®event_action=register&event_id=2&name_of_event=Pub%2520Run%2520test%25201
thanks
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I migrated a website from my demo server to my client’s server and now the event espresso plugin isn’t working at all. Here’s the error I’m getting:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/wp-content/plugins/advanced-events-registration/includes/get_event_details.php on line 8
URL: https://tinyurl.com/4hu9bcp
Ideas?
]]>When attendees register for an event, Spaces Available on the event’s page is not reduced, and the attendee count on the Attendees/Payments page does not increase. Basically, people can continue to register past the number of spaces available because registrations are going through but aren’t being counted. If there are 10 spaces, attendee count is always 0/10, even if 12 people have registered.
WordPress 3.0.3, Advanced Events Registration 2.1.28
]]>I wrote a plug-in to add several features to advanced-events-registration, but one change was easier to do by directly editing get_event_details.php.
I was wondering if you would update this file using the code below to add semantic mark-up that we can use for CSS.
Here is the code with modifications starting at line 38.
<div id="event-<?php echo $event_id?>">
<h3 class="event_title"><a href="<?php echo get_option('siteurl')?>/?page_id=<?php echo $event_page_id?>®event_action=register&event_id=<?php echo $event_id?>&name_of_event=<?php echo stripslashes($event_name)?>">
<?php echo stripslashes($event_name)?>
</a></h3>
<div class="event_details event_date">
Date:
<?php echo event_date_display($start_date)?>
</div>
<div class="event_details event_cost">
<?php if ($event_cost == '' || $event_cost == ' '){ ?>
Free Event
<?php }else{?>
Cost: <?php echo $org_options['currency_symbol']?><?php echo $event_cost?>
<?php }?>
</div>
<div class="event_details event_spaces">
Spaces Available:
<?php echo $available_spaces?>
</div>
<div class="event_register_link">
<a href="<?php echo get_option('siteurl')?>/?page_id=<?php echo $event_page_id?>®event_action=register&event_id=<?php echo $event_id?>&name_of_event=<?php echo stripslashes($event_name)?>">Register Online</a>
</div>
</div><!-- end event-id -->
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>Updated to 2.1.28 and all future events show as expired.
I edited the events to hopefully trigger a recalc. The events are still showing as expired.
Any ideas?
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I’m getting the following error in my configuration page:
These settings are very important and must be configured for the plugin to function correctly. Visibility must be set to Public on all pages.
All of my pages are set to Public. What am I missing?
Thanks,
Lori
Fatal error: Cannot redeclare add_column_if_not_exist() (previously declared in /home/psfbuzz/public_html/wp-content/plugins/smooth-slider/includes/smooth-slider-functions.php:142) in /home/psfbuzz/public_html/wp-content/plugins/advanced-events-registration/includes/database_install.php on line 16
]]>The setup page with
“Please select event to Add/Edit/Delete Registration Questions:”
is blank, no options are available to add more questions.
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I can’t believe I just installed this through the wp-admin and it just destroyed everything. I just lost hours and hours and now have to go back to the actual host and deleted EVERYTHING or search for a mistake which I know NOTHING about. BEWARE TO ANYONE WHO INSTALLS THIS>>>
]]>Additional questions using dropdowns are not working. The data is not being stored in the database.
I see other threads, some months old, mentioning the same issue. One suggests not “requiring” the answer corrects the issue, but that doesn’t seem to make any difference.
]]>I have several questions with large option lists (15-20) in drop downs and radio button on our registration. If you check “required” the selection is not recorded. Without “required” it records the answer.
]]>Hi, I’m posting this here because I thought some of you might be able to give me a hint.
I’m looking for an event registration plugin similiar to the “attendance list” plugin. My registered blog users shall be able to register to an event. The list of already registered event participants should ONLY be visible in admin panel.
There should only be a button saying “I Participate” in the frontend and the plugin then stores the user with username and full name in a database.
Any Idea ?
]]>Hi!,
First thanks for the great plugin! I’m using Advanced Events Registration and having a weird issue. When I add questions using a drop down menu, they appear in the database fine, I can click edit registration and I see the persons answers. But if I export the event no questions with drop down answers are shown, other questions that use text are, but not the ones using dropdowns. This happened last spring as well under wp 2.9 I’m now using WP 3.01 and php5. Might this be a bug? Is there a quick fix? Thanks!
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I’m getting an IIS 405 error when I submit a registration. Any idea why? Thanks.
]]>On https://www.directis.ca under ‘Training’ I have two categories of events that I am using this plugin for: DIY Strategic Planning and Strategic Planning for CEOs. On the page for DIY Strategic Planning, my currently scheduled events are not appearing in date order, yet in the other category the order is correct. Also, in the sidebar widget on the front page, the events are showing in correct order.
I’m using the the_excerpt()
workaround that I’ve found in other support forum topics to allow me to show content above the page before the listing of events, but I am doing that on both pages and only the DIY page has a problem.
Suggestions?
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>I am getting the following error when trying to create an event. I saved the organization information but I get a message that it must still be configured.
The error when trying to create an event is:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /homepages/15/d334908808/htdocs/wp-content/plugins/advanced-events-registration/includes/manage_events.php on line 189
There are similar errors regarding mysql_fetch_array(). I am using 1and1.com for hosting.
]]>I’m trying to display all of the events for a specific category, but nothing is displayed with the following shortcode:
[EVENT_REGIS_CATEGORY event_category_id=”webversity-pbg”]
Any ideas?
Thanks!
Scott
]]>In preparation for the release of Event Espresso (the new name of Advanced Events Registration,) we have just opened up our new forums.
Many of you have been using the WordPress forums to ask your questions about the Advanced Events Registration plugin. The only problem with that is that I don’t know anyone has posted anything there. I try to login and check every once in a while, but that is very inefficient and some questions go unanswered. I am hoping to change this with our new forums.
So please head on over and say hello, leave us some feedback in the “Suggestion Box” or show off your site in the new “Website Showcase.”
]]>I have a strange error . I have events displayed on the sidebar using the widget.
When I click on any of the links from a PC using a browser that I have been to the dashboard and used to edit anything the links work and the browser opens the unnique url for that event.
For any other browser even on the same PC I get
/* followed by the What you are looking for does not exist message.
I am baffled????
Alan
https://www.ads-software.com/extend/plugins/advanced-events-registration/
]]>On this page: https://www.cmbluejays.com/random/
I just wish to have it so the Start Date and End Date no longer show. When it comes necessary to put in a time, I can simply add it to the description. I am using the free version (wish is a great plugin by the way) and would like to know where to delete the code to get rid of the above.
Thanks in advance, I appreciate your time.
]]>