Forum Replies Created

Viewing 150 posts - 7,501 through 7,650 (of 7,815 total)
  • Author
    Posts
  • in reply to: Desperately Need a STATUS Filed (Published/Draft/Etc) #44933
    Franky
    Keymaster

    This is now in the released version

    in reply to: Restrict event editing to admin or named event contact #44860
    Franky
    Keymaster

    watch out with the trunk version, I’m removing all “dbem” mentioning and this takes time as well … so it might contain bugs today

    in reply to: Bug? #44955
    Franky
    Keymaster

    I’ve modified all function names from dbem_* into eme_* names. This will have consequences for those using own templates, but since Events Manager is no longer backwards compatible anyway with Events Manager Extended … it’s a pain for one time …

    in reply to: Bug? #44954
    Franky
    Keymaster

    Events Manager 3.0.2 uses the same function names as Events Manager Extended (for some things). So deactivate Events Manager and use Events Manager Extended.

    I’ll rename the functions in a future release, so this doesn’t happen again.

    in reply to: Restrict event editing to admin or named event contact #44858
    Franky
    Keymaster

    I added the following to the dev version:

    * Feature: permissions now being checked for creation/editing of events:

    – a user with role “Editor” can do anything

    – with role “Author” you can only add events or edit existing events for which you are the creator or the contact person

    – with role “Contributor” you can only add events *in draft* or edit existing events for which you are the creator or the contact person (which become draft events as well)

    in reply to: Switching Events Page #44862
    Franky
    Keymaster

    The events page is special. From the doc:

    “When installed, Events Manager Extended creates a special “Events” page. This page is used for the dynamic content of the events. All the events link actually link to this page, which gets rendered differently for each event”

    So I’m not sure why you want to move the created page to a new one, but the content of that page is no longer yours to adapt then, see also this in the Settings: “The content of this pagea (including shortcodes of any kind) will be ignored completely and dynamically replaced by events data”

    So you probably are using shortcodes on the old page that are now showing up again, since the new page is used for showing the events and the old page can once again show its original content.

    You might want to consider playing around with shortcodes: http://www.e-dynamics.be/wordpress/#shortcodes

    in reply to: Error activating plugin #44950
    Franky
    Keymaster

    I hope to add a paypal thing later on. And also a possibility to generate a unique number that can be used for bank transfers.

    in reply to: Desperately Need a STATUS Filed (Published/Draft/Etc) #44932
    Franky
    Keymaster

    Ok, I added the code to have “Public”, “Private” and “Draft” states to the trunk version.

    in reply to: Error activating plugin #44948
    Franky
    Keymaster

    What other plugins do you have installed? Try first by disabling all of those, and then activate EME.

    Do you have “Events Manager” installed as well, next to “Events Manager Extended”?

    in reply to: Can a visitor add comments #44478
    Franky
    Keymaster

    For posting pictures afterwards: I would create a seperate page then with the shortcode “display_single_event”, eg: [display_single_event id=23]

    and then let wordpress handle the rest. Maybe there are some gallery plugins that you can use then.

    For the comments itself: I’ll get on it. I have an idea of how to get it done 🙂

    in reply to: Error activating plugin #44946
    Franky
    Keymaster

    This would mean that there are 2 declarations of the function dbem_load_textdomain(). But in the whole code, this only gets declared once. I just tried a pristine install of WP 3.0.1 and EME 3.1.6: no problems. And the linenumbers don’t match yours … did you by any chance change anything to the code? Or not using the latest version?

    in reply to: [events_list] shortcode IE rendering #44941
    Franky
    Keymaster

    I don’t believe wordpress enters the code-tag. Only when you copy it over from somewhere else where the html-code contains that tag (like from the documentation site). Lots of other plugins suffer from the same “problem” …

    in reply to: Multiple event list & single event formats #44942
    Franky
    Keymaster

    Well, you can change the format globally in the settings or per event. Modify the formatting for one event and copy that event if you don’t want to redo those settings …

    in reply to: Changing the css in the widget #44943
    Franky
    Keymaster

    This is the html-sourcecode for the widget:

    <div id="dbem-calendar-200" class="dbem-calendar"><div class="month_n" style="display: none;">11</div><div style="display: none;" class="year_n">2010</div><div style="display: none;" class="cat_chosen">2</div><table class="dbem-calendar-table ">
    <thead>
    <tr>
    <td><a href="#" class="prev-month long_events"><<</a></td><td colspan="5" class="month_name">Nov 2010</td><td><a href="#" class="next-month long_events">>></a></td>
    </tr>
    </thead>
    <tbody><tr class="days-names">
    <td>M</td><td>T</td><td>W</td><td>T</td><td>F</td><td>S</td><td>S</td></tr>
    <tr>
    <td class="eventless">1</td>
    <td class="eventless">2</td>
    <td class="eventless">3</td>
    <td class="eventless">4</td>
    <td class="eventless">5</td>
    <td class="eventless">6</td>
    <td class="eventless">7</td>
    </tr>
    <tr>
    <td class="eventless">8</td>
    <td class="eventless">9</td>
    <td class="eventless">10</td>
    <td class="eventless">11</td>
    <td class="eventless">12</td>
    <td class="eventless">13</td>
    <td class="eventless">14</td>
    </tr>
    <tr>
    <td class="eventless">15</td>
    <td class="eventless">16</td>
    <td class="eventless">17</td>
    <td class="eventless">18</td>
    <td class="eventless">19</td>
    <td class="eventless">20</td>
    <td class="eventless">21</td>
    </tr>
    <tr>
    <td class="eventless">22</td>
    <td class="eventless">23</td>
    <td class="eventless">24</td>
    <td class="eventless">25</td>
    <td class="eventless">26</td>
    <td class="eventless">27</td>
    <td class="eventless">28</td>
    </tr>
    <tr>
    <td class="eventless">29</td>
    <td class="eventless">30</td>
    <td class="eventless-post">1</td>
    <td class="eventless-post">2</td>
    <td class="eventless-post">3</td>
    <td class="eventless-post">4</td>
    <td class="eventless-post">5</td>
    </tr>
    </tbody></table>
    </div>

    As you can see it’s all CSS-ready for you to change. You’ll want: eventless-pre, eventless-post, eventless, eventful, eventful-today. See also http://www.e-dynamics.be/wordpress/#css

    Franky
    Keymaster

    thanks for the fix! Has been fixed in the trunk version.

    Franky
    Keymaster

    duplicate of other bug, and hopefully fixed in trunk

    Franky
    Keymaster

    Hi, thanks for the report! In fact the div for tablenav was wrong in the events list in the admin interface. I corrected this. Could you try if this fixes it for you (with the height:auto in the css):

    http://plugins.trac.wordpress.org/changeset/297992/events-manager-extended/trunk/dbem_events.php

    in reply to: [events_list] shortcode IE rendering #44939
    Franky
    Keymaster

    The html-code tag is not used. If you don’t like the layout, check the CSS. See http://www.e-dynamics.be/wordpress/#css

    in reply to: Desperately Need a STATUS Filed (Published/Draft/Etc) #44931
    Franky
    Keymaster

    Well, there’s already a feature request open for entries made by regular users and then need to be approved. This belongs in that same category.

    The status field is something that will be implemented as a first step, so it will happen very soon!

    in reply to: Roles #44938
    Franky
    Keymaster

    For the moment: no. There’s a feature request open for more granular role control.

    in reply to: emails and grayed out name/email #_ADDBOOKINGFORM #44929
    Franky
    Keymaster

    I’m deeply ashamed. The readonly-bug was introduced by me. It has been fixed and I released a new version just for that. But I tried the mailing thing, and it seems just fine by me … I get a mail to the contact person and another to the subscriber …

    in reply to: Birthday Calendar….is this feature possible? #44928
    Franky
    Keymaster

    Sorry, but this is not possible (for now).

    in reply to: Getting Permalinks to work for events #44899
    Franky
    Keymaster

    Try this (adding [NE] at the end):

    RewriteRule ^events/calendar_day=(.*)$ events?calendar_day=$1 [NE]

    Otherwise the “?” gets escaped. You should have the same problem with

    RewriteRule ^events/([0-9]+) events?event_id=$1

    Franky
    Keymaster

    Btw: the fix should be in the latest released version

    in reply to: Getting Permalinks to work for events #44897
    Franky
    Keymaster

    Maybe not. Try apache mod_substitute:

    http://httpd.apache.org/docs/2.2/mod/mod_substitute.html

    in reply to: Display Categories – AND not OR #44921
    Franky
    Keymaster

    Btw: this works for OR categories: [events_list category=1,3]

    And in the trunk version I added this for AND: [events_list category=1+3]

    in reply to: Simplify 'Insert New Event' admin panel #44677
    Franky
    Keymaster

    This is great info, I’ll add this to the doc 🙂

    Btw: since events_manager.css gets overwritten on updates, you’ll beter use “myown.css”, see the current FAQ section http://www.e-dynamics.be/wordpress/#faq

    in reply to: Feature Request: No End Date for Recurrent Events #44916
    Franky
    Keymaster

    No performance issues, except some time to create the individual events related to the occurrence.

    I don’t understand why it would make it easier: if you delete one event of an occurrence, the whole occurrence gets deleted. If you edit the occurrence (the “reschedule” link), you edit all events of the occurrence at once as well ..

    in reply to: Display Categories – AND not OR #44918
    Franky
    Keymaster

    AND is currently not possible, but you can always try changing line 836 in dbem_events.php from

    conditions [] = "(".implode(' OR', $category_conditions).")";

    to

    conditions [] = "(".implode(' AND', $category_conditions).")";

    I’ll put this on the feature request list, shouldn’t be that hard to add …

    in reply to: Getting Permalinks to work for events #44895
    Franky
    Keymaster

    For the moment EME creates these links, since it’s impossible to know the permalinks you want to have. I think in your case you’ll need a reverse proxy of some kind that rewrites the html-content like you want it. I’ll need to study permalinks more, but for now this is impossible with EME itself.

    in reply to: Getting Permalinks to work for events #44893
    Franky
    Keymaster

    Well, wordpress has an option to activate permalinks and when you do, it creates a .htaccess file that reflects your setup. See here: http://codex.wordpress.org/Using_Permalinks

    in reply to: Feature Request: No End Date for Recurrent Events #44913
    Franky
    Keymaster

    For the moment this is a no-go: for each recurrent event, all events are generated and stored in the db. So infinity is not really an option … but if you want this, take a large end-date.

    I’m guessing you don’t want to show the end-date, and that’s easily achieved in the format settings (generally or per event).

    Franky
    Keymaster

    I found the bug. In fact it was an issue in EME. I fixed this in the trunk version, so it should be ok for the next release.

    Franky
    Keymaster

    Btw: please post in the correct forums. This one belongs in the “How do I” section.

    If anybody nows better forums … I’m thinking about switching to mlmmj and use web archives …

    Franky
    Keymaster

    Try changing just the CSS (create a file called “myown.css”, copy over from events_manager.css what you need changed and keep a backup of this file). In your case:

    table.dbem-calendar-table td.eventless-pre, table.dbem-calendar-table td.eventless-post , table.dbem-calendar-table td.eventful-pre, table.dbem-calendar-table td.eventful-post {
    display: none;
    }

    Franky
    Keymaster

    Seems like a css bug in events_manager.css. Try changing in that file

    table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
    color: #ccc;
    }

    to

    table.dbem-calendar-table td.eventless-pre, table.dbem-calendar-table td.eventless-post {
    color: #ccc;
    }

    Edit: just tested this fix and it seems ok 🙂

    in reply to: Getting Permalinks to work for events #44890
    Franky
    Keymaster

    EME works perfectly with permalinks, but you’ll indeed need to fiddle around in the .htaccess rules to get what you want.

    in reply to: RSVP ONLY FOR MEMBERS #44434
    Franky
    Keymaster

    This has now been implemented in the trunk version.

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

    This has been implemented in the trunk version. It’s always active so you can just disable the captcha if wanted.

    in reply to: Many "unidentified index" php errors #44258
    Franky
    Keymaster

    This has now all been cleaned in the trunk version.

    in reply to: parse error – site and wp-admin unreachable #44882
    Franky
    Keymaster

    Btw, I changed the code in trunk to remove these “n” characters, so it should be ok in future versions.

    in reply to: New events disappear after being added #44811
    Franky
    Keymaster

    No response any more, closing …

    in reply to: Not able to use gmail with RSVP #44866
    Franky
    Keymaster

    I just tested this and it seems to work just fine, so closing this bug.

    Franky
    Keymaster

    no problem, glad to be of help

    Franky
    Keymaster

    Ok, try this changeset (after the previous one applied):

    http://plugins.trac.wordpress.org/changeset/295818/events-manager-extended/trunk

    Franky
    Keymaster

    Yes, that’s still a bug. Also another one I just found: the categories are not respected when going back/forward in the calendar. Well, I know what to do this weekend 🙂

    in reply to: WordPress Error "categoryid" #44901
    Franky
    Keymaster

    As always: deactivate/activate the plugin, it needs database changes.

    in reply to: parse error – site and wp-admin unreachable #44881
    Franky
    Keymaster

    Well, I use “vi” 🙂 But wordpad or notepad++ should be ok, just make sure that the strings “n” remain “n”

    Franky
    Keymaster

    Ok, I think I fixed this in trunk. Can you test if this works for you:

    http://plugins.trac.wordpress.org/changeset/295611/events-manager-extended/trunk

    in reply to: Adding text above large calendar #44355
    Franky
    Keymaster

    If you don’t want the automated page to show up: set the setting “Show events page in lists” to “no”

    in reply to: edit RSVP form #44530
    Franky
    Keymaster

    I looked at his issue, and I believe when you edit using the WP editor it removes “n” in the file and replaces it by “n” … check if this is the case and correct it or use a nicer editor

    in reply to: parse error – site and wp-admin unreachable #44879
    Franky
    Keymaster

    Well … restore the file from the distributed version and it should be ok again

    in reply to: Import events from spreadsheet or email #44869
    Franky
    Keymaster

    Bulk import via excell or CSV is doable, but not implemented right now. Doing it via mail is not something I would do … I’ll put this in the feature request section.

    in reply to: edit RSVP form #44528
    Franky
    Keymaster

    Well … try changing it in the WP editor with first having made a backup, and then do a diff and see what happened. Otherwise, send me the “corrupt” file via mail: liedekef [at] telenet.be

    in reply to: edit RSVP form #44526
    Franky
    Keymaster

    Just tried it with changing the “Book now” heading: no issues. So I’m guessing your editor is messing around … almost any translation string can be replaced without issues …

    in reply to: A few things (trying to extend the plugin) #44873
    Franky
    Keymaster

    Well … I don’t know what version you’re using, but the file called “marcus-extras.php” is no longer part of the code. That’s probably why it fails on you: you call a function that just isn’t there …

    in reply to: Cannot post new/edit events since 3.1.3 #44867
    Franky
    Keymaster

    Have you deactivated/activated the plugin after upgrading? This is needed for DB changes …

    in reply to: edit RSVP form #44523
    Franky
    Keymaster

    For the “Book Now”: see line 23

    For seats: you were correct. But make sure you don’t use back quotes or so, just regular ones.

    in reply to: Multisite WordPress 3 #44868
    Franky
    Keymaster

    I’m sorry, but I don’t have any multisite experience yet …

    in reply to: Not able to use gmail with RSVP #44865
    Franky
    Keymaster

    Did you follow what’s mentioned here:

    http://www.e-dynamics.be/wordpress/#mail-notification-setting

    Franky
    Keymaster

    Seems to be an issue in that plugin: if no excerpt is present, it will show the content of the current page of the event. A bit weird though … but try using excerpts in your posts.

    in reply to: Restrict event editing to admin or named event contact #44857
    Franky
    Keymaster

    Not yet … access control is on my to do list

    in reply to: Change reserved spaces or cancel registrations #44845
    Franky
    Keymaster

    Yes, sorry. It’s a fixed bug in the trunk version that’s coming out this week (hopefully today).

    in reply to: [events_list] does not show all events #44844
    Franky
    Keymaster

    Hehe … niet moeilijk om te raden dat ik Nederlands spreek he 😉

    in reply to: Full calendar width #44820
    Franky
    Keymaster

    It is not a stupid question, but CSS is a world on its own. A world that needs exploring 🙂

    in reply to: Full calendar width #44818
    Franky
    Keymaster

    This is not within the Events Manager Extended scope at all … you should really learn to use firefox (or IE) CSS debugging tools. In your case, look at 2010-weaver/style.css . Removing the line

    width: 800px;

    changed it for the better for me.

    in reply to: [events_list] does not show all events #44842
    Franky
    Keymaster

    Well, it seems you’re using a plugin that forces jquery from google to be used, see the sourcecode of your page. At the bottom I see this:

    <script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2′></script&gt;

    Putting that at the bottom causes lots of troubles. I recommend disabling all other plugins and using the default theme, see if it works then. After that, switch to your theme and test again. After that, start enabling one other plugin at a time and test again. The plugin doing this needs to be kicked 🙂

    in reply to: [events_list] does not show all events #44840
    Franky
    Keymaster

    Hi Jan,

    – [events_list] by default only shows 3 events, see the documentation for that. You’ll want to you the limit option, eg. [events_list limit=30] or [events_list limit=0] or possibly date scopes.

    – For the calendar problem, it seems your wordpress doesn’t provide jquery? Maybe that’s a theme problem, as it should be present. Eg, on my site, wordpress generates this HTML code:

    http://www.e-dynamics.be/wordpress/wp-includes/js/jquery/jquery.js?ver=1.4.2

    So please do check out why you don’t seem to have jquery.

    in reply to: JavaScript Problems #44838
    Franky
    Keymaster

    And I who thought I did this 🙂

    May I ask you to test the following? Replace in dbem_events.php the line

    var tmp_value='<?php echo preg_replace("/rn|r|n/","___",get_option ( 'dbem_event_page_title_format' )); ?>';

    by

    var tmp_value='<?php echo addslashes(preg_replace("/rn|r|n/","___",get_option ( 'dbem_event_page_title_format' ))); ?>';

    (there are 8 similar lines) and see if that solves it.

    in reply to: Showing the location image in the events list #44760
    Franky
    Keymaster

    Jon,

    sorry, but your userID got deleted when I was cleaning up non-active users. Please re-register.

    About your question: the #_IMAGE formatting code is only for the location balloon, not the event. But what you can do is create an attribute for this. Eg, in the “Events list format” you mention <img src=”#_ATT{event_image}” /> where you want the image to appear.

    This will cause the attribute “event_image” to appear for every event (if you activate the use of attributes), and there you can enter the http-location to an image

    in reply to: List formatting / grouping #44600
    Franky
    Keymaster

    The formatting codes (these starting with #_) are not to be used as arguments in the shortcodes; and are ignored. In your case this will result in: [events_list showperiod=daily]

    And for the other info: see the format settings (“Default event list format” in your case)

    Please do read the documentation on how to use the shortcodes and the formatting codes.

    And for #_CATEGORY: doesn’t exist, it is “#_CATEGORIES”

    in reply to: How or where can I donate to this fabulous plugin? #44779
    Franky
    Keymaster

    Thanks! That will keep me awake for days 🙂

    Franky
    Keymaster

    And done 🙂

    The change is in the trunk version.

    Franky
    Keymaster

    I think this can be easily done … I’ll take a look at it.

    in reply to: Full calendar width #44816
    Franky
    Keymaster

    Try the CSS property vertical-align

    in reply to: Event details not displaying #44833
    Franky
    Keymaster

    The list of attendees is a new feature and present in the development version, so expect it any time soon.

    For the rest: read up on the documentation: http://www.e-dynamics.be/wordpress/#formatting-events

    eg. to show the event details, use the format code “#_NOTES” somewhere in your setting for “single event format”

    in reply to: How or where can I donate to this fabulous plugin? #44777
    Franky
    Keymaster

    Well, I just created a paypal account and put a “Donate” button on http://www.e-dynamics.be/wordpress

    So if you really want to buy me a cup of coffee … 🙂

    in reply to: Full calendar width #44814
    Franky
    Keymaster

    Well, I’ve checked your page and I don’t see anything wrong there …

    in reply to: head of event list translation #44829
    Franky
    Keymaster

    Ok, confirmed as non-translation in the code. Please change in dbem_events.php the lines (around line 652):

    $themonth = date(“F Y”, strtotime($event));

    $theday = date(get_option(‘date_format’), strtotime($event));

    to

    $themonth = mysql2date (“F,Y”, $event);

    $theday = mysql2date (get_option(‘date_format’), $event);

    This has been changed in the trunk version as well.

    in reply to: head of event list translation #44827
    Franky
    Keymaster

    Can you point a link to this? It is very well possible it is not yet translated …

    in reply to: Multiple categories #44628
    Franky
    Keymaster

    implemented in 3.1.3

    in reply to: New events disappear after being added #44810
    Franky
    Keymaster

    Sure: liedekef [at] telenet.be

    in reply to: Full calendar width #44812
    Franky
    Keymaster

    Everything can be changed in CSS, see events_manager.css

    in reply to: New events disappear after being added #44808
    Franky
    Keymaster

    I just tested this, and I seem to have no problems with this. I can add locations by creating a new event or in the locations screen itself. Have you tried to create a location in the Locations page?

    Is it possible for me to get admin access to your test site so I can see for myself?

    in reply to: New events disappear after being added #44805
    Franky
    Keymaster

    Did you have the old version before? If so, deactivate/activate the plugin for database updates

    in reply to: Error When Removing Attendees #44801
    Franky
    Keymaster
    in reply to: People List, Number of Seats not showing #44802
    Franky
    Keymaster

    This list of people is kind of useless … use the “Edit event” to see the list of people and the number of seats they requested. I will see what to do with this seperate thingie …

    in reply to: Easily add images #44780
    Franky
    Keymaster

    With the html editor, you have a button to add images … so I’m not going to add an extra field doing exactly the same.

    in reply to: Recurring Events Problem #44684
    Franky
    Keymaster

    Fix implemented and in current released version

    in reply to: Error Message #44744
    Franky
    Keymaster

    Sorry then, but this is out of my hands …

    in reply to: Found a problem #44738
    Franky
    Keymaster

    The fix is in the released version

    in reply to: Version 3.1.3 Calendar & Calender Widget? #44762
    Franky
    Keymaster

    Btw: you *did* deactivate/activate the widget after upgrading, I hope?

    in reply to: Showing the location image in the events list #44757
    Franky
    Keymaster

    When creating an event, add the image via the multi-media buttons in the “Details” section, just as when creating a post. Some location info can be shown in the event (like location name), but the location image is only shown in the location balloon when showing the map location of the event. If you want that, just add “#_MAP” to the “Single Event format” setting.

    in reply to: Version 3.1.3 Calendar & Calender Widget? #44761
    Franky
    Keymaster

    This should not work, try this:

    [events_calendar full=1 long_events=1 order=DESC]

    I’ve used this syntax here, and it works just fine: http://www.e-dynamics.be/wordpress/?page_id=63

    in reply to: Showing the location image in the events list #44755
    Franky
    Keymaster

    You can put any image you want in the Event description, but the location image is just what it says: for the location.

    in reply to: Calendars fail to show more than one month #44751
    Franky
    Keymaster

    The fix is simple: use the correct settings. In the page sourcecode you can see this:

    http://dev.ringforth.com/10111wpbcyc

    ==> your blog url is “http://dev.ringforth.com/10111wpbcyc&#8221; but when going there, access is denied …

    please fix your settings.

    in reply to: Events list dissappears in IE after loading the page… #44748
    Franky
    Keymaster

    which version of IE is this?

    in reply to: Change subject line in emails? #44745
    Franky
    Keymaster

    Not possible yet … I’ll move this to feature requests

    in reply to: Error Message #44742
    Franky
    Keymaster

    something else is seriously wrong on your server, causing this to run longer than 30 sec … check your load, your db response time, logs etc …

    in reply to: Czech/Slovak HTML character encoding problem #44740
    Franky
    Keymaster

    Yes, your problem is probably just a DB utf-8 issue.

    in reply to: Found a problem #44737
    Franky
    Keymaster

    It’s very weird that this should pose a problem; the column is defined as:

    recurrence_id mediumint(9) NULL,

    I admit that it should contain an integer, but still it accepts an empty string (single quoted) just fine here …

    But probably this is the correct code:

    if( isset($event ['recurrence_id']) ) unset($event ['recurrence_id']);

    What do you think?

    in reply to: TinyMCE Cyrillic character support #44731
    Franky
    Keymaster

    Yes, I put it in the details section, worked ok. Would show you here: http://www.e-dynamics.be/wordpress/?page_id=6&calendar_day=2010-09-16 , but since my DB is not in UTF-8 on this site (tomorrow), I get “?????” instead. But here at home: no prob. Even when querying mysql directly (force utf by executing “SET NAMES ‘utf8′” before any other sql select command, and it showed ok in the database.

    Don’t forget: if you’re testing with utf-8, the older entries might still be screwed up. Test by creating a new entry. See also that your apache server supports utf-8.

    in reply to: TinyMCE Cyrillic character support #44729
    Franky
    Keymaster

    Hi,

    I just tested this here (very quick) with “Филиптур” as characters and it seems to work just fine …

    Btw: the link you provided points (for me) to an almost empty page (I see no weird characters, but no event info either)

    F.

    in reply to: Found a problem #44735
    Franky
    Keymaster

    Hi, thanks for this. I already fixed this in the latest trunk (together with a bunch of other things). If you want to test it out: http://downloads.wordpress.org/plugin/events-manager-extended.zip

    Any testing is appreciated (but do this with test data)

    in reply to: TinyMCE Cyrillic character support #44728
    Franky
    Keymaster

    I’ll try this out tomorrow myself, just got home from work, need food and then off again 🙂

    Stop drinking coffee and get some sleep 🙂

    Btw: I think tinymce is the default in wordpress, no?

    in reply to: TinyMCE Cyrillic character support #44724
    Franky
    Keymaster

    Have you checked if your database is in utf-8? I’ll try to force utf-8 by default for future releases, but converting current databases is up to the Database guys themselves (I can provide a little howto).

    Edit, this is a small howto. In mysql, do this:

    ALTER TABLE wp_dbem_events CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    ALTER TABLE wp_dbem_locations CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;

    (and for all other tables as well)

    in reply to: [locations_map] #44722
    Franky
    Keymaster

    not possible for now: the letters correspond to those on the map. So this would require javascript changes as well.

    in reply to: No End Time Wanted #44721
    Franky
    Keymaster

    Just change the settings to not show the endtime …

    in reply to: Display satellit map? #44644
    Franky
    Keymaster

    if you want the trunk, you’ll need to take all of it because it contains other incompatible changes as well. I advise to use it on a test wordpress …

    Franky
    Keymaster

    Which shortcode are you using for this?

    in reply to: Display satellit map? #44642
    Franky
    Keymaster

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

    in reply to: Events List by Year #44701
    Franky
    Keymaster

    Tell them to delete all mysql tables from wordpress starting with the name “wp_dbem_”

    in reply to: Events List by Year #44699
    Franky
    Keymaster

    Just delete the corresponding plugin database tables, and you’ll be fine …

    But for the record: what errors did you get when going to the trunk version?

    in reply to: Recurring Events Problem #44683
    Franky
    Keymaster

    my email: liedekef [at] telenet.be

    in reply to: Events List by Year #44696
    Franky
    Keymaster

    That’s the latest version, it might contain new bugs. But if you want to test it:

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

    Don’t forget to deactivate/activate the plugin.

    in reply to: Events List by Year #44694
    Franky
    Keymaster

    no you’re not. This is currently not possible, but I added this functionality to the trunk:

    the attribute ‘scope’ for the shortcode ‘events_list’ can now contain a date range, eg.:

    [events_list scope=2010-00-00--2010-12-31 limit=200]

    in reply to: API (template tags) #44704
    Franky
    Keymaster

    I’m still/always working on the doc 🙂

    Thanks for the boolean thing, I updated the trunk version!

    in reply to: Templates for use in a childtheme #44707
    Franky
    Keymaster

    About the templating: it’s not really my design 🙂 If you want to help templating the thing: I welcome the help!

    in reply to: Templates for use in a childtheme #44706
    Franky
    Keymaster

    What I meant with the overwriting thing was that is oyu change the main CSS, it will get overwritten. You can create your own CSS (called myown.css) in the plugin dir, but remeber to take a backup of it because when you upgrade via wordpress, WP will try to remove all older files in the plugin dir …

    in reply to: Shortcode problems… please, help!! #44692
    Franky
    Keymaster

    In the trunk (devel) version, there’s a shortcode for showing events by ID, if that’s what you’re looking for?

    in reply to: Shortcode problems… please, help!! #44689
    Franky
    Keymaster

    Wrong usage of the arguments. Try this:

    [events_list scope=2010-09-18]

    in reply to: List formatting / grouping #44598
    Franky
    Keymaster

    Hi,

    I implemented this now in the trunk version, as a new parameter to the [events_list] shortcode:

    [events_list showperiod=daily]

    or

    [events_list showperiod=monthly]

    in reply to: Add Month Headers to Events List #44686
    Franky
    Keymaster

    added to svn 🙂

    in reply to: Display satellit map? #44640
    Franky
    Keymaster

    I meant that you can switch to it on the map shown itself …

    in reply to: Cannot see "event detail" on published event #44685
    Franky
    Keymaster

    The Events page is special, all content of that page will be replaced dynamically by EME, see the documentation for that.

    Best of all: don’t show that page in the menu and create a new page (call it what you like), put content in that page and also the shortcode you want (eg. [events_list], see http://www.e-dynamics.be/wordpress/#shortcodes)

    Franky

    in reply to: Recurring Events Problem #44681
    Franky
    Keymaster

    Well, for me to analyze this, I would need some more info. Let’s start with asking if it is possible to receive temp admin access to the wordpress backend to try it out myself?

    in reply to: Display satellit map? #44638
    Franky
    Keymaster

    What do you want to download?

    in reply to: Simplify 'Insert New Event' admin panel #44674
    Franky
    Keymaster

    Well, for now it’s not possible without editing the source code …

    in reply to: maps integration #44672
    Franky
    Keymaster

    Well, most of this is very future-like 🙂

    But in trunk I implemented the feature to get directions to an event …

    in reply to: Date picker #44617
    Franky
    Keymaster

    no response in 4 days … closing

    Franky
    Keymaster

    no response, so closing

    in reply to: Display satellit map? #44635
    Franky
    Keymaster

    Sebastian, look at my comment in the CSS:

    /* for google maps to work ok in IE, we need at least 690px as max-width for the images */

    and see what you did in myown.css:

    /* for google maps to work ok in IE, we need at least 690px as max-width for the images */
    #dbem_global_map img,
    .dbem-location-map img {
    max-width: 200px !important;
    border: none;
    background: none !important;
    }

    Bad … NEVER touch the max-width here. You did …

    in reply to: Creating an Events Page #44670
    Franky
    Keymaster

    Check your settings for Events Manager Extended. The setting “Events page” must point to an existing page. The content of this pagea (including shortcodes of any kind) will be ignored completely and dynamically replaced by events data.

    Looking at the generated links on your site, this setting is probably wrong.

    in reply to: Display satellit map? #44632
    Franky
    Keymaster

    – sattelite map: you can switch to it, for the rest it’s a low priority thing for me

    – directions: you forget that people need to enter an address where to get directions from. For now I made a new shortcut #_DIRECTIONS that adds a small form to enter an address and get directions from that address to the event, using a popup window that goes to google itself. A bit crude, but functional.

    – locations_map: only one per page, not designed for multiple maps.

    in reply to: google maps – what am I missing? #44569
    Franky
    Keymaster

    So, I’m assuming it’s ok 🙂

    Another “bug” bites the dust … but in fact this is a dirty google maps workaround. But since it works, who cares 🙂

    in reply to: google maps – what am I missing? #44567
    Franky
    Keymaster

    Seastian, did you test this? On your test site, the balloons are still very large …

    in reply to: google maps – what am I missing? #44565
    Franky
    Keymaster

    I seem to have fixed the scrollbar issue. Please update to the latest trunk version, and make sure to remove this from myown.css (if it’s there):

    .dbem-location-balloon {

    height: 70px;

    }

    (the height will vary)

    in reply to: google maps – what am I missing? #44564
    Franky
    Keymaster

    I don’t support google V3 API myself you know 🙂 The way google maps acts is very odd sometimes … I just tested your site in IE8, and indeed the balloon is weird (also the map itself). While on my site, they look just fine. Try disabling some CSS and see what happens.

    The scrollbar thing is (as said before) a google thing, I’m still fighting to get rid of it and think I found the solution for it.

    in reply to: Date disappears when editing event #44669
    Franky
    Keymaster

    tssss … bad boy, creating your own English 🙂

    Anyway, glad to see it solved!

    in reply to: Date disappears when editing event #44667
    Franky
    Keymaster

    This is what I have when editing an event:

    <input id="localised-date" type="text" name="localised_event_date" value="09/09/2010" style="display: none;" readonly />
    <input id="date-to-submit" type="text" name="event_date" value="2010-09-09" style="background: #FCFFAA" />
    <input id="localised-end-date" type="text" name="localised_event_end_date" value="09/09/2010" style="display: none;" readonly />
    <input id="end-date-to-submit" type="text" name="event_end_date" value="2010-09-09" style="background: #FCFFAA" />

    No problem at all … probably in your case the localised_event_date is empty?

    Can you check the WPLANG parameter you are using in wp-settings.php? Only these are supported (the first 2 letters of WPLANG):

    events-manager.php:$localised_date_formats = array(

    “am” => “dd.mm.yy”,”ar” => “dd/mm/yy”, “bg” => “dd.mm.yy”, “ca” => “mm/dd/yy”, “cs” => “dd.mm.yy”, “da” => “dd-mm-yy”, “de” =>”dd.mm.yy”, “es” => “dd/mm/yy”, “en” => “mm/dd/yy”, “fi” => “dd.mm.yy”, “fr” => “dd/mm/yy”, “he” => “dd/mm/yy”, “hu” => “yy-mm-dd”, “hy” => “dd.mm.yy”, “id” => “dd/mm/yy”, “is” => “dd/mm/yy”, “it” => “dd/mm/yy”, “ja” => “yy/mm/dd”, “ko” => “yy-mm-dd”, “lt” => “yy-mm-dd”, “lv” => “dd-mm-yy”, “nl” => “dd.mm.yy”, “no” => “yy-mm-dd”, “pl” => “yy-mm-dd”, “pt” => “dd/mm/yy”, “ro” => “mm/dd/yy”, “ru” => “dd.mm.yy”, “sk” => “dd.mm.yy”, “sv” => “yy-mm-dd”, “th” => “dd/mm/yy”, “tr” => “dd.mm.yy”, “ua” => “dd.mm.yy”, “uk” => “dd.mm.yy”, “us” => “mm/dd/yy”, “CN” => “yy-mm-dd”, “TW” => “yy/mm/dd”);

    If you have another basic locale, the localised start/end dates will be empty as events manager looks in this array for conversion.

    For backend access: liedekef [at] telenet.be (but probably not very usefull …)

    in reply to: Date disappears when editing event #44665
    Franky
    Keymaster

    Btw, this seems weird in your phpinfo output:

    Default timezone System/Localtime

    ==> this is not a real timezone, and this might be throwing the datepicker off course.

    Edit: since you have php 5, you should have the function date_default_timezone_set(), and this function is being called from within wordpress wp-settings.php, so that should be ok..

    in reply to: Date disappears when editing event #44664
    Franky
    Keymaster

    I’m guessing a localization issue. The jquery date picker in fact hides the real input field and shows a localised field with the data. This would indeed mean that the date picker has issues, but if it works for new events …

    I’ll try this here as well, but backend access would be nice, even if just to see it happen …

    in reply to: Date disappears when editing event #44662
    Franky
    Keymaster

    – what version of the plugin are you using?

    – if you suspect jquery, I’d suggest to try a different browser. Which browser are you using?

    – you can also always try the trunk (dev) version : http://downloads.wordpress.org/plugin/events-manager-extended.zip

    – or give me some access to your backend, to see if I can reproduce the problem

    Also: disable all other plugins and see what happens then. If it works ok: reactivate one by one until you find the problem plugin.

    in reply to: google maps – what am I missing? #44562
    Franky
    Keymaster

    – the html-source issue is solved in trunk

    – the <p> is there because you have it in the setting “Single location page title format”

    – I also fixed some strings that needed translating

    in reply to: google maps – what am I missing? #44561
    Franky
    Keymaster

    ok, I’ll take a look at the large pic and the <p> issues …

    in reply to: google maps – what am I missing? #44559
    Franky
    Keymaster

    Made a typo, should be something like this:

    .dbem-location-balloon img {

    max-width:80px;

    max-height:80px;

    }

    in reply to: google maps – what am I missing? #44557
    Franky
    Keymaster

    Well, you can already do something like that:

    – use the #_IMAGE location only for the balloon format, not the location description

    – add the larger image in the location description using the wordpress html editor

    I know I could maybe resize the image and show a thumbnail version in the location balloon. I’ll try something like that, but in the next version. You might want to open a new entry in the Feature Requests forum for this

    in reply to: Display satellit map? #44629
    Franky
    Keymaster

    – satellite map: not possible for now

    – concerning the [locations_map] thing: is the map displayed if you don’t use the options?

    – concerning the add-location thing: this is indeed a bug, thanks for finding it. I’ll fix this asap before releasing the next release.

    Edit: the add-location bug was only in trunk, but has been fixed in the trunk version now.

    Edit2: the [locations_map] thing was indeed also a bug in trunk, also fixed in the trunk version now

    in reply to: google maps – what am I missing? #44554
    Franky
    Keymaster

    For the image inside the balloon: again CSS to the rescue. Eg:

    .dbem.location-balloon img {

    max-width:80px;

    max-height:80px;

    }

    (or just width and height, for internet explorer 6)

    Otherwise I suggest you just use small images 🙂

    I’m still working on the vertical scrollbar in the location balloon though, it’s a google thing …

    in reply to: Cannot edit 'Details' and 'Attributes' #44424
    Franky
    Keymaster

    This seems to be a very old plugin, not updated after 2005, so I suggest you indeed stop using it 🙂

Viewing 150 posts - 7,501 through 7,650 (of 7,815 total)
Scroll to Top