Forum Replies Created
-
AuthorPosts
-
Franky
KeymasterI’ll *try* to support wpml after the next release (this week), but for now I can’t help you here. Either you switch to qtranslate or you wait …
Franky
KeymasterThe submission form is a plugin currently not maintained by me. I’ll take a look at it later on …
Franky
KeymasterRead this:
Franky
KeymasterRead this thread: http://www.e-dynamics.be/bbpress/topic.php?id=718
Thu 27 Oct 2011 at 21:49 in reply to: Need a "More Events" link at the bottom of my Event List Page #48953Franky
KeymasterSee http://www.e-dynamics.be/wordpress/?cat=18 : use the paging option
Franky
KeymasterWel, for months you have the scope range:
Nm–Mm, to get the events from month N in the past/future till month M in the past future (eg. scope=-3m–2m , scope=0m–3m)
I’ll add the same for days in the next release:
Nd–Md
So for you that will then be: 7d–7d
So you can then show events that happen on exacty 7days in the future
Wed 26 Oct 2011 at 21:12 in reply to: Register a booking manually without the person receiving the Approval email #48938Franky
KeymasterThey should 🙂
Lots of bugfixes have happened since the latest release. I’m 99,5% ready to release the next version.
Franky
KeymasterI changed the code so the pubdate contains the event creation or modification date:
http://plugins.trac.wordpress.org/changeset/456139
For the scope, try:
scope=tomorrow, scope=next_month etc … See: http://www.e-dynamics.be/wordpress/?cat=18 for all possible values
There was some kind of issue with “tomorrow” for scope, fixed here:
Franky
KeymasterBut the RSS feed is always dynamically generated, what would then be the value for pubdate?
Franky
Keymasterthanks for noticing, fixed in trunk
Franky
KeymasterLook in the EME settings page in the WP admin section
Franky
KeymasterI didn’t know pubdate was a requirement?
Franky
KeymasterNo, you need to place the placeholder in one of the format settings in the EME settings page.
Franky
KeymasterThis is for me a HUGE wordpress bug: it adds p-tags when it shouldn’t be doing that at all.
Google for “wordpress adds paragraph tag” to see some more people having this issue.
This plugin fixed this for me:
Franky
KeymasterShould be fixed here:
Franky
KeymasterWait, you really change the user’s profile? I don’t think wordpress allows shortcodes there.
Franky
KeymasterFor the balloon: it is not a configuration option, but you can disable it by editing the javascript file js/eme_location_map.js, and comment out (or remove) the line 119 that says
this.infowindow.open(this.map,this);
For zooming: normally intelligent zooming is used, but you can try changing in the same file line 142, that says:
this.setZoom(14);
Mon 24 Oct 2011 at 15:41 in reply to: Register a booking manually without the person receiving the Approval email #48936Franky
KeymasterNo, not possible. If you don’t want that: use a different email address than the real one for that person.
Sat 22 Oct 2011 at 15:54 in reply to: Strange interaction with Custom Widget and Custom Sidebar plugins #48933Franky
Keymastermail me the widget, I’ll take a look at it: liedekef@telenet.be
Franky
KeymasterI mean the place in WP where you create your pages. Normally you use the rich editor, but you can switch to the html view there.
Franky
Keymastermake sure that you have “[” and “]” in your wordpress page. Look at the html source in your page to be sure.
Franky
KeymasterI looked at your source, it contains:
[events_list author=alison]</p>
in the html-source of the page. Due to the way WP parses shortcodes, I advise you to put a space behind the closing “]”
Franky
Keymasternot going to happen: the jquery datepicker is javascript and javascript doesn’t support the same date formats as php does.
Franky
KeymasterFor recurrence: you set the start/end date of a SINGLE event in the fields concerning “Event date”.
And in the field “Recurrence dates” you set the start and end date of the whole recurrent thing (all events).
This allows you to specify events that last multiple days and still have recurrence.
In your case: Put e.g. 10/21/11 in the start/end date of the event (single day event: same start and end date), and 10/21/11-12/30/11 in the start-end dates for the recurrence
Franky
KeymasterShould be fixed here:
Franky
Keymasterindeed, they don’t pass qtranslate calls. But this should be reasonably easy to fix …
Franky
Keymastershould be ok in latest trunk:
Franky
KeymasterIt’s a confirmed bug, fixing it however is more difficult than it seems …
Mon 17 Oct 2011 at 18:34 in reply to: WordPress database error: [Unknown column 'use_paypal' in 'field list'] #48881Franky
KeymasterSure, you can add it to the wp_dbem_events table.
Or, if you can live with the re-adding of current events (and EME settings): there’s an option to clear all EME related data and settings upon deactivation. So when reactivating then, you should have a fresh install.
Franky
KeymasterYou need to combine the pot-file with the eme.pot file as a template (using e.g. poedit)
Franky
KeymasterThe current version has no known issues regarding recurrence. So I think you should check your browser for javascript errors, probably caused by another plugin (or your theme).
Franky
KeymasterI believe other parts of the French translation are not correct as well, so I’m always looking for translators. So if you’re a candidate …
Franky
KeymasterO I see, that’s something different. Moving to feature requests again.
Franky
KeymasterCheck your theme. If it’s not there, check the CSS included with the plugin and read this:
Franky
Keymasterdid you disable/enable the plugin?
Franky
KeymasterThen change the french pot-file and send it to me for inclusion.
Franky
Keymastertht’s completely pointless. If you don’t want the category to be shown, use the fields-option with [events_filterform]
Franky
Keymasterusing the current implementation of filtering, this is not possible
Franky
Keymasterhttp://wordpress.org/extend/plugins/events-manager-extended/download/
Search for “development version”
Franky
KeymasterThanks for the testing. I lost track of this because I didn’t move it to bugs. Moved it now and will test this weekend.
Fri 14 Oct 2011 at 06:48 in reply to: Add event details in event_list shortcode – Page Specific #48888Franky
Keymasteruse the format option then.
Franky
KeymasterUse #_LINKEDNAME then, see http://www.e-dynamics.be/wordpress/?cat=25
Franky
KeymasterIf you use the url-type notation: don’t forget to replace ” ” by it’s url-equivalent.
For the rest, just add eg. format=#_NAME to the list:
<?php eme_get_events_list(“limit=5&scope=all&order=DESC&format=#_NAME”); ?>
Escape quotes if needed, see also the bottom of this post:
http://www.e-dynamics.be/bbpress/topic.php?id=254
And for complicated formats using the function call it might be easier to use the complete function call. The definition of the function:
function eme_get_events_list($limit, $scope = “future”, $order = “ASC”, $format = ”, $echo = 1, $category = ”,$showperiod = ”, $long_events = 0, $author = ”, $contact_person=”, $paging=0, $location_id = “”, $user_registered_only = 0, $show_ongoing=1, $link_showperiod=0, $notcategory = ”)
==> in your case, eg.:
eme_get_events_list(5,”all”,”DESC”,”#_NAME #_24HSTARTTIME”);
(See http://www.e-dynamics.be/wordpress/?cat=25 for all event shortcodes)
Franky
Keymasteryes, by also using the format option for the function (it’s a tricky one, so try and error will be in place).
Wed 12 Oct 2011 at 14:22 in reply to: WordPress database error: [Unknown column 'use_paypal' in 'field list'] #48879Franky
KeymasterWell, for the moment it’s the only thing I can come up with … which version did you upgrade from?
Wed 12 Oct 2011 at 10:55 in reply to: WordPress database error: [Unknown column 'use_paypal' in 'field list'] #48877Franky
Keymastermaybe the user you have entered for mysql access in wordpress has no rights to add columns? Because the code is there in event-manager.php:
maybe_add_column($table_name, 'use_paypal', "alter table $table_name add use_paypal bool DEFAULT 0;");
Franky
KeymasterThis might be a bug, I need to check this myself.
Franky
Keymasterok, so for the moment: I’ll close this (has nothing to do with the original subject of this thread anyway) and if it happens after the release I would ask you to submit a new bugreport then.
Franky
KeymasterThis should be fixed by this change:
Franky
Keymaster@ngwagoner : did you find anything so far concerning the rsvp and paypal bug?
Franky
KeymasterNot enough info, please specify:
– what did you try?
– Did you read the doc at http://www.e-dynamics.be/wordpress/ ?
– Did you already created a new page and used one of the existing shortcodes?
– Did you check which placeholders you can use?
Franky
KeymasterIf it’s a plugin: talk to the creator of that plugin. He/she/they should fix it.
Franky
KeymasterFix this JS error please:
$ is not a function
$(‘.show-box-lightbox’).lightbox();
==> probably (as I said) another plugin is causing this. Upgrade the plugins you can, see if that fixes it, if not: disable all plugins and enable one by one until you find the guilty one.
Franky
KeymasterWell, I can’t say for sure. Can you mail an admin account to liedekef@telenet.be ?
Franky
KeymasterWait, you have problems when entering a new event? Then the settings page doesn’t even matter.
Things to answer/check/do:
– Check your browser for javascript errors.
– Did you switch to another jquery engine?
– Try using the default theme
Franky
KeymasterNo, your issue comes from the fact that the html you use is not correct. This part:
<table>
<tr>
<th> Workshop </td>
<th> Plaats </td>
<th> Start datum</td>
<th> Aantal dagdelen </td>
<th> Vervolg data</td>
<th>Tijden</td>
<th> Kosten </td>
<th> Vol?</th>
</tr>should be used in the setting “Default event list format header”. And even there:
<th>
-tags are closed by</th>
, not</td>
This part:
<tr><td>[events_if tag="#ESC_AVAILABLESPACES" value="0"] <span class="Apple-style-span" style="color: #333333; font-size: 14px; line-height: 21px;">VOL</span> [/events_if]</td></tr>
should be in the setting “Default event list format”
And the setting “Default event list format footer” should close the table
Check your generated html-output and you’ll see the difference.
Franky
Keymasterand also close the second span-tag
Franky
KeymasterTry closing the “h4” html-tag
Franky
KeymasterThe character you’re describing is a long “-“, not belonging to the standard for url’s. Since the add-to-google happens via a url, this character is not allowed and converted to it’s html representation. Probably it’s your browser or a copy-paste causing the long “-“.
Franky
KeymasterCheck your browser for javascript errors, probably a theme thing or another plugin is causing this.
Franky
Keymastero yes … ampersands are special in xml. Bug confirmed 🙂
Franky
KeymasterErrr … I don’t see a difference in both “-” shown in your post? Can you give a real example for this?
Franky
KeymasterI already responded to this on the generic wordpress forum. Was my answer there not clear?
Franky
KeymasterUsing [events_filterform] with fields=months together with [events_calendar] should get you there.
Franky
KeymasterOk, found it:
when going back/forth in the calendar, ajax requests happen like this one:
but on your site this results in a “302” response, redirecting to:
(without the “www”).
This causes the ajax query to fail (redirects are not followed). Fix this and you should be ok.
Franky
KeymasterHmmm … no javascript errors inthe theme, so it might be a bug. But as said before (and also on many forum postings): don’t use the events page directly in your menu. I’ll check it out, so for now it’s a bug. But just create a new page using [events_calendar] as a shortcode and see if that works.
Franky
KeymasterSeems to work fine if I click on “Events”. But don’t use that page in your menus. Create new pages and use the available shortcodes, see http://www.e-dynamics.be/wordpress/?cat=17
Don’t forget to change the EME “format” settings to your liking. See also http://www.e-dynamics.be/wordpress/?cat=23
Franky
KeymasterYou forgot to remove the “;” after the “&”
Franky
KeymasterSorry, private events are not shown in the feeds … if you find a method of people logging into WP and using that same session for the feed, the private events will (should) show
Franky
KeymasterThe FAQ contained an error:
&eamp;
should just be&
Try that (I corrected the FAQ)
Franky
KeymasterWhat do you use for the “Add to google calendar”? That’s not a functionality I provide …
Franky
KeymasterDownload the complete trunk version
Franky
Keymasteralready a feature request
Franky
KeymasterThat’s because it’s changing the SEO url’s, but not the rewriting rules behind it …
Franky
KeymasterI see: wpml.
I support qtranslate in my plugin.
Franky
KeymasterHmm … I tried all possible combo’s and found no issue with any combo. Maybe it’s another multilang plugin doing this?
Thu 6 Oct 2011 at 10:10 in reply to: Setting 'future' or 'today' doesn't change the event list in widget #48674Franky
KeymasterI verified this, and the scope parameter works ok in trunk. But you shouldn’t cherry-pick changes. If you’re using one file from trunk, you should use all of trunk.
Franky
KeymasterFeature request still exists …
Edit: but seems to be missing 🙂 I’ll leave this in.
Franky
KeymasterI know that in the English file it says “Reservation for ‘%s’ confirmed”
In Italian that should be “Prenotazione per ‘%s’ confermata” I guess …
Franky
KeymasterAgain something to test first, might be a bug
Franky
KeymasterFor the attendees sorting: since you can book more than once, you need a booking list for that, not an attendee list. For this a feature request exists.
For the translation: you need a tool (eg. poedit) and using the file eme.pot as a template (and the corresponding po file for the language you want, if it exists). And then mail me the resulting .po and .mo files.
Tue 4 Oct 2011 at 11:15 in reply to: Setting 'future' or 'today' doesn't change the event list in widget #48673Franky
KeymasterI’ll try to investigate this later on (but not today I’m afraid)
Franky
KeymasterWithout the eventful option, it’s mysql that does the sorting. With eventful, I use the “ksort” function in php, so that’s why it behaves a bit different. I can solve the upper/lowercase thingie though
Franky
KeymasterMy plugin uses the google API, so they are the same technology.
For the link and the compare I did with your site: they are the same in my browser (albeit a different zoomlevel in the plugin). Did you try zooming in?
Franky
KeymasterThanks for noticing, but was already fixed in trunk
Franky
KeymasterThe end date of your event is probably in the future. Fix that.
Franky
KeymasterI just tried your first calendar:
86 baden powell – tarneit, Victoria
==> in google maps, this shows the pin in the EXACT SAME LOCATION as on your site!
So please: if the pin is incorrect, use a better address description.
Franky
KeymasterTry your statements first manually until you find the right yntax for what you want to accomplish.
Franky
KeymasterYou had an error in your options for [locations_map], you had
“scope=futurlist_location=none”
while it should be
“scope=future list_location=none”
I corrected it, but next time be more attentive please, I can’t go around fixing everybody’s typing errors.
Franky
KeymasterPlease try this change:
Franky
KeymasterHmmm … I did not see any mail, but was too busy. So please send the account details again, I’ll pay attention to the mail 🙂
Franky
KeymasterChange the mysql select to take “event_status” into account. Possible values are:
1 (public)
2 (private)
5 (draft)
Franky
KeymasterWell, I just checked it for locations: they are ordered by default, but just not when “eventful” is choosen. I’ll change that.
Franky
KeymasterThe events are shown by date, not alphabetically. If you want that, look into the eme_event_list_filter filter at hand:
Franky
KeymasterWell, the next release and the name change will coincide. That’s why it’s taking longer than assumed (that and the fact that my stage play is going in premiere next week and my home renovations are just about finished).
For the phone: good to know. But as always: be careful with trunk …
For the issue with the rsvp and paypal: it is weird. Since you don’t see any php errors, it’s very difficult for me as well (since it works ok here). Maybe it’s a php version issue? The easiest would be: me having ssh access (or at least php) to that wordpress site …
Franky
KeymasterThe warning is pretty self-explanatory, isn’t it? I’ve added the warning about the name change in trunk, not in 4.0.1
For the phone; try this http://plugins.trac.wordpress.org/changeset/446136
The log indeed doesn’t show anything new.
Franky
KeymasterJust looked at your site, and the generated html output upon RSVP submit does suggest a PHP error somewhere. Do you log php errors to disk? Check your php.ini for that:
error_reporting = E_ALL & ~E_NOTICE
log_errors = On
Franky
Keymasterbtw: try updating to the latest trunk
Franky
KeymasterNope, the ID works ok as well
Franky
KeymasterJust tried it here: works just fine. But I’m using my paypal email for the setting “PayPal business info”, not business ID. I’ll try the ID next.
Franky
KeymasterIt still should work the same way, t^but the typo has been fixed a while ago.
If in fact it shows only the event title, it means a php error occurred somewhere. I need to test this, but I’m soooo busy at the moment that I don’t even get enough sleep anymore.
I’ll try to test it tomorrow using paypal sandbox.
Franky
KeymasterI will add a capability to publish events …
Franky
KeymasterShould be fixed: http://plugins.trac.wordpress.org/changeset/445471
Franky
Keymastersometimes it’s easier for small posts (some feature requests belong together but mixing feature requests and bug reports is not easy for follow-up)
Franky
Keymasterplease mail an admin account to liedekef@telenet.be so I can see these for myself
Franky
KeymasterHmm, yes: can you file a seperate bug report for that?
Edit: no longer needed: fixed in trunk 🙂
Franky
KeymasterOk, indeed a bug. Fixed in trunk
Franky
Keymasterand about (1): was already fixed in the devel version
I’ll move the rest to feature requests.
Wed 28 Sep 2011 at 21:14 in reply to: Array in hook eme_update_event_action misses "event_id" and "event_author" #48660Franky
Keymaster@nicomania: please don’t hijack a bug report for something about trunk.
Wed 28 Sep 2011 at 14:54 in reply to: Array in hook eme_update_event_action misses "event_id" and "event_author" #48658Franky
KeymasterErrr … did you check the mentioned changeset? It is for 4.0.2:
Bugfix: array in hook eme_update_event_action missed event_id and event_author
Franky
KeymasterWell, again: it works fine here. So: anything else on that page besides that shortcode? Or a filter or so?
Franky
KeymasterDo you see any errors in the apache (webserver) log? Does normal rsvp still work?
Franky
KeymasterWhat part of the validation is not working?
If wordpress membership is not required for RSVP, the phone number is (for now).
Franky
Keymasterjust tried it here and it works just fine, which version of EME are you using?
Franky
KeymasterSorry, different is different. Even if the name is the same, it might be the location description is totally different.
Franky
Keymasterok, fixed in trunk:
Franky
KeymasterI’ll try to test this further this evening (had no time during the weekend).
Franky
KeymasterI don’t know what you mean with the seperator for the calendar but if it is not possible now, it was never possible and thus should be a feature request.
For the [locations_map] shortcode: what option do you use? There’s no “eventlist” option, but you can set “list_location” to “none” as an option and the list will not be there.
Franky
KeymasterPlease google the error, this is beyond the scope of this plugin.
Franky
Keymasterread up on shortcodes and placeholders here: http://www.e-dynamics.be/wordpress , in your case you need to out #_MAP in the format setting in the EME settings page
Franky
KeymasterFix the php memory error and it should be ok …
Franky
KeymasterCan you try by changing the line in events-manager.php (line 911) from
add_object_page(__(‘Events’, ’eme’),__(‘Events’, ’eme’),get_option(’eme_cap_author_event’),’events-manager’,’eme_events_subpanel’, EME_PLUGIN_URL.’images/calendar-16.png’);
to
add_object_page(__(‘Events’, ’eme’),__(‘Events’, ’eme’),get_option(’eme_cap_add_event’),’events-manager’,’eme_events_subpanel’, EME_PLUGIN_URL.’images/calendar-16.png’);
Thu 22 Sep 2011 at 13:29 in reply to: iCal DTSTART/DTEND is not having the timezone identifier on the end #48742Franky
KeymasterI would need to adjust much more than that: people would want timezone support for the calendar, listings, etc … as well then.
The most suitable method is in fact: create a timezone field per user (like the phone field) and take that into account. You create events in your timezone and they get adjusted automatically for other timezones then.
But this will take a *lot* of work to accomplish … for now I advise you to use the setting “Use the client computer clock for the calendar” and see what that gives you.
Thu 22 Sep 2011 at 06:36 in reply to: iCal DTSTART/DTEND is not having the timezone identifier on the end #48740Franky
KeymasterWordPress doesn’t support timezones in a ok manner (no setting present), so for now I don’t work with the timezone.
Franky
KeymasterIf you’re willing to update the Italian translation, I can walk you through it.
Franky
Keymaster“Add Event” is draft only. Please create a new bug report with your last post in it, it should work.
Franky
KeymasterDo you mean the mail “subject”? That’s not a setting, but the string has changed and probably not translated into Italian yet
Franky
Keymasterok, fixed in trunk:
Franky
KeymasterIndeed, you need to hook into the rsvp submission. See this post for a fairly real example:
Franky
Keymastersorry, this is not possible. Use a description as precise as possible for the pin to be at the most correct spot. I’m currently implementing lattitude and longitude coordinates input, then you can shift using those.
Franky
KeymasterCreate a new capability and assign everybody you want that capability. Then set in the EME settings page the “Add event” setting to that new capability.
Franky
KeymasterDon’t handpick files from trunk, more files changes all the time. From the readme:
* API change: eme_insert_recurrent_event renamed to eme_db_insert_recurrence (old function exists for backwards compatibility)
* API change: eme_update_recurrence renamed to eme_db_update_recurrence (old function exists for backwards compatibility)
And the recurrence hook gives the event it’s based on for basic info and the recurrence info:
if (has_action(’eme_insert_recurrence_action’)) do_action(’eme_insert_recurrence_action’,$event,$recurrence);
Franky
Keymasterok, finished this without adding new payment options. But for bank transfers, unique transfer codes are generated for Belgian banks, other structured transfer messages can easily be added
Franky
KeymasterI might add “other” as well, thought of that myself.
But I need to do plenty of more stuff: new mail formats for “other”, “bank transfer”, …
But now that I think of this: is this all needed? In the “Registration Pending email format”, just about any info can be added:
“if you decide to pay by bank transfer, do this. If you decide for another payment, send a mail to XXX. If you don’t pay within 15 days, your reservation will be cancelled” and stuff like that.
So maybe I’m overdoing this?
Franky
Keymasterfixed in trunk:
Franky
Keymasterthat should already be the case in the trunk version
Franky
KeymasterI’m going to decouple it. Reason: I plan on adding additional payment methods:
– cash (just a button that will result in “thank you, you can pay at the entrance” or so)
– bank transfer (will result in a mail with the bank account info and optional a unique “structured code”)
Franky
KeymasterI decided to not decouple these, but it’s not “written in stone”. I’ll go over this again this weekend.
Franky
KeymasterIf this is the case, it’s a bug 🙂
Moving to bugs again until fixed.
Franky
KeymasterI just checked your website and don’t see any double events in the widget …
Franky
KeymasterWel, lucky for me I could quickly find the problem: has been fixed in trunk:
Franky
KeymasterHmmm … the change I made only has effect on the possible end date you can use, nothing else … but as usual: I could’ve created a new bug 🙂 Let me test this out here first.
Franky
KeymasterWell, you have very special requirements here, so I can’t recall of anything else. Maybe you can look into “Events Manager” as an alternative plugin?
Franky
KeymasterWhat you need here is what’s in the feature request queue: a new shortcode that not just lists the attendees, but the bookings+comments
But for a dropdown of “chess” and other games, another feature request is in the queue and that is the ability to specify extra fields in the RSVP form. So for both: feature request in the pipeline
Franky
KeymasterUse conditional tags and the check “#_IS_LOGGED_IN”, see http://www.e-dynamics.be/wordpress/?cat=24
Franky
KeymasterTo influence the “from”, you need to change the settings “Notification sender address” and “Notification sender name”
Franky
KeymasterThis *might* be a bug. I need to check this.
Franky
KeymasterIs the event shown multiple times in the backend? If not, you need to check the widget settings.
Franky
Keymastereme_get_events returns an array of events matching the criteria (given in arguments to the function), you can check the number of entries returned. That’s why I said what I said in my post above.
Franky
KeymasterExactly what I said: the problem lies with multiple registrations. That’s also in the other post I mentioned.
-
AuthorPosts