debsch
Forum Replies Created
-
(Duh!)
It’s because I marked my test events as “All Day” events.
So if I replace
#H:#i
in events-manager-options#formats > RSS feed format
with#_EVENTTIMES
I get the start & fin times OR “All Day” on the RSS feed instead of just the start time or 00:00(I’ll try to stop asking stupid questions now)
Great tutorial!
add_filter( 'em_events_build_sql_conditions', 'my_em_scope_conditions',1,2); function my_em_scope_conditions($conditions, $args){ if( !empty($args['scope']) && $args['scope']=='nextfortnight' ){ $start_date = date('Y-m-d',current_time('timestamp')); $end_date = date('Y-m-d',strtotime("+14 days", current_time('timestamp'))); $conditions['scope'] = " (event_start_date BETWEEN CAST('$start_date' AS DATE) AND CAST('$end_date' AS DATE)) OR (event_end_date BETWEEN CAST('$end_date' AS DATE) AND CAST('$start_date' AS DATE))"; } return $conditions; }Then I change
'scope'=>'future'to'scope'=>'nextfortnight'
and it shows the events for the next fortnight.
Fabulous!
🙂Aha! (I gave up too soon)
http://wp-events-plugin.com/documentation/event-search-attributes/
Accepted Arguments : future, past, today, tomorrow, month, next-month, 1-months, 2-months, 3-months, 6-months, 12-months, all
But no week or fortnight….
I might be posting a question about that if I can’t figure out the ‘create your own scope’ tutorial.Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] 1.6.6 stopped workingAh – I see what you mean… My two sites with backupwordpress are on the same server so I just copied the old version across and over onto the new version… without deactivating or uninstalling.
Try installing the new (broken) plugin again in Plugins/Add New, activate it, then ftp the old one up into the new folder and overwrite the new one. See if that works. (And let us all know if it does – which helps others out too)
Thank you! Had a chat with Van on Mailchimp support. Looks like if I use RSS I can set it myself to be sent out once a week. And if I wanted to give the option of daily/weekly I understand now how to do that too.
THANK YOU for your help.
Fingers crossed I can get mailchimp to do what I want it to do!Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] 1.6.6 stopped workinghttp://wordpress.org/extend/plugins/backupwordpress/download/
There’s a whole long list of previous versions.
1.6.4 works for meShame about that. I will have to try a different plugin. Thank you for your reply.
Have a look at SBuploader – not sure if it works on the front end as I only use it in admin but it is designed to be an easy way for non-techies to browse and upload 1/2/3+ images.
Ooooo I like I like!
Yes, smooth slider works well with EM. The plugin settings page has loads of adverts but other than that I’ve no complaints. It adds a smooth slider meta box to the bottom of every add/edit events admin page and you can decide there if you want your event featured. Then you just add a smooth slider shortcode above [CONTENTS] on your events page and voila!
Hi and thanks for the reply.
If you look at the mailchimp blog
http://blog.mailchimp.com/
and click on “Subscribe to email updates” (right hand column)
the fields include two “Frequency” radio buttons, daily and weekly.I would like my subscribed updates only to go out once a week (less bothersome for my users who typically would check their email only once a day or less)
Is this something I set up in mailchimp? Are there instructions or a how-to somewhere?
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] 1.6.6 stopped workingI’ve got 1.6.4 on another site, so rolled back the plugin and it works now. Won’t want to update it to 1.6.6 until this thread is marked as resolved.
Forum: Plugins
In reply to: [BackUpWordPress] [Plugin: BackUpWordPress] 1.6.6 stopped workingDitto, no backups or manual backups since I updated it on 13th Feb.
OMG….
http://mysite.com/?events&rss=1
WORKS with default permalinks.
[PHEW]
Why does this have to be so hard?!
Please Events-manager-plugin-people, help us newbies out and put this kind of info into documentation where it can be found. I figured this out after a lot of searching and some pure guess work.(Luckily your plugin is the best one I’ve found so far, which makes me stick with it despite a few hiccups along the way.)
I’ve added the shortcode [events_rss_link] to the events page.
It generates this link http://mysite.com/&rss=1 which goes to not-found.