Events Made Easy › Forums › Bug fixed or feature request implemented › Recurring – changes to schedule deletes events and creates new ones
- This topic has 12 replies, 2 voices, and was last updated 15 years ago by
Anonymous.
-
AuthorPosts
-
Sun 6 Mar 2011 at 15:40 #42612
Anonymous
InactiveI’m not sure if this should be posted as a bug or feature request, so it goes as a feature request:
When changing the dates of a recurring event, it deletes the old events and creates new events.
This will result in a lot of broken links in search engines and from refering websites.
My suggestion is to reuse / update the old events, to prevent broken links.
Best/
Andy
Sun 6 Mar 2011 at 18:21 #47123Franky
KeymasterWhen changing the dates, they become new events. Almost impossible to change existing events then: if you change the dates, the recurrence might change as well, so what happens with the “left over days”? And how do you know which “old” events maps to which “new” event? This one is not going to be implemented by me, way too much cases can pop up. In all cases, except for date changes, the events are kept if possible.
Sun 6 Mar 2011 at 21:04 #47124Anonymous
InactiveOk …that is true …
But, as it is right now …it shows an empty event in case it does not exist …that is bad for Google and the user as well.
How about showing a 404 or making a 301 redirect to /events if an event does not exists?
Best!
Andy
Sun 6 Mar 2011 at 21:40 #47125Franky
KeymasterThe 404 happened to be another feature request I just implemented:
http://plugins.trac.wordpress.org/changeset/356289/events-manager-extended/trunk/eme_events.php
Sun 6 Mar 2011 at 22:02 #47126Anonymous
InactiveThat returns an error, because headers are already sent …and content.
Andy
Sun 6 Mar 2011 at 22:08 #47127Franky
Keymasterthat’s weird … it works fine here if I directly go to an event that doesn’t exist. Can you show such an url? Or where the headers are already sent?
Sun 6 Mar 2011 at 22:15 #47128Anonymous
InactiveSun 6 Mar 2011 at 22:17 #47129Anonymous
InactiveDo you have somtething calling eme_get_event before calling wp_head?
Sun 6 Mar 2011 at 22:22 #47130Franky
KeymasterHmmm … your theme seems to be the cause of this. I tried using the standard theme and have no issues. Can you mail/post the header.php of your theme?
Mon 7 Mar 2011 at 22:52 #47131Franky
KeymasterThis issue has been fixed and a properly 404 redirection is done now.
Mon 7 Mar 2011 at 22:55 #47132Anonymous
InactiveThanks! 🙂
Mon 7 Mar 2011 at 23:24 #47133Franky
KeymasterEven better now: I use the 404 template of the theme.
Mon 7 Mar 2011 at 23:40 #47134Anonymous
InactiveMore clean, and implementet 😉
-
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.