Forum Replies Created
-
AuthorPosts
-
FrankyKeymaster
This is now in the released version
FrankyKeymasterwatch out with the trunk version, I’m removing all “dbem” mentioning and this takes time as well … so it might contain bugs today
FrankyKeymasterI’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 …
FrankyKeymasterEvents 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.
FrankyKeymasterI 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)
FrankyKeymasterThe 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
FrankyKeymasterI hope to add a paypal thing later on. And also a possibility to generate a unique number that can be used for bank transfers.
FrankyKeymasterOk, I added the code to have “Public”, “Private” and “Draft” states to the trunk version.
FrankyKeymasterWhat 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”?
FrankyKeymasterFor 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 🙂
FrankyKeymasterThis 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?
FrankyKeymasterI 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” …
FrankyKeymasterWell, 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 …
FrankyKeymasterThis 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
Fri 8 Oct 2010 at 13:36 in reply to: Calendar widget and WordPress 3.0.1 moves when changing month #44945FrankyKeymasterthanks for the fix! Has been fixed in the trunk version.
FrankyKeymasterduplicate of other bug, and hopefully fixed in trunk
Fri 8 Oct 2010 at 13:31 in reply to: IE7 and WordPress 3.01 list of events disappears – CSS Issue #44944FrankyKeymasterHi, 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
FrankyKeymasterThe html-code tag is not used. If you don’t like the layout, check the CSS. See http://www.e-dynamics.be/wordpress/#css
FrankyKeymasterWell, 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!
FrankyKeymasterFor the moment: no. There’s a feature request open for more granular role control.
FrankyKeymasterI’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 …
FrankyKeymasterSorry, but this is not possible (for now).
FrankyKeymasterTry 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
Tue 5 Oct 2010 at 15:09 in reply to: calendar widget grays out days from prev / next month, full calendar doesn't #44906FrankyKeymasterBtw: the fix should be in the latest released version
FrankyKeymasterMaybe not. Try apache mod_substitute:
FrankyKeymasterBtw: 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]
FrankyKeymasterThis 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
FrankyKeymasterNo 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 ..
FrankyKeymasterAND 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 …
FrankyKeymasterFor 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.
FrankyKeymasterWell, 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
FrankyKeymasterFor 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).
Sun 3 Oct 2010 at 15:56 in reply to: Conflict with "Category Posts Widget" / "Category Teaser" plugins #44864FrankyKeymasterI 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.
Sun 3 Oct 2010 at 14:36 in reply to: preventing widget and full calendar showing days from prev / next month #44908FrankyKeymasterBtw: 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 …
Sun 3 Oct 2010 at 14:34 in reply to: preventing widget and full calendar showing days from prev / next month #44907FrankyKeymasterTry 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;
}Sun 3 Oct 2010 at 14:28 in reply to: calendar widget grays out days from prev / next month, full calendar doesn't #44904FrankyKeymasterSeems 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 🙂
FrankyKeymasterEME works perfectly with permalinks, but you’ll indeed need to fiddle around in the .htaccess rules to get what you want.
FrankyKeymasterThis has now been implemented in the trunk version.
FrankyKeymasterThis has been implemented in the trunk version. It’s always active so you can just disable the captcha if wanted.
FrankyKeymasterThis has now all been cleaned in the trunk version.
FrankyKeymasterBtw, I changed the code in trunk to remove these “n” characters, so it should be ok in future versions.
FrankyKeymasterNo response any more, closing …
FrankyKeymasterI just tested this and it seems to work just fine, so closing this bug.
FrankyKeymasterno problem, glad to be of help
FrankyKeymasterOk, try this changeset (after the previous one applied):
http://plugins.trac.wordpress.org/changeset/295818/events-manager-extended/trunk
FrankyKeymasterYes, 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 🙂
FrankyKeymasterAs always: deactivate/activate the plugin, it needs database changes.
FrankyKeymasterWell, I use “vi” 🙂 But wordpad or notepad++ should be ok, just make sure that the strings “n” remain “n”
FrankyKeymasterOk, 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
FrankyKeymasterIf you don’t want the automated page to show up: set the setting “Show events page in lists” to “no”
FrankyKeymasterI 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
FrankyKeymasterWell … restore the file from the distributed version and it should be ok again
FrankyKeymasterBulk 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.
FrankyKeymasterWell … 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
FrankyKeymasterJust 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 …
FrankyKeymasterWell … 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 …
FrankyKeymasterHave you deactivated/activated the plugin after upgrading? This is needed for DB changes …
FrankyKeymasterFor 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.
FrankyKeymasterI’m sorry, but I don’t have any multisite experience yet …
FrankyKeymasterDid you follow what’s mentioned here:
http://www.e-dynamics.be/wordpress/#mail-notification-setting
Wed 29 Sep 2010 at 11:01 in reply to: Conflict with "Category Posts Widget" / "Category Teaser" plugins #44863FrankyKeymasterSeems 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.
FrankyKeymasterNot yet … access control is on my to do list
FrankyKeymasterYes, sorry. It’s a fixed bug in the trunk version that’s coming out this week (hopefully today).
FrankyKeymasterHehe … niet moeilijk om te raden dat ik Nederlands spreek he 😉
FrankyKeymasterIt is not a stupid question, but CSS is a world on its own. A world that needs exploring 🙂
FrankyKeymasterThis 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.
FrankyKeymasterWell, 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>
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 🙂
FrankyKeymasterHi 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.
FrankyKeymasterAnd 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.
FrankyKeymasterJon,
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
FrankyKeymasterThe 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”
FrankyKeymasterThanks! That will keep me awake for days 🙂
Sun 26 Sep 2010 at 14:37 in reply to: Ability to change single event already listed to recurring event #44832FrankyKeymasterAnd done 🙂
The change is in the trunk version.
Sun 26 Sep 2010 at 14:20 in reply to: Ability to change single event already listed to recurring event #44831FrankyKeymasterI think this can be easily done … I’ll take a look at it.
FrankyKeymasterTry the CSS property vertical-align
FrankyKeymasterThe 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”
FrankyKeymasterWell, 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 … 🙂
FrankyKeymasterWell, I’ve checked your page and I don’t see anything wrong there …
FrankyKeymasterOk, 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.
FrankyKeymasterCan you point a link to this? It is very well possible it is not yet translated …
FrankyKeymasterimplemented in 3.1.3
FrankyKeymasterSure: liedekef [at] telenet.be
FrankyKeymasterEverything can be changed in CSS, see events_manager.css
FrankyKeymasterI 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?
FrankyKeymasterDid you have the old version before? If so, deactivate/activate the plugin for database updates
FrankyKeymasterConfirmed as a bug and fixed in trunk. For a quick fix: get this file:
http://plugins.svn.wordpress.org/events-manager-extended/trunk/dbem_rsvp.php
To see what I changed (very little):
http://plugins.trac.wordpress.org/changeset/293179/events-manager-extended/trunk/dbem_rsvp.php
FrankyKeymasterThis 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 …
FrankyKeymasterWith the html editor, you have a button to add images … so I’m not going to add an extra field doing exactly the same.
FrankyKeymasterFix implemented and in current released version
FrankyKeymasterSorry then, but this is out of my hands …
FrankyKeymasterThe fix is in the released version
FrankyKeymasterBtw: you *did* deactivate/activate the widget after upgrading, I hope?
FrankyKeymasterWhen 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.
FrankyKeymasterThis 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
FrankyKeymasterYou can put any image you want in the Event description, but the location image is just what it says: for the location.
FrankyKeymasterThe 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” but when going there, access is denied …
please fix your settings.
FrankyKeymasterwhich version of IE is this?
FrankyKeymasterNot possible yet … I’ll move this to feature requests
FrankyKeymastersomething else is seriously wrong on your server, causing this to run longer than 30 sec … check your load, your db response time, logs etc …
FrankyKeymasterYes, your problem is probably just a DB utf-8 issue.
FrankyKeymasterIt’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?
FrankyKeymasterYes, 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.
FrankyKeymasterHi,
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.
FrankyKeymasterHi, 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)
FrankyKeymasterI’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?
FrankyKeymasterHave 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)
FrankyKeymasternot possible for now: the letters correspond to those on the map. So this would require javascript changes as well.
FrankyKeymasterJust change the settings to not show the endtime …
FrankyKeymasterif 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 …
Tue 14 Sep 2010 at 21:18 in reply to: How Do I Make Multi-Day Events Appear Days Long On The Full Size Calendar? #44710FrankyKeymasterWhich shortcode are you using for this?
FrankyKeymasterIt’s in the trunk version, not the released one.
FrankyKeymasterTell them to delete all mysql tables from wordpress starting with the name “wp_dbem_”
FrankyKeymasterJust 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?
FrankyKeymastermy email: liedekef [at] telenet.be
FrankyKeymasterThat’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.
FrankyKeymasterno 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]
FrankyKeymasterI’m still/always working on the doc 🙂
Thanks for the boolean thing, I updated the trunk version!
FrankyKeymasterAbout the templating: it’s not really my design 🙂 If you want to help templating the thing: I welcome the help!
FrankyKeymasterWhat 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 …
FrankyKeymasterIn the trunk (devel) version, there’s a shortcode for showing events by ID, if that’s what you’re looking for?
FrankyKeymasterWrong usage of the arguments. Try this:
[events_list scope=2010-09-18]
FrankyKeymasterHi,
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]
FrankyKeymasteradded to svn 🙂
FrankyKeymasterI meant that you can switch to it on the map shown itself …
FrankyKeymasterThe 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
FrankyKeymasterWell, 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?
FrankyKeymasterWhat do you want to download?
FrankyKeymasterWell, for now it’s not possible without editing the source code …
FrankyKeymasterWell, most of this is very future-like 🙂
But in trunk I implemented the feature to get directions to an event …
FrankyKeymasterno response in 4 days … closing
Wed 8 Sep 2010 at 17:29 in reply to: Template Tag dbem_get_events_list display attribute broken #44621FrankyKeymasterno response, so closing
FrankyKeymasterSebastian, 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 …
FrankyKeymasterCheck 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.
FrankyKeymaster– 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.
FrankyKeymasterSo, 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 🙂
FrankyKeymasterSeastian, did you test this? On your test site, the balloons are still very large …
FrankyKeymasterI 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)
FrankyKeymasterI 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.
FrankyKeymastertssss … bad boy, creating your own English 🙂
Anyway, glad to see it solved!
FrankyKeymasterThis 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 …)
FrankyKeymasterBtw, 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..
FrankyKeymasterI’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 …
FrankyKeymaster– 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.
FrankyKeymaster– 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
FrankyKeymasterok, I’ll take a look at the large pic and the <p> issues …
FrankyKeymasterMade a typo, should be something like this:
.dbem-location-balloon img {
max-width:80px;
max-height:80px;
}
FrankyKeymasterWell, 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
FrankyKeymaster– 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
FrankyKeymasterFor 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 …
FrankyKeymasterThis seems to be a very old plugin, not updated after 2005, so I suggest you indeed stop using it 🙂
-
AuthorPosts