Forum Replies Created
-
AuthorPosts
-
Franky
KeymasterWell, adding a filter is not that big a deal 🙂
I’ll move this to bugs, so I don’t forget about it (I forgot to do it yesterday evening, before the release).
Franky
Keymasterwould it be possible to get a temporary login account so I can check this myself?
Franky
KeymasterCan you post a URL showing this? And if possible an admin account would be great.
Franky
KeymasterWhat happens if you just use #_SUBMIT?
Franky
KeymasterIt’s in the tab “RSVP: registrations and bookings”
Franky
KeymasterThere’s a fix in the current trunk version for attendee and booking list formatting, see
http://plugins.trac.wordpress.org/changeset/859776
but I’m not sure it will help you …
What do you have in the EME setting called ‘Attendees list format’?
I think I have a documentation bug there, you should not use #_NAME but #_ATTENDNAME, see http://www.e-dynamics.be/wordpress/?cat=48
Franky
KeymasterThe example submit form you put online doesn’t provide a captcha to fill in, but in your settings you require it.
Go into the EME settings, tab RSVP, and deselect the option “Use captcha for booking form?”
Franky
KeymasterNot really, since it’s a filter only for emefs. But I can add a similar filter if you want, although I don’t really see a big use for it 🙂
Franky
KeymasterBtw,are you sure about the submit button? Can you create a test setup for this?
Franky
KeymasterI’ll wait one more day for possible bug reports and then release this as a fix.
Franky
KeymasterWell, I just created a page with content
[eme_bookings id=14 template_id=6 template_id_header=4 template_id_footer=5]
and in the template with id 6, I put:
<li>#_RESPNAME (#_RESPSPACES) test
[eme_if tag="#_SPACES1" notvalue="0"]Table 1[eme_if2 tag="#_SPACES1" notvalue="1"] -<b> #_SPACES1 seats</b>[/eme_if2][/eme_if]
</li>And it seems to be working just fine … now 🙂
Reason is this fix:
Franky
KeymasterBtw; which version did you try? 1.2.6 contains some fixes for attendees
Franky
KeymasterWhich version did you try? 1.2.6 is out containing some fixes 🙂
Franky
KeymasterWhere do you use these? In the rsvp mails? Do you mean that events_if works, but eme_if doesn’t?
And what do you mean with the “Reserve” button?
Franky
KeymasterJust tested this: seems to be working just fine …
Franky
KeymasterWhat is the shortcode+options you’re using?
Because I just tested [eme_bookings] and #_ATTENDEES: both work as expected
Franky
KeymasterFor the moment this is not possible. I recommend you to use the available filter eme_eval_booking_form_filter , see http://www.e-dynamics.be/wordpress/?cat=41
Franky
KeymasterConfirmed as a bug (typo) and fixed here:
Franky
KeymasterIt turned out that recoding this uncovered some more bugs I coded up while using templates for attendees and booking lists.
Should be all fixed here:
Franky
KeymasterCorrect, it should work, but it doesn’t 🙂
This is a small part of the fix: http://plugins.trac.wordpress.org/changeset/858780
But the real problem is that I replace the #_NOTES part the last, so people using other shortcodes in there can use the “format” option and otherwise I would be replacing values that should not be replaced. This causes #_EVENTID to appear non-replaced as value for the event id, and a string is of course nto a correct value.
But since the template functionality is now in place, people can use that. So now I could just put #_NOTES to be replaced first, causing your shortcode to appear with the #_EVENTID and then #_EVENTID gets replaced correctly afterwards.
For some people this might cause troubles (backwards compatibility), so I’ll add an option to the settings to control this behavior.
Moving to bugs until I can code this up this evening.
Franky
KeymasterYou asked if the booking form could be changed per event, not the booking list. But even that is possible:
you can use the [eme_bookings] shortcode for this inside your event format, use the placeholder #_EVENTID for the value of the event id and use templates.
See
Franky
KeymasterI confirm that it is still an issue, and hopefully fixed here:
http://plugins.trac.wordpress.org/changeset/858439
and (small fix):
Franky
KeymasterImplemented with this change:
Franky
KeymasterImplemented with this change:
Franky
KeymasterI don’t do paid requests, I only accept general donations since sometimes I’m just too busy to implement a feature immediately …
I’ll try this weekend …
Franky
KeymasterYes, that’s already a long outstanding feature request I made for myself 🙂
I’ll try to implement it.
Franky
KeymasterCorrect. I’ll fix it this evening in the code.
For now, go into eme_people.php and change line 460 from
if (!is_null($line['wp_id']) && $line['wp_id']) {
to:
if (is_admin() && !is_null($line['wp_id']) && $line['wp_id']) {
That should help
Franky
KeymasterTx! It’s in the released version btw
Franky
KeymasterWell, normally it should take the old data, but because it’s already a long time ago and you have the prefix issue, I can no longer guarantee it. To be sure: make a db backup.
Franky
KeymasterIt’s not in the released version yet. So either make the changes yourself, wait for the next release or – as a workaround – use the new template options for the eme_locations shortcode.
Franky
KeymasterOk, it’s a bug introduced some weeks ago (since 1.2.1)
Fixed here:
Franky
KeymasterOk, moving back to bugs until I can check this.
Franky
KeymasterThat version is way too old. Please update to Events Made Easy and try again.
Franky
KeymasterImplemented here:
Franky
KeymasterChar limit changed:
Franky
KeymasterWell, until now nobody requested this 🙂
Moving to feature requests
Franky
KeymasterIf you change it manually, you have to specify the correct string length as well:
s:7:”1||0||0||0||0||0||0||0||0||0″
==> 7 is not correct if you count the number of characters in the string following it. I think it is 28
(the same for max_allowed).
Concerning the “real” problem: the char limit. I think it is at 25 for now, so I’ll bump that up a bit …
Franky
KeymasterThe booking form can be changed by event.
Franky
KeymasterImplemented the following:
* Feature: the payment form showing the buttons can now be customized in the EME settings, Payment section. The same placeholders as for bookings can be used.
You can format the section above and below the payment buttons and everything is surrounded by CSS tags as well.
See
http://plugins.trac.wordpress.org/changeset/853662
and
Franky
KeymasterSince one attendee can make multiple bookings, this is not possible. Isn’t the booking list with its placeholders what you’re looking for?
Franky
Keymasteralready fixed in current dev version, see: http://www.e-dynamics.be/bbpress/topic.php?id=2139
Franky
KeymasterRead this for CSS :
Franky
KeymasterDon’t use FIELD01, use FIELD1. Don’t use a “0” if not needed
Franky
KeymasterThen use CSS to hide it. If you use firebug you’ll see that a class is assigned to that message (eme-required-field), so you can hide it via CSS.
Franky
KeymasterIt’s not released yet. Waiting for some test results from other testers and then I’ll release.
Franky
KeymasterAbout which required field are you talking?
Franky
KeymasterAre you sure about that? In my test in the EME “people” backend it shows correctly.
Otherwise you can always mail me an admin account to test things.
Franky
KeymasterIf you want to hide certain fields based on the value of another one, you need to do that via javascript. Such conditions are not handled by the conditional tags in any way.
Franky
KeymasterPlease start a new thread, and first update to 1.2.4.
Then explain in more detail the thing you try to do.
Franky
KeymasterNo, the number 000000003232 can be used for banking payments in Belgium.
Franky
KeymasterOk, the other part was something I added but forgot to remove, try this:
Franky
KeymasterImplemented here:
https://plugins.trac.wordpress.org/changeset/851564
Please use the correct forum for feature requests.
Franky
KeymasterThe people thing is fixed here:
https://plugins.trac.wordpress.org/changeset/851558
I need to check the rest
Franky
KeymasterThis fixes it:
Franky
KeymasterGood news: I’m able to reproduce it 🙂
Franky
KeymasterNo response, closing
Franky
KeymasterOk I’ll check. So you talk about name and email, no?
I’m guessnig this only happens when you’re logged in … and this is propably a side effect by this change:
https://plugins.trac.wordpress.org/changeset/849454/
So I need to test this 🙂
Franky
KeymasterIt’s dangerous to replace just those files. Either implement the mentioned changes or use the real trunk version:
Franky
KeymasterYes, it is still the same link.
Franky
KeymasterWell, now that that works, I would like to know if the 2 form thingie still appears in dev. If you have the time/place/space to test, it would be great.
Mon 3 Feb 2014 at 23:23 in reply to: Show Total Price Due as a currency value (float) instead of an integer #51178Franky
KeymasterNo prob, this is a php thingie caused by me 🙂
Mon 3 Feb 2014 at 22:47 in reply to: Show Total Price Due as a currency value (float) instead of an integer #51176Franky
KeymasterWell, apparently sprintf works different for you … but even testing locally with a floating point and echo yields weird results. For now it is as you suggested:
Mon 3 Feb 2014 at 18:45 in reply to: Show Total Price Due as a currency value (float) instead of an integer #51174Franky
KeymasterThis change will solve it I hope:
Franky
KeymasterI can’t reproduce the 2-form thingie, but the TOTALPRICE issue should be fixed with this change:
Franky
KeymasterI can’t explain the double-form thing. Do you mean you got 2 times the rsvp form?
Any change to send me an admin account so I can test the TOTALPRICE thing myself?
Franky
KeymasterI can’t explain the double-form thing. Do you mean you got 2 times the rsvp form?
Any change to send me an admin account so I can test?
Mon 3 Feb 2014 at 10:06 in reply to: Show Total Price Due as a currency value (float) instead of an integer #51172Franky
KeymasterOf course, there you’re correct. Zeroes at the end are useless, I need to find out where they come from 🙂 Probably a floating point calculation somewhere.
Franky
KeymasterPfff … it was a bigger change than expected.
Hopefully implemented with this change (untested as of yet):
Franky
Keymaster🙂 Thanks!
Franky
KeymasterNo no, it will get implemented 🙂
Hopefully before the next release …
Franky
KeymasterIt seems to working ok here. Which version are you on? And would you mind trying the dev version?
You can find it at http://downloads.wordpress.org/plugin/events-made-easy.zip
Sun 2 Feb 2014 at 09:19 in reply to: Show Total Price Due as a currency value (float) instead of an integer #51170Franky
Keymasteraccepted, but not with zero padding. It has become this:
http://plugins.trac.wordpress.org/changeset/849818
In fact, I should be using the php function money_format to be correct …
Franky
KeymasterJuist read this: http://www.e-dynamics.be/wordpress/?cat=8
then create a regular page, and make sure the EME setting called “Events page” points to this page.
Then disable/reanable your wordpress permalink settings (or the EME plugin deactivate/reactivate, does the same thing) and you should be good to go.
Franky
KeymasterOk, this should do it:
http://plugins.trac.wordpress.org/changeset/849454
But maybe I should add an option so people are not able to change their name/email when logged in (if wanted).
Fri 31 Jan 2014 at 23:40 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50841Franky
KeymasterNo no, you need to do both changesets: the preg_replace=>str_replace one and the one removing the preg_quote.
Franky
KeymasterI created a filter emefs_categories_filter for the frontend, so you can filter out unwanted cats:
Franky
KeymasterWaiting list is not possible, but this is a nice workaround mentioned by ngwagoner:
“This is a low priority item for my client, so I haven’t pursued any solution in the meantime. But off the top of my head… what about displaying a simple contact7 form if available spaces is zero – they input their name and email, and you set the subject line to the event name? You could just save the emails in a folder for future reference, or even setup an email id just for this purpose. Not optimum, but easy. “
See http://www.e-dynamics.be/bbpress/topic.php?id=1553
Concerning cancellations: the event placeholder #_REMOVEBOOKINGFORM shows a cancel form, see http://www.e-dynamics.be/wordpress/?cat=25
Also: please post in the correct forum.
Franky
KeymasterThat’s not possible. That plugin (which is not my code btw) has (for now) no filtering also, so …
I’ll try to take a look at it this evening.
Franky
KeymasterPlease don’t hijack a thread.
You have a totally different problem: judging by your console output some other javascript is causing troubles. Disable all other plugins and try again, then re-enable one by one until you find the guilty one, then let me know. If that doesn’t work: try the default theme, maybe your theme is acting up.
Franky
KeymasterWell … the resulting html code seems ok to me (the page shows 1 location in a list, using the classes you mentioned above). How many venues do you have, or what do you expect?
Fri 31 Jan 2014 at 18:29 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50839Franky
KeymasterOk, the last part of the fix is here:
Fri 31 Jan 2014 at 16:01 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50838Franky
KeymasterI think it was a bordercase with single letter-replacements. So for now, I’ll switch back to the less cpu-intensive str_replace and I’ll remove the preg_quote later this evening.
Fri 31 Jan 2014 at 15:41 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50837Franky
KeymasterChanging everywhere
$orig_result = preg_quote($result,'/');
into
$orig_result = $result;
fixes that … but I’m going back to check why I switched to preg_quote+preg_replace in the first place.
Fri 31 Jan 2014 at 15:38 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50836Franky
Keymasterit seems more like everything with “{” is not being replaced now. Let me check …
Franky
KeymasterYou made a small error and brought my attention to a bug:
– you should use the ID of the field, not add a zero in front of it: #REQ_FIELD3 in stead of #REQ_FIELD03
– I should take this into account 🙂
So for now: change these fields to their correct ID (without leading zero) and it should be ok.
Thu 30 Jan 2014 at 23:01 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50833Franky
KeymasterJust replace the strings in those files (preg_replace lines being replaced by str_replace lines) and you should be good to go.
There are some other minor bugs being resolved and then I hope to release on Sunday.
Franky
KeymasterYup, that’s what I got from it 🙂
Thu 30 Jan 2014 at 20:34 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50831Franky
KeymasterThu 30 Jan 2014 at 20:09 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50830Franky
KeymasterOk, I’m able to reproduce it: seems to be only if you have “$” followed by a number …
Franky
KeymasterI can’t reproduce that here. Can you post the setting “Registration form format” ?
And the definitions of your custom fields?
Or a temp admin account so I can take a look?
Franky
KeymasterAlready a feature request, closing this one. Most of the fields you descvribe are html5 fields btw.
Franky
KeymasterCan you tell me the settings for that recurrent event? Event begin and end date, recurrence begin and end date?
Franky
KeymasterSo, to be sure: it’s not multiprice or multiseat, but multi-maxseat that you would like?
Franky
Keymasteralready fixed in current dev version, see: http://www.e-dynamics.be/bbpress/topic.php?id=2139
Also: please post to the correct forum.
Thu 30 Jan 2014 at 09:10 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50827Franky
KeymasterNow that’s weird. EME doesn’t touch event text in any way, so I’m guessing something else in wordpress is doing this. On my site everything works just fine, so you might want to try to disable other plugins one by one until you find the guilty one.
Maybe I’m overlooking something, but here it works just fine …
Franky
KeymasterOk, this should fix it (explanation is in comment):
Franky
KeymasterWhat front-end form? The search form or the create-new-event form?
Franky
KeymasterFixed here (you only need the first 2 extra lines, the rest of the changes are cosmetic):
Franky
KeymasterMoving to bugs. It’s a 2-liner fix for this evening 🙂
Franky
KeymasterNo response, so closing.
Sat 25 Jan 2014 at 09:48 in reply to: Feature Request: hierarchical categories (multi-levels) #47305Franky
KeymasterAND and OR are already possible, with exclusions etc … so closing.
Franky
KeymasterIrregular intervals are now possible, so I think this now covered. Although the ical feed will show each event seperately, but that shouln’t be an issue. I’ll take a look at RDATE
Franky
KeymasterThis is already implemented, so closing.
Franky
KeymasterThis is already implemented, so closing.
Franky
KeymasterThis is already implemented, so closing.
Franky
KeymasterFor the moment the RSS feed removes all html by design. This is not a bug, but is intentional (well, it was because at first I didn’t really knew all there was to know about rss).
If you want html to be shown, it needs to be a feature request, so moving this there.
The ICAL code has already been changed for this btw.
Franky
KeymasterThe last url I mentioned explains where to put it, on what to base on and gives an example
Franky
KeymasterThe plugin is not really mine, but anyway …
The location should be filled in, that’s why you’re getting this error. When you type anything in the location name field, it should show autocomplete info of matching locations.
Franky
KeymasterFirst make sure you’ve copied the folder extras/plugins/events-made-easy-frontend-submit in your wordpress plugins folder, then activate it as any other plugin. Then it should work.
Franky
KeymasterIn the admin interface, list of events: CSV export
Franky
KeymasterImplemented in trunk: new shortcodes for bookings and attendees lists. Template usage is also integrated, so for bookings you can use any rsvp placeholder
Franky
KeymasterEME itself doesn’t change htaccess, wordpress does for permalinks. Internal server errors can only be solved by looking at your webserver logfiles, there it should say why it fails.
Tue 21 Jan 2014 at 17:54 in reply to: Permission Differences single-price vs. multiprice events #51105Franky
KeymasterOk, keep me posted. I’ll try multiseat here too.
Mon 20 Jan 2014 at 22:36 in reply to: Permission Differences single-price vs. multiprice events #51103Franky
KeymasterJust tried it here with a user as author and multiprice: no issues. Couldn’t be as well, because beside the fact that the price contains “||” in it, the code is the same as for single-price events.
Is that user owner or contact person for that event? Because by default an author can only change events he created or for which he is a contact person.
Franky
KeymasterAll CSS. Use firebug or any code viewer to discover which html field id to change.
And read this: http://www.e-dynamics.be/wordpress/?cat=30
Franky
KeymasterFor that you have all kinds of “format” settings in the EME settings that influence this: you have format settings for event lists, location lists, single event, booking list, ical feed, google maps balloons, emails, etc … Inside these format settings, you must use the relevant placeholders to do the formatting. See the doc for placeholders: http://www.e-dynamics.be/wordpress/?cat=23
For single events, these can be overridden in the single event creation/edit window.
For event and location lists, the new template feature can also be used, again read the doc: http://www.e-dynamics.be/wordpress/?cat=51
Franky
KeymasterOk, let’s take it slowly:
– when reading the usage page at http://www.e-dynamics.be/wordpress/?cat=8 , it states you need to use shortcodes on regular pages to get anything done from EME. And it says to look further down in the doc for the possible shortcodes.
– So, going to http://www.e-dynamics.be/wordpress/?cat=17 , you get a list of possible shortcodes for events lists, locations, or anything else mentioned there.
– In your case, let’s go to the shortcode doc for events: http://www.e-dynamics.be/wordpress/?cat=18 . There you have a whole lot of reading to do, but at the bottom there are some very useful examples.
– In this case, wanting to limit the events to one category for a specific wordpress page, use this example: [events_list category=1,3] (for showing events in category 1 or 3) , or [events_list category=1+3] (for showing events in both category 1 and 3)
Franky
KeymasterThat is a placeholder ( text being replaced by something usefull inside a shortcode).
Read the usage doc at http://www.e-dynamics.be/wordpress/?cat=8
Franky
KeymasterCreate categories, put the events in the wanted categories and use the category option for the events_list shortcode
Franky
KeymasterNo prob. I’m moving this to feature requests
Franky
KeymasterIf it was that simple, I would’ve done it already 🙂
Franky
KeymasterConfirmed. The fix is simple: go into the file js/eme.js and change line 17
from:
$j_eme_booking.ajax({
to
$j_eme.ajax({
Franky
KeymasterOk, it seems you’re running https.
The reason for your problems is that newer versions of browsers no longer mix http and https content anymore. My plugin already takes https into account for the frontend, but apparently I overlooked the admin part.
Can you try to change this:
– in eme_events.php, around line 3460:
from:
<script type='text/javascript' src='http://maps.google.com/maps/api/js?v=3.1&sensor=false'></script>
to a protocol relative link (so just remove the “http:” text):
<script type='text/javascript' src='//maps.google.com/maps/api/js?v=3.1&sensor=false'></script>
And idem in eme_locations.php on line 1377:
from
$res .= '<form action="http://maps.google.com/maps" method="get" target="_blank" style="text-align:left;">';
to
$res .= '<form action="//maps.google.com/maps" method="get" target="_blank" style="text-align:left;">';
Fri 17 Jan 2014 at 06:43 in reply to: I keep getting the "Page not Found" error after clicking an event ( I'M NEW) #51052Franky
KeymasterOr just deactivate and reactivate the eme plugin, that also forces the wordpress permalink rules to be regenerated.
Thu 16 Jan 2014 at 22:59 in reply to: I keep getting the "Page not Found" error after clicking an event ( I'M NEW) #51051Franky
KeymasterWithout a real-life example, there’s only so much I can tell.
As said: try the permalinks thing I mentioned.
Thu 16 Jan 2014 at 22:35 in reply to: I keep getting the "Page not Found" error after clicking an event ( I'M NEW) #51049Franky
KeymasterThe create a new page and set that page in the settings.
Concerning permalinks: read the standard wordpress doc.
Concerning shortcodes: as the usage page says: yes, you can put the shortcode examples on a regular page and WP will do the rest.
Franky
KeymasterThat is not a correct value for ity. Try the default en_GB, or read the wordpress doc for changing the language.
Also cherck for javascript errors in your browser.
Franky
KeymasterOk, found it and will release this evening. To fix it now, go into eme_events.php, around line 915 and change the lines:
if ($template_id) {
$format_arr = eme_get_template($template_id);
$format=$format_arr['format'];
} else {
$format="";
}to just:
if ($template_id) {
$format_arr = eme_get_template($template_id);
$format=$format_arr['format'];
}Franky
KeymasterArghh … I’ll try again. I was sure I got it.
Franky
KeymasterWhat is the value of WPLANG in wp-config.php ?
Franky
KeymasterNo that’s not as it should be. This should fix it (I’ll release 1.2.3 for this):
Franky
KeymasterJust tried it here with those settings: all ok.
But can it be that the format shown at the beginning:
#l #F #j #Y - #g:#i #A to #@g:#@i #A #_EVENTPRICE<br> #_LINKEDNAME<br> #_RECURRENCEDESC
is defined somewhere else (another setting)? Maybe that’s causing problems, but so far I didn’t find that.
Franky
KeymasterNo, and I just figured out why:
currently I only take the wordpress userid (+name/email) into account when you require WP membership for registration, because otherwise (even when logged in) you can still change the name/email on the booking form.
I’ll try to change this to be more generic and detect logged in users …
Franky
KeymasterWhat are the format settings in that widget? And is that format in the first lines used or defined somewhere else?
Franky
KeymasterJust select the option to not use paypal encryption in the EME settings and you can skip the whole certificate thing.
Wed 15 Jan 2014 at 10:12 in reply to: I keep getting the "Page not Found" error after clicking an event ( I'M NEW) #51047Franky
KeymasterSee if the usage info on this page helps you:
http://www.e-dynamics.be/wordpress/?cat=8
Also, when changing the mentioned special events page and using Permalinks, you need to disable/re-enable the generic wordpress permalink settings (set them to default, press “save” and set them back the way they were and press “save”).
Franky
KeymasterYou’ll have to be a little more specific please. What php? A template? A wordpress action hook or filter? What are you trying to accomplish?
Franky
KeymasterYou can always start with an unencrypted button of course …
Franky
KeymasterThe bugfix wasn’t complete, I updated it again.
Please update to 1.2.1 and it should be ok.
Franky
KeymasterTry the just released 1.2.1
Franky
KeymasterThat means you have a very old PHP version. That function is in php since 5.3.0, released in 2009.
The just released 1.2.1 version has a workaround for it, but you really should update.
Franky
KeymasterGoogle on “paypal certificate file” and you arrive here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/apicertificates
Franky
KeymasterAdded here (plus extra bugfix), I’ll release again today:
Franky
KeymasterFranky
KeymasterMoving to bugs, it’s an oversight. It’s a two-liner fix, so I’ll add it this evening.
Franky
KeymasterThe calendar links use the special events page, not a new page.
For the rest: the format of the events_list can be changed via templates, but not the header/footer parts. I’ll add template options for those 2 as well.
Franky
KeymasterSince you know what day/location/cat you’re showing the events for, why not just do it like this on a regular page:
Here are the events for location X
[events_list location_id=xx]Franky
KeymasterAh, I found the issue: IS_REGISTERED only works if you check the option “Require WP membership for registration”.
I think that indeed this extra requirement is not really needed, so I’ll remove it.
See this fix:
Mon 13 Jan 2014 at 20:17 in reply to: create event with multiple seat categories and limited spaces in each category #50996Franky
KeymasterUse [events_if] for each seat category and #_BOOKEDSEATSxx then.
Or, since it should be the case, see if this change works:
-
AuthorPosts