Forum Replies Created
-
AuthorPosts
-
FrankyKeymaster
Well, 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).
FrankyKeymasterwould it be possible to get a temporary login account so I can check this myself?
FrankyKeymasterCan you post a URL showing this? And if possible an admin account would be great.
FrankyKeymasterWhat happens if you just use #_SUBMIT?
FrankyKeymasterIt’s in the tab “RSVP: registrations and bookings”
FrankyKeymasterThere’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
FrankyKeymasterThe 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?”
FrankyKeymasterNot 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 🙂
FrankyKeymasterBtw,are you sure about the submit button? Can you create a test setup for this?
FrankyKeymasterI’ll wait one more day for possible bug reports and then release this as a fix.
FrankyKeymasterWell, 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:
FrankyKeymasterBtw; which version did you try? 1.2.6 contains some fixes for attendees
FrankyKeymasterWhich version did you try? 1.2.6 is out containing some fixes 🙂
FrankyKeymasterWhere 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?
FrankyKeymasterJust tested this: seems to be working just fine …
FrankyKeymasterWhat is the shortcode+options you’re using?
Because I just tested [eme_bookings] and #_ATTENDEES: both work as expected
FrankyKeymasterFor 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
FrankyKeymasterConfirmed as a bug (typo) and fixed here:
FrankyKeymasterIt 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:
FrankyKeymasterCorrect, 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.
FrankyKeymasterYou 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
FrankyKeymasterI confirm that it is still an issue, and hopefully fixed here:
http://plugins.trac.wordpress.org/changeset/858439
and (small fix):
FrankyKeymasterImplemented with this change:
FrankyKeymasterImplemented with this change:
FrankyKeymasterI 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 …
FrankyKeymasterYes, that’s already a long outstanding feature request I made for myself 🙂
I’ll try to implement it.
FrankyKeymasterCorrect. 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
FrankyKeymasterTx! It’s in the released version btw
FrankyKeymasterWell, 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.
FrankyKeymasterIt’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.
FrankyKeymasterOk, it’s a bug introduced some weeks ago (since 1.2.1)
Fixed here:
FrankyKeymasterOk, moving back to bugs until I can check this.
FrankyKeymasterThat version is way too old. Please update to Events Made Easy and try again.
FrankyKeymasterImplemented here:
FrankyKeymasterChar limit changed:
FrankyKeymasterWell, until now nobody requested this 🙂
Moving to feature requests
FrankyKeymasterIf 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 …
FrankyKeymasterThe booking form can be changed by event.
FrankyKeymasterImplemented 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
FrankyKeymasterSince one attendee can make multiple bookings, this is not possible. Isn’t the booking list with its placeholders what you’re looking for?
FrankyKeymasteralready fixed in current dev version, see: http://www.e-dynamics.be/bbpress/topic.php?id=2139
FrankyKeymasterRead this for CSS :
FrankyKeymasterDon’t use FIELD01, use FIELD1. Don’t use a “0” if not needed
FrankyKeymasterThen 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.
FrankyKeymasterIt’s not released yet. Waiting for some test results from other testers and then I’ll release.
FrankyKeymasterAbout which required field are you talking?
FrankyKeymasterAre 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.
FrankyKeymasterIf 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.
FrankyKeymasterPlease start a new thread, and first update to 1.2.4.
Then explain in more detail the thing you try to do.
FrankyKeymasterNo, the number 000000003232 can be used for banking payments in Belgium.
FrankyKeymasterOk, the other part was something I added but forgot to remove, try this:
FrankyKeymasterImplemented here:
https://plugins.trac.wordpress.org/changeset/851564
Please use the correct forum for feature requests.
FrankyKeymasterThe people thing is fixed here:
https://plugins.trac.wordpress.org/changeset/851558
I need to check the rest
FrankyKeymasterThis fixes it:
FrankyKeymasterGood news: I’m able to reproduce it 🙂
FrankyKeymasterNo response, closing
FrankyKeymasterOk 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 🙂
FrankyKeymasterIt’s dangerous to replace just those files. Either implement the mentioned changes or use the real trunk version:
FrankyKeymasterYes, it is still the same link.
FrankyKeymasterWell, 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 #51178FrankyKeymasterNo 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 #51176FrankyKeymasterWell, 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 #51174FrankyKeymasterThis change will solve it I hope:
FrankyKeymasterI can’t reproduce the 2-form thingie, but the TOTALPRICE issue should be fixed with this change:
FrankyKeymasterI 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?
FrankyKeymasterI 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 #51172FrankyKeymasterOf 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.
FrankyKeymasterPfff … it was a bigger change than expected.
Hopefully implemented with this change (untested as of yet):
FrankyKeymaster🙂 Thanks!
FrankyKeymasterNo no, it will get implemented 🙂
Hopefully before the next release …
FrankyKeymasterIt 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 #51170FrankyKeymasteraccepted, 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 …
FrankyKeymasterJuist 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.
FrankyKeymasterOk, 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 #50841FrankyKeymasterNo no, you need to do both changesets: the preg_replace=>str_replace one and the one removing the preg_quote.
FrankyKeymasterI created a filter emefs_categories_filter for the frontend, so you can filter out unwanted cats:
FrankyKeymasterWaiting 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.
FrankyKeymasterThat’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.
FrankyKeymasterPlease 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.
FrankyKeymasterWell … 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 #50839FrankyKeymasterOk, 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 #50838FrankyKeymasterI 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 #50837FrankyKeymasterChanging 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 #50836FrankyKeymasterit seems more like everything with “{” is not being replaced now. Let me check …
FrankyKeymasterYou 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 #50833FrankyKeymasterJust 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.
FrankyKeymasterYup, 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 #50831FrankyKeymasterThu 30 Jan 2014 at 20:09 in reply to: yikes — all our ticket prices are not showing because of the dollar sign #50830FrankyKeymasterOk, I’m able to reproduce it: seems to be only if you have “$” followed by a number …
FrankyKeymasterI 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?
FrankyKeymasterAlready a feature request, closing this one. Most of the fields you descvribe are html5 fields btw.
FrankyKeymasterCan you tell me the settings for that recurrent event? Event begin and end date, recurrence begin and end date?
FrankyKeymasterSo, to be sure: it’s not multiprice or multiseat, but multi-maxseat that you would like?
FrankyKeymasteralready 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 #50827FrankyKeymasterNow 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 …
FrankyKeymasterOk, this should fix it (explanation is in comment):
FrankyKeymasterWhat front-end form? The search form or the create-new-event form?
FrankyKeymasterFixed here (you only need the first 2 extra lines, the rest of the changes are cosmetic):
FrankyKeymasterMoving to bugs. It’s a 2-liner fix for this evening 🙂
FrankyKeymasterNo response, so closing.
Sat 25 Jan 2014 at 09:48 in reply to: Feature Request: hierarchical categories (multi-levels) #47305FrankyKeymasterAND and OR are already possible, with exclusions etc … so closing.
FrankyKeymasterIrregular 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
FrankyKeymasterThis is already implemented, so closing.
FrankyKeymasterThis is already implemented, so closing.
FrankyKeymasterThis is already implemented, so closing.
FrankyKeymasterFor 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.
FrankyKeymasterThe last url I mentioned explains where to put it, on what to base on and gives an example
FrankyKeymasterThe 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.
FrankyKeymasterFirst 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.
FrankyKeymasterIn the admin interface, list of events: CSV export
FrankyKeymasterImplemented in trunk: new shortcodes for bookings and attendees lists. Template usage is also integrated, so for bookings you can use any rsvp placeholder
FrankyKeymasterEME 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 #51105FrankyKeymasterOk, 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 #51103FrankyKeymasterJust 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.
FrankyKeymasterAll 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
FrankyKeymasterFor 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
FrankyKeymasterOk, 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)
FrankyKeymasterThat 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
FrankyKeymasterCreate categories, put the events in the wanted categories and use the category option for the events_list shortcode
FrankyKeymasterNo prob. I’m moving this to feature requests
FrankyKeymasterIf it was that simple, I would’ve done it already 🙂
FrankyKeymasterConfirmed. The fix is simple: go into the file js/eme.js and change line 17
from:
$j_eme_booking.ajax({
to
$j_eme.ajax({
FrankyKeymasterOk, 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) #51052FrankyKeymasterOr 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) #51051FrankyKeymasterWithout 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) #51049FrankyKeymasterThe 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.
FrankyKeymasterThat 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.
FrankyKeymasterOk, 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'];
}FrankyKeymasterArghh … I’ll try again. I was sure I got it.
FrankyKeymasterWhat is the value of WPLANG in wp-config.php ?
FrankyKeymasterNo that’s not as it should be. This should fix it (I’ll release 1.2.3 for this):
FrankyKeymasterJust 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.
FrankyKeymasterNo, 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 …
FrankyKeymasterWhat are the format settings in that widget? And is that format in the first lines used or defined somewhere else?
FrankyKeymasterJust 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) #51047FrankyKeymasterSee 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”).
FrankyKeymasterYou’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?
FrankyKeymasterYou can always start with an unencrypted button of course …
FrankyKeymasterThe bugfix wasn’t complete, I updated it again.
Please update to 1.2.1 and it should be ok.
FrankyKeymasterTry the just released 1.2.1
FrankyKeymasterThat 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.
FrankyKeymasterGoogle on “paypal certificate file” and you arrive here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/apicertificates
FrankyKeymasterAdded here (plus extra bugfix), I’ll release again today:
FrankyKeymasterFrankyKeymasterMoving to bugs, it’s an oversight. It’s a two-liner fix, so I’ll add it this evening.
FrankyKeymasterThe 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.
FrankyKeymasterSince 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]FrankyKeymasterAh, 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 #50996FrankyKeymasterUse [events_if] for each seat category and #_BOOKEDSEATSxx then.
Or, since it should be the case, see if this change works:
-
AuthorPosts