Forum Replies Created

Viewing 150 posts - 6,601 through 6,750 (of 7,815 total)
  • Author
    Posts
  • in reply to: Support for Friendly URLs (Permalinks) of Events #45177
    Franky
    Keymaster

    Hmmm … weird. Can you mail me an admin account? My mail: liedekef [at] telenet.be

    Also: what version of php and WP are you using?

    in reply to: Support for Friendly URLs (Permalinks) of Events #45175
    Franky
    Keymaster

    I’m guessing you didn’t replace all files … it runs just fine here

    And of course: deactivate/activate is needed, and also check the setting “Events page”

    Franky
    Keymaster

    not possible using NEXTEVENTS, use the [events_list] shortcode for that

    Franky
    Keymaster

    not possible yet. I’ll move this to feature request.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45173
    Franky
    Keymaster

    Well … the bug is fixed …

    You might want to try out the latest trunk already, the code is stable:

    http://downloads.wordpress.org/plugin/events-manager-extended.zip

    If you do: please report back with your results!

    in reply to: Does EME work with any carts or merchant accounts? #45825
    Franky
    Keymaster

    Sorry, but I’m not going to do all the paypal coding here. Some tips:

    – read up on wordpress action hooks (see link above)

    – for the “…”: you need to read up on how to integrate paypal via php. The general idea is:

    * set the event so that bookings need approval
    * redirect to a URL from paypal so people can do their payment
    * upon successful payment, go back to wordpress and:
    - either create a php script that automatically approves the booking and let the booker know
    - or just send a mail that the booking can be approved (manually) and let the booker know

    Franky
    Keymaster

    Has been fixed in trunk. The method is indeed GET now, but it required a few more changes.

    Although GET is not very ideal, it works for now. Later I need to change this to jquery stuff, so the URL stays clean.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45171
    Franky
    Keymaster

    nice try 🙂

    There’s one small open bug report. When I finish that one, I’ll release.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45169
    Franky
    Keymaster

    It’s in the trunk version, not in the released one

    Franky
    Keymaster

    This needs further testing on my side as well …

    in reply to: How to implement filter_form?? #46830
    Franky
    Keymaster

    You can format the whole filter form, see the settings page for this, look for “Default event list filtering format”

    Franky
    Keymaster

    Ok, for this to work: change in eme_filter.php online 9:

    method='POST'

    to:

    'method='GET'

    in reply to: How to implement filter_form?? #46827
    Franky
    Keymaster

    No, not possible. Read again the warning in the admin page: “The content of this page (including shortcodes of any kind) will be ignored completely and dynamically replaced by events data”

    and also when editing the page: “This page corresponds to Events Manager Extended events page. Its content will be overriden by Events Manager Extended. If you want to display your content, you can can assign another page to Events Manager Extended in the the Settings.”

    Best thing to do is not let this page appear in the menu (setting “Show events page in lists” to “no”) and if you have a custom menu, just remove that page from it.

    in reply to: how do add year labels to the events list? #46818
    Franky
    Keymaster

    For now you’re stuck with this … please open a feature request for this.

    For the rest: try to use li for now, and use some clever CSS-ing.

    in reply to: Customizing CSS for the booking form #46841
    Franky
    Keymaster

    Use firebug to debug your CSS issues, that will help you determine where to change what.

    in reply to: Encrypted code in the plugin files? #46840
    Franky
    Keymaster

    This is part of the encryption for the paypal donation button, nothing to worry about 🙂

    Franky
    Keymaster

    In the list of events, the info of the created/copied events is always shown (not dependant on wether it’s a copy or not). The external page has nothing to do with that, but if you plan to use an external page then that page has no reference to the event pointing to it.

    If you want that, you’ll need to use the possibilities given by EME itself: use placeholders inside the single event formatting, and put the description inside the notes window (it’s a rich html editor window). Upon copying an event, all this gets copied as well, so no worries there.

    Franky
    Keymaster

    Best: one event, and you copy it (there’s a “+” sign in the admin event list that allows you to copy the event), just editing the date/time of the event would be enough)

    In the trunk version you can refer to an external page for an event as well (but you still need to create the several events)

    in reply to: How to implement filter_form?? #46825
    Franky
    Keymaster

    First: don’t change the special events page, read the warning when doing so. Create your own page and put the shortcodes there

    Second: configure the fields to be shown for the filtering in the EME settings page.

    Read this: http://www.e-dynamics.be/wordpress/?cat=28

    in reply to: Map Reset Link #46569
    Franky
    Keymaster

    scroll-wheel can be disabled now (merge of your and my code).

    Franky
    Keymaster

    I agree that it was a bit unclear. I removed the “month day of”, as per your suggestion.

    Franky
    Keymaster

    Hmmm … indeed, when clicking on a date, the extra limitations are not taken into account … sigh, another thing to fix 🙂

    But, you can use the [events_list] shortcode, limited to category=1 and use daily/weekly/monthly paging. See http://www.e-dynamics.be/wordpress/?cat=18

    And more: you can use the [events_filterform] shortcode, to show a filter form (based on eg. location or town), see http://www.e-dynamics.be/wordpress/?cat=40 and http://www.e-dynamics.be/wordpress/?cat=28

    in reply to: how do add year labels to the events list? #46815
    Franky
    Keymaster

    A new release is around the corner, I just want to integrate some small things.

    For the monthly grouping: see http://www.e-dynamics.be/wordpress/?cat=18 : showperiod=monthly will help you there (the yearly option isn’t documented yet, because not yet released).

    in reply to: character encoding #46809
    Franky
    Keymaster

    Btw: this is the version that’s going to be released, so your utf-8 issues are a good bugfix-part 🙂

    in reply to: Layout of events page #46820
    Franky
    Keymaster

    Use firebug to debug your CSS issues. In this case: change the css for “.eme-location-map” to include “float: right;”

    For correct css changes: http://www.e-dynamics.be/wordpress/?cat=30

    in reply to: character encoding #46808
    Franky
    Keymaster

    Ok, if I post the diffs, I expect you to use just those, not selectively get some full files from trunk and some not (this caused your issue with a function not found). Please update to the latest trunk (in a whole) and you should be good to go:

    http://downloads.wordpress.org/plugin/events-manager-extended.zip

    in reply to: Database error. #46799
    Franky
    Keymaster

    no response, closing

    in reply to: How to add classes even, odd? #46811
    Franky
    Keymaster
    in reply to: Events Disappear #46793
    Franky
    Keymaster

    no response, closing

    in reply to: Can't insert image into event details #46795
    Franky
    Keymaster

    According to the testing: It was the slide show plug-in from iThemes that was acting weird.

    Problem solved

    in reply to: character encoding #46804
    Franky
    Keymaster
    in reply to: how do add year labels to the events list? #46812
    Franky
    Keymaster

    Yearly showperiod wasn’t possible until now, has been implemented in trunk

    in reply to: character encoding #46802
    Franky
    Keymaster

    Ok, maybe this works as well: in eme_calendar.php, function eme_filter_calendar_ajax(), add the following line:

    header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));

    just before the call to “eme_get_calendar”:

    header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    eme_get_calendar('echo=1&full='.$full.'&long_events='.$long_events.'&category='.$category.'&month='.$month.'&year='.$year.'&author='.$author.'&contact_person='.$contact_person.'&location_id='.$location_id);

    in reply to: character encoding #46801
    Franky
    Keymaster

    Not a bug, it seems your webserver is at fault: it returns iso-8859-1 by default.

    If you can change this in the httpd.conf file, it should help:

    AddDefaultCharset UTF-8

    (and reload/restart apache)

    I’m going to look for a way to force utf-8 in the ajax request as well though! So I’m leaving this open for now.

    in reply to: character encoding #46800
    Franky
    Keymaster

    Well, it’s indeed a bug. Never thought about testing this 🙂

    I will analyse it and come up with a solution asap.

    in reply to: List events in date order #46796
    Franky
    Keymaster

    They should be in date order. Can you show this on a site?

    in reply to: Database error. #46798
    Franky
    Keymaster

    If you have installed “Events Manager” before this, this might happen. If this is the case:

    go into the settings of EME and check the option “Delete all EME data when uninstalling?”.

    Then deactivate and reactivate EME.

    This setting will delete all old tables and settings concerning EME, so also those corrupted by Events Manager, so you’ll start with a empty events manager then.

    in reply to: Showing the correct dates in the events list #46671
    Franky
    Keymaster

    Make sure you don’t copy over the slanted quotes from me, but use standard double quotes. For the rest, it should work just fine.

    Edit: I removed the slanted quotes from my examples, and just regular quotes now 🙂

    Franky
    Keymaster

    It’s on the list, but if you want to develop it, be my guest. I’ll gladly integrate it if it works ok.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45167
    Franky
    Keymaster

    @admintiger: if it can be easily implemented, I’ll consider it. Mail me the changes if you please.

    in reply to: Can't add a new location #44974
    Franky
    Keymaster

    are you sure it uses php5? Did you put the phpinfo script in the wordpress dir and call it via your browser there? If, please do mail me the url for that at: liedekef [at] telenet.be

    in reply to: Can't insert image into event details #46794
    Franky
    Keymaster

    Could I have a temp admin account on your system to try out? Mail me at: liedekef [at] telenet.be

    in reply to: Events Disappear #46792
    Franky
    Keymaster

    This I can’t seem to reproduce. Could I have an admin account on your system to check this out? You can mail it to me at: liedekef [at] telenet.be

    in reply to: Support for Friendly URLs (Permalinks) of Events #45164
    Franky
    Keymaster

    The following has been added in trunk: “trailing slash to avoid redirection and speed up browsing”

    However, in my own defense, I would like to stipulate some things here: it took me about a whole Sunday afternoon just to get the permalinks working ok (not taken into account my many reading about that as well, WP is poorly documented). I’ve already shown my willingness to implement many features, and this one is not even released. So please try to keep an open mind here and keep the discussion friendly and alive, so everybody benefits from it.

    in reply to: Past and Future Calendar Range Limits #46787
    Franky
    Keymaster

    This has been implemented in trunk: no more paging after the period if no events exist that are older/newer.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45162
    Franky
    Keymaster

    The trailing slash will not result in double search engine results: without the trailing slash it’s your webserver that redirects you (or not) to the same page with trailing slash. A redirection doesn’t get indexed by search engines. And I intend to stick a bit to the WP standards here, where no slash is added by default as well in the mentioned examples. Also: in my tests, I don’t get redirected (I saw it in the past though, but not with the current rewriting rules).

    Also, the addition of “.html” is not something I like very much. I will not add it, but in a future version I hope to provide a way to customize the rewriting pattern. But even then: I worked with google search engines before and never saw a difference between static/dynamic page content. A search engine can’t detect that it’s a dynamic page anyway, because there’s no indication of that in the url.

    in reply to: Share this option #46729
    Franky
    Keymaster

    Can’t you use a placeholder for that? #_EVENTPAGEURL gives you the url for the single event

    in reply to: Google Map Stop Working? #46790
    Franky
    Keymaster

    different possibilities: jquery issues with your theme, problems accessing google, …

    in reply to: RDATE irregularly recurring events #46754
    Franky
    Keymaster

    I’ve implemented a feature request that might help you here: you can specify a link to an external url (wp page or whatever) as the link for single event details. This can help you here: you just create the event and specify date/time/location (and whatever you want to show in the list of events) and url to the external event page. Then you can copy this event and just alter the date/time to your needs. The event details is an external page and will thus never need to be changed.

    in reply to: Google Map Stop Working? #46788
    Franky
    Keymaster

    nope …

    in reply to: Support for Friendly URLs (Permalinks) of Events #45157
    Franky
    Keymaster

    locations permalinks are in now, as well as spaces and lowercase, and WP seems to provide a nice function to convert accents: http://codex.wordpress.org/Function_Reference/remove_accents

    It’s all in trunk now

    in reply to: Support for Friendly URLs (Permalinks) of Events #45156
    Franky
    Keymaster

    Yes, I forgot to generate the location seo url’s 🙂 The code is there, just … forgotten. I thought about it at 3am though 🙂

    Spaces and lower case: consider it done. But is there a function somewhere to “convert” characters to their ascii equivalent?

    in reply to: Filterform – select year? #46783
    Franky
    Keymaster

    Well … I corrected the doc 🙂

    It should be months, not years … for the moment no “year” selection is possible. If this is really needed, you can make a feature request of course.

    in reply to: Support for Friendly URLs (Permalinks) of Events #45153
    Franky
    Keymaster

    well, it’s in trunk so if you test it out, let me know the results …

    Don’t forget to deactivate/activate the plugin and *maybe* you need to visit the permalinks setting page and press “save” there (although that shouldn’t be needed any more, I flish the rewrite rules upon activation/deactivation)

    in reply to: Past and Future Calendar Range Limits #46784
    Franky
    Keymaster

    Hmmm … I see the problem here. But while I understand the issue, I can’t agree with the solution: sometimes people will want to “look ahead” years in the future (for example birthdays or so), past events are another thing.

    The best thing to do would be to stop search bots to follow links to past/future events.

    But while I think that’s the best solution, it’s very difficult to implement: the only place would be the robots.txt file, but manipulating this from within a php thing (like wordpress) doesn’t seem right to me … so I must agree on your solution here: stop access to future/past events after x months.

    So: not a bug, but a feature request 🙂

    in reply to: Support for Friendly URLs (Permalinks) of Events #45151
    Franky
    Keymaster

    ok, basic single event and location permalinks work ok now

    in reply to: SEO URLS #46621
    Franky
    Keymaster
    in reply to: Support for Friendly URLs (Permalinks) of Events #45150
    Franky
    Keymaster

    good news: I managed to get basic SEO urls to work as expected, so now it’s just trying to tie everything together and making it work.

    I plan to have:

    /events/<eventID>/<eventNAME>

    (and similar for locations). For now it works ok without the ID, adding the name is in fact irrelevant to the functionality and should be easy to do.

    in reply to: Make the title in the events list link to a post #46780
    Franky
    Keymaster

    Done, has been implemented in trunk 🙂

    in reply to: Make the title in the events list link to a post #46778
    Franky
    Keymaster

    No, not in the RSS feed. There I need to know the link to the event because rss expects it separately: it wants “title”, “link” and “description” (as an example).

    But I plan to add an extra field per event to link to an external page, so clicking on the event for details will then go to that page. And that’s a link I can take into account for RSS as well.

    in reply to: Make the title in the events list link to a post #46774
    Franky
    Keymaster

    Sure, use an attribute for that: per event you can then enter an url and use the value of that attribute to link to whatever you want. E.g. in the event list format (in the settings page) you put

    <a href="#_ATT{EXTERNAL_LINK}">#_NAME</a>

    and then, when editing/creating an event, you’ll see the custom attribute “EXTERNAL_LINK” which you can then give a value per event.

    in reply to: List of events user is registered for #46408
    Franky
    Keymaster

    In trunk:

    * Feature: new placeholder for events: #_USER_RESERVEDSPACES (or #_USER_BOOKEDSEATS), gives the number of seats a users has registered for an event

    * Feature: new parameter for [events_list]: “user_registered_only”. If value=1, it will only give a list of events the user has registered for

    in reply to: Line 854 of events_locations.php #46769
    Franky
    Keymaster

    Sorry, I too was talking about eme_events.php. But still this is a line no longer needed, unless you call this function directly of course … not supported 🙂

    in reply to: Can't add a new location #44972
    Franky
    Keymaster

    Most people think they run php 5, but some providers still use php4. Just create a small php file with contents:

    <?php phpinfo(); ?>

    browse to it via your site and see what it returns

    For the prove that it is in standard php: http://php.net/manual/en/function.array-walk-recursive.php

    and here they mention even in the top that it is php 5 only:

    http://docs.php.net/manual/en/function.array-walk-recursive.php

    and google mentions it a lot as well …

    in reply to: Adding Calendar to a Homepage #46761
    Franky
    Keymaster

    If you’re using the shortcodes, you might want to put them just in your WP created pages, not in your theme 🙂

    The 2 widgets are there to help you as well.

    in reply to: Consider the use of Double Arrow Character html-entity #46383
    Franky
    Keymaster

    I just tried this, and the characters turn out very small (being quoting characters), so for now I’m going for the two less-than/greater-than signs

    in reply to: List of events user is registered for #46407
    Franky
    Keymaster

    I’ll add a shortcode so the logged in user can get a list of future events he registered for with a mentioning of how many spaces he booked and a link to the event in question)

    in reply to: Multiple locations for same event? #45349
    Franky
    Keymaster

    I’m guessing this can easily be implemented now using the [events_filter] shortcode … so closing, unless you have other issues with this

    in reply to: Date Drop Down Menu #45575
    Franky
    Keymaster

    implemented in trunk, using the [events_filter] shortcode, and added a new parameter “fields” for it: can contain a comma separated list of fields that should be shown (the filter format is general, and using this, you can hide certain fields in certain forms) ==> in this case you can use:

    [events_filter fields=months] (and make sure the “filter form format” contains #_FILTER_MONTHS somewhere)

    in reply to: database error on filterform using categories #46720
    Franky
    Keymaster

    no response, closing

    Franky
    Keymaster

    Well, that is on the feature request list. However: authors can already submit events in the WP backend.

    in reply to: Maps broken with Atahualpa theme? #46766
    Franky
    Keymaster

    Great to hear it works!

    in reply to: Line 854 of events_locations.php #46767
    Franky
    Keymaster

    You’re talking about eme_events.php. This line is not needed any more, why do you think you would need to uncomment it?

    in reply to: RDATE irregularly recurring events #46753
    Franky
    Keymaster

    This is an ical standard, not an event standard. Two totally different things. Show me one event manager where you can do this …

    Franky
    Keymaster

    no response, closing

    in reply to: Adding Calendar to a Homepage #46758
    Franky
    Keymaster

    You can use all shortcodes on any normal page, see http://www.e-dynamics.be/wordpress/?cat=17

    in reply to: RDATE irregularly recurring events #46751
    Franky
    Keymaster

    And what about using an attribute for a link to the whole explanation?

    Or maybe (something I remember from some time ago) I could add an extra option so you can link the event to a seperate page, so the event details are in that page then …

    in reply to: Maps broken with Atahualpa theme? #46764
    Franky
    Keymaster

    Errr … maybe try the default options for that theme and go from there?

    Or it might be another plugin doing a bad thing. Try disabling all other plugins and see if it works then, then re-enable one by one until you find the guilty party.

    in reply to: Maps broken with Atahualpa theme? #46762
    Franky
    Keymaster

    not broken here, Ijust tried that theme with the default options

    in reply to: RDATE irregularly recurring events #46749
    Franky
    Keymaster

    Errr … variable duration and variable date/time? Sounds like not being recurrent to me, but just the same event happening at different dates/times.

    What about just creating the event once, and then use the “+” sign to copy it to a new event?

    in reply to: Show #_REMOVEBOOKINGFORM if user already registered #46351
    Franky
    Keymaster

    well, put something like this in the single event format:

    #_REMOVEBOOKINGFORM_IF_REGISTERED

    See http://www.e-dynamics.be/wordpress/?cat=25

    Franky
    Keymaster

    sorry, not yet …

    in reply to: add #contactphone and #contactemail in location details #46748
    Franky
    Keymaster

    Read what the shortcode means: http://www.e-dynamics.be/wordpress/?cat=26 , it just gives a list of the next events. Using [events_list] gives you all power of the event listing.

    in reply to: database error on filterform using categories #46719
    Franky
    Keymaster

    Did you apply the changes?

    in reply to: database error on filterform using categories #46717
    Franky
    Keymaster

    Ok, this is probably about location filtering, not category filtering. But I believe this to be a bug, fixed in this changeset: http://plugins.trac.wordpress.org/changeset/343332

    Franky
    Keymaster

    @wassim: different error, open a new bug report for this, this will be deleted tomorrow

    Franky
    Keymaster

    Events and locations are two seperate things here … I can’t show event contact details in location info, because you can have more than one event happening (with different contact info) at the same location.

    But what you can do: show the location list, and use [events_list] in the location details (with option “location_id=this_location”), and then you have the location with the list of events happening there, and people first see the info of the location. Has been discussed here: http://www.e-dynamics.be/bbpress/topic.php?id=499#post-2525

    Franky
    Keymaster

    I agree that the shortcode isn’t there, but what’s preventing you from entering the location contact details in the location details (richt html editor)?

    in reply to: Plug in installed, but not working #46732
    Franky
    Keymaster

    If you have problems inserting the dates (which is done via a jquery popup), this means some other plugin is messing with the wordpress jquery lib.

    Members/registered users can do this already, see: http://www.e-dynamics.be/wordpress/?cat=6 (“Access rights”), front-end submission by non-members is not possible yet (is already a feature request).

    My email: liedekef [at] telenet.be , but make sure the problem is not due to another plugin playing around with jquery libraries …

    in reply to: Share this option #46724
    Franky
    Keymaster

    I don’t know the plugin you use for the share button, but if it puts this button on every page by default, then there’s nothing I can do.

    If you can use a shortcode for the button, then you can put this shortcode in the EME settings for single event format.

    in reply to: Share this option #46722
    Franky
    Keymaster

    If you show this button in the events list, then it’s logical … but I see the button for each individual event as well, so what’s wrong?

    Franky
    Keymaster

    event_name is a column that is present since the first release, well even before I took over the project. So if this column is missing, something else is going on. Can you do a mysql command on the database:

    “desc wp_dbem_events;”

    (change “wp” by your desired prefix, if you have another).

    Also: did you install the other plugin called “events manager”? From which version did you upgrade?

    Franky
    Keymaster

    Did you deactivate/activate? Also: event_name is a column that *must* be present. Is there something that happened to your database?

    in reply to: open basedir restriction after upgrading plugin #46709
    Franky
    Keymaster

    in both versions this part of the code is exactly the same …

    in reply to: extra questions in booking form #46690
    Franky
    Keymaster

    Well, if I can help in any way …

    I was thinking in 2 directions:

    – either a list of fields defined in general (not per event), and people can click on the ones they want to use for their RSVP form per event (and wether or not it is required)

    – or some kind of RSVP template form, so you define a number of fields per template

    And then also: multiple choice, dropdown, plain textbox as possibilities per extra question.

    Maybe the extra questions should also be in a new (seperate) mysql table.

    in reply to: People not coming to an event #46708
    Franky
    Keymaster

    There’s a placeholder that you can use so people can cancel their booking (#_REMOVEBOOKINGFORM)

    Also you can allow people to reserve “0” places, so you can use that as an indication that they are not coming.

    in reply to: extra questions in booking form #46688
    Franky
    Keymaster

    Sorry, no idea yet …

    in reply to: extra questions in booking form #46686
    Franky
    Keymaster

    Extra fields are on the todo-list. The file to change would be eme_rsvp.php (and also events-manager.php) but I don’t recommend changing the source code, it would mess up with updates afterwards.

    in reply to: meta tag: #_NAME – is this possible? #46685
    Franky
    Keymaster

    Right now this is not possible without experimenting and coding … if you want this, create a feature request and hope that I implement it …

    in reply to: Calendar does not have any active links #46486
    Franky
    Keymaster

    Thanks for testing this! So it’s not a bug

    in reply to: Calendar does not have any active links #46484
    Franky
    Keymaster

    Then either I should never add site_url (which seems odd) or your wp settings are off. Have you read http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory ?

    in reply to: Template tag #46677
    Franky
    Keymaster

    I agree, commit reverted

    in reply to: Showing the correct dates in the events list #46668
    Franky
    Keymaster

    Sorry, typo:

    #_{j M Y} [events_if tag="#ESC_{j M Y}" notvalue="#ESC@_{j M Y}"] #@_{- j M Y} [/events_if]

    in reply to: Template tag #46675
    Franky
    Keymaster
    in reply to: Calendar does not have any active links #46482
    Franky
    Keymaster

    It used the site url (search for “eme_ajaxCalendar” in eme_calendar.php). So if that’s not having the desired effect, check your settings abd rewrite rules (if you’re using pretty permalinks).

    For the rest admintiger’s comments are correct.

    in reply to: Release 3.3.1 #46663
    Franky
    Keymaster

    First of all, it’s not possible to crash wordpress … it would mean it crashes apache/iis, which would be a bug in php.

    The image button doesn’t appear because wordpress doesn’t allow it to appear, read my last post here:

    http://www.e-dynamics.be/bbpress/topic.php?id=106

    The deactivation/reactivation issue: I never delete events unless you activated the option “Delete all EME data when uninstalling” (see above). I clarified that option a bit more in the trunk version and adapted the warning for deactivation so you can still check this setting.

    Btw: please open a seperate post in the bug section to report bugs.

    in reply to: Template tag #46674
    Franky
    Keymaster

    The thing is that the end date of the event is not past yet (in fact the event of Feb 5th ends on Feb 6th, 1AM). This is a bug of course, in the way the sql query is made … something to fix tomorrow 🙂

    Btw: this has been the case in every release up to now: the hour is not taken into account for “past” or “future”

    in reply to: Date Drop Down Menu #45574
    Franky
    Keymaster

    Well, the month dropdown should be able to work together with the [events_calendar] shortcode …

    in reply to: Parse error: syntax error, unexpected T_EXIT #46678
    Franky
    Keymaster

    fixed in trunk

    in reply to: Showing the correct dates in the events list #46666
    Franky
    Keymaster

    Your conditional formatting is wrong: you’re printing start and end date, and then you compare them and if they are equal, you print the start date again.

    Try this:

    #_{j M Y} [events_if tag="#ESC_{j M Y}" notvalue="#ESC_@{j M Y}"] #@_{- j M Y} [/events_if]

    in reply to: SEO URLS #46619
    Franky
    Keymaster

    Just thought about it: I could already implement simple seo:

    url.com/events/6

    url.com/locations/4

    For single events and locations, this should be doable …

    in reply to: Full calendar – select display by category #46665
    Franky
    Keymaster
    in reply to: SEO URLS #46618
    Franky
    Keymaster

    The thing is that everybody will want other types of url’s. And in a number of cases, I still attach parameters to it (which still need to be tested if using some kind of seo for events). But as with all the other feature requests: on my to-do list …

    Franky
    Keymaster

    The select is an old thing from Events Manager, and some people want it. So it stays (until I find a better way of representing it).

    But: when you type in a location name, there’s a jquery that shows all corresponding locations.

    Regarding qtranslate compatibility: it’s more than that. If you enter a new location name (assuming qtranslate is installed and there’s no dropdown for locations) when creating an event, the location will get created. But upon editing the location info, the location name gets translated as well, thus in fact changing the location name. And then, when editing the original event will again create a new location, because the old name is no longer found … It took me considerable amount of effort to get EME to be qtranslate compatible, so I’m not going to break it now. But I will however look into the rights concerning location editing (started already).

    in reply to: Release 3.3.1 #46660
    Franky
    Keymaster

    glad to hear it wasn’t a bug 🙂

    in reply to: Release 3.3.1 #46658
    Franky
    Keymaster

    Well, the parameter is set in the Settings page (called “Delete all EME data when uninstalling”). The corresponding WP option name is “eme_uninstall_drop_data”.

    I check for this in events_manager.php (see function _eme_uninstall())

    and I explicitely set this parameter to “0” upon activation:

    update_option(’eme_uninstall_drop_data’, 0);

    so it’s puzzling …

    Check in the wp options table if this parameter has anything else but “0” in it after activation. What WP version are you using?

    If you want: I can debug this, but I need ssh/ftp and WP admin access for this … my mail: liedekef [at] telenet.be

    in reply to: Posts integration #46640
    Franky
    Keymaster

    And what if you have more than one event for today?

    Just configure your events list format until you like the layout. Any placeholder in the single format can also be used in the list format

    in reply to: Release 3.3.1 Admin Page for Event Manager #46664
    Franky
    Keymaster

    Please check the setting “Number of events to show per page in admin interface” in the EME settings page.

    Edit: I changed this option in trunk to be minimal 5 and max 200.

    in reply to: Release 3.3.1 #46651
    Franky
    Keymaster

    Well, but I can’t reproduce this and I tried several updates …

    So I need other people telling me they can reproduce this

    in reply to: Feature request: Honeypot field in rsvp-form #44489
    Franky
    Keymaster

    ok, changed in trunk 🙂

    Tx for the input!

    in reply to: Release 3.3.1 #46649
    Franky
    Keymaster

    Did you have the setting “Delete all EME data when uninstalling?” activated prior to the deactivation?

    I always unset this parameter upon activation, so unless this was activated no data is deleted. And no other persons have mentioned this as well.

    Edit: can you reproduce this? I mean: if you deinstall 3.3.1 + all eme tables (set the option mentioned above before deactivating then), reinstall 3.3.0, add some events and then update again, are the events still there?

    in reply to: Attributes not displaying #46648
    Franky
    Keymaster

    yes, since it isn’t used anyway, I disabled the attribute detection in those formats

    in reply to: Attributes not displaying #46646
    Franky
    Keymaster

    As mentioned here: http://www.e-dynamics.be/bbpress/topic.php?id=411#post-1971

    attributes don’t work for location (and thus balloon) settings.

    in reply to: Attributes not displaying #46644
    Franky
    Keymaster

    This still seems to work just fine here. Can you mail me a temporary admin account so I can check this out? liedekef [at] telenet.be

    in reply to: Frustrated with time zone #46610
    Franky
    Keymaster

    Well, I would need ssh/ftp access and WP admin rights to such a setup to make some tests … if somebody can provide one of these: liedekef [at] telenet.be

    Franky
    Keymaster

    tx for noticing, all fixed in trunk!

    in reply to: Posts integration #46638
    Franky
    Keymaster

    Look at the scope option for [events_list]: you can specify “today”:

    [events_list scope=today]

    See http://www.e-dynamics.be/wordpress/?cat=18

    Franky
    Keymaster

    btw: I am integrating the first bits of this already 🙂

    Franky
    Keymaster

    Well, not a bug, but by design: a location can be added by adding a new event (even by authors and contributors) but since a location can be used by more than one event, you need Editor rights to edit them.

    Locations also have no concept of the person creating them (like author of an event) …

    I can of course add this as an option, but this requires quite some code changing.

    in reply to: Map Reset Link #46568
    Franky
    Keymaster

    Yeah, ain’t going to happen that way 🙂

    Creating a button on your own, placing it carefully where it should be using CSS and giving it the look-n-feel of google map buttons is not the way to go I believe. I don’t want to have to consider all possibilities of other CSS codes, of other sizing of maps etc … and if you have more than one map on your page it also needs adjusting.

    For now I will leave this as it is: I don’t find a satisfying solution for this and I like the scrolling using the mouse wheel.

    in reply to: Bgcolor GoogleMap #46622
    Franky
    Keymaster

    Search for the word “green” in the php files 🙂

    But I’ll try to remove this from the source and let it be whatever it needs to be.

    in reply to: Map Reset Link #46566
    Franky
    Keymaster

    Well, I know about the scrolling wheel thingie, I activated it 🙂

    There’s no easy way for now to do a “reset map”, the google api doesn’t provide it …

    in reply to: SEO URLS #46616
    Franky
    Keymaster

    nope, already a feature request (and a very difficult one …)

    in reply to: function.strtotime (error when adding events #46615
    Franky
    Keymaster

    Probably WP update won’t do it, but it’s an old version, never wise to keep it around.

    And you can turn off the visible php warnings (in php.ini)

    in reply to: function.strtotime (error when adding events #46613
    Franky
    Keymaster

    Hmmm … some things here:

    – update WP

    – update PHP

    Now then: I can’t reproduce the *warning* you see (not an error, it should not be visible in your browser, but anyway), so I assume it is that version of PHP on windows that is complaining. So I changed the code so that shouldn’t happen again (but still: update please).

    in reply to: Frustrated with time zone #46608
    Franky
    Keymaster

    Which version are you using? I just did a test and all date calculations happen in the timezone set in your WP preferences. Of course you must have the right to execute the php function “date_default_timezone_set();” (executed in events-manager.php)

    in reply to: CSS messes up #46612
    Franky
    Keymaster

    Well, I don’t like the layout (but that’s a personal opinion), but if EME’s CSS is to blame: you can go ahead and fix anything you don’t like. See http://www.e-dynamics.be/wordpress/?cat=30

    in reply to: locations_map category issue with new update #46591
    Franky
    Keymaster

    Well, the previous fix wasn’t complete. See here for the new fix:

    http://plugins.trac.wordpress.org/changeset/339565

    in reply to: locations_map category issue with new update #46589
    Franky
    Keymaster

    I’ll be adding an option “location_id=this_location” to [events_list], so when used within a location, you can then show just that locations events, without having to look for the location ID

    in reply to: locations_map category issue with new update #46586
    Franky
    Keymaster

    So in fact, you’re using the [events_list] shortcode inside the [locations] shortcode …

    Wasn’t supported until now 🙂

    See this fix: http://plugins.trac.wordpress.org/changeset/339471

    in reply to: locations_map category issue with new update #46584
    Franky
    Keymaster

    I indicated that already: paging should be used for 1 shortcode per page only

    Describe the shortcode(s) used on your page, so I can test and see what’s going on.

    in reply to: Frustrated with time zone #46606
    Franky
    Keymaster

    You have to set it in the wordpress preferences.

    in reply to: Placeholders don't work #46605
    Franky
    Keymaster

    The placeholders are to be used in the EME settings page (in the admin interface), not on normal pages.

    Franky
    Keymaster

    Hehe 🙂

    Anyway, if you want to apply the change manually: http://plugins.trac.wordpress.org/changeset/339316

    Disclaimer: not tested yet, but it should work (but not for scope filtering, not in yet)

    in reply to: Front-end input form #44242
    Franky
    Keymaster

    This forum is reasonably active, for sure not 5 months without new posts.

    The front-end submission for is something planned for future release, although (since I don’t know gravity forms and it is not free) without gravity forms.

    Franky
    Keymaster

    It means it will be in the next released version.

    Franky
    Keymaster

    Done in trunk

    in reply to: locations_map category issue with new update #46581
    Franky
    Keymaster

    Now this is a bug 🙂

    Fixed in trunk, if you want you can apply the fix to your own code (one line in eme_events.php):

    http://plugins.trac.wordpress.org/changeset/339313

    in reply to: masking of umlauts #46597
    Franky
    Keymaster

    The event_name column should not contain any html, all description should go in the column event_notes

    in reply to: masking of umlauts #46595
    Franky
    Keymaster

    There’s no solution here: the only place where html is allowed is in the description of the event (the database column “event_notes”. In which table does this masking occur? And did you verify that the database table contains the correct content?

Viewing 150 posts - 6,601 through 6,750 (of 7,815 total)
Scroll to Top