c-bass
Forum Replies Created
-
fantastic. that works pretty well. there is just one tiny thing. to do the same inside a post in wordpress with shortcodes, how would that be then?
[eo_events] %start{d.F Y}{ \<\b\r\> G:i}% %end{ t\o\ G:i}% Uhr [/eo_events]
The following works pretty well if the event is on the same day, but if the event spans multiple days it looks weired without the date. How can we work with multiple days in this case?
the best solution would be something like this:
IF event is on same day
THEN Show Startdate with Starttime and EnddateELSE
IF event is longer than one day
THEN show Startday with Starttime and Enddate with Endtimeor?
because with the way provided in your “suggested feature” forum is just compares if the STARTDATE is the same as the ENDDATE, but usually an event lasts for at lest a few hours and would mean that the events STARTDATE is not equal to the ENDDATE. what do you think?
Thanks. nice idea. i had the same thought, but when we really have a event with a different date, it would just show the time or what did you mean?
hej stephan,
wow, thank you very much. exactly what I and hopefully a lot of others as well needed. i just got one little question:
not all events are going over more several days. half of them are just single events and the way it is right now with your solution, it always shows the enddate as well, even though it is just a few hours later like:
The events is from the 5ths April 2012 5pm (until the 5ths april 2012 9pm)
how would the code be, if the text inside the brackets above shows just up, if the end date really is not on the same day, and if it is on the same day, it should onlye show the endtime and not the date?
i figured out that there is a way in feed-sitemap.php in line 50.
in the array
// the main query query_posts( array( 'post_type' => 'any', // 'post_status' => 'publish', // 'caller_get_posts' => 1, // 'nopaging' => true, 'posts_per_page' => -1 ) );
add
'post__not_in' => array(1346,1303),
Result:
// the main query query_posts( array( 'post_type' => 'any', 'post__not_in' => array(1346,1303), // exclude pages // 'post_status' => 'publish', // 'caller_get_posts' => 1, // 'nopaging' => true, 'posts_per_page' => -1 ) );
dont forget to clean your cache after editing the file.
Forum: Fixing WordPress
In reply to: Site running SUPER slowit is wordpress itself with version 3.3.1, see https://core.trac.www.ads-software.com/ticket/18536
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Hacker try to abuse cf7hej. we got the same issue here.
Forum: Plugins
In reply to: [Mute Screamer] [Plugin: Mute Screamer] WMPU compatibility?hey. it is such an important way of securing wordpress and people should use it more. i would love to use it, but i am using WPMU as well ?? when do you think would a new version coming out which supports that?
Forum: Alpha/Beta/RC
In reply to: how to set wp_max_memory_limithej,
thanks. it was the only thing which helped me after wp even doesnt follow limits i set up in the config.php. the error messages are gone now.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Stats plugin issue with wp_remote_get()same problem here.
Forum: Fixing WordPress
In reply to: Translation in functions – quick tip neededsolution:
<?php edit_post_link( __( 'Bearbeiten' ) ); ?>
please. some genius around here?
Forum: Fixing WordPress
In reply to: Post Doesn’t Want to Publish/Preview?are you using custom fields? i had this sometimes too. click on “update” on the last custom fields. afterwards publishing should work.
Forum: Requests and Feedback
In reply to: IMPORTANT: Upgrade files version listinghey again.
where i can i download the update files from 2.8.4 to 2.8.6?
i just dont want to risk problems, when deleting and replacing ALL files, so that i only upload the changed or updated files.
thanks