mystifier
Forum Replies Created
-
9:00am is 9:00am, Summer-time or Winter-time!
There should never be cause to change event times, past or future, when the clocks are changed. The fix therefore, will be to not change times so it is likely that the above queries will need to be run to correct data which, by the time the fix is implemented, most people will have already changed.
Hi pandalu,
The above is a correction SQL query that needs to be run once in database administration (eg. phpmyadmin)
Monday morning after the clocks have changed from summer time and all of my event times have changed back by 1 hour.
I have had to correct with:
UPDATE wp_ai1ec_event_instances SET start = DATE_ADD(start,INTERVAL 1 HOUR), end = DATE_ADD(end,INTERVAL 1 HOUR)UPDATE wp_ai1ec_events SET start = DATE_ADD(start,INTERVAL 1 HOUR), end = DATE_ADD(end,INTERVAL 1 HOUR)if ( isset($_POST['answers']) ){Needs moving down from line 280 to 289 in:
lib/Wpsqt/Shortcode.phpI would really like to start using this great plug-in, the problem is that I need to restrict access to it.
If I use any of the plugins to restrict access, the content of the page is masked correctly but the calendar still shows.
I am hoping that post shortcodes will be the answer (which will also allow different calendars filtered for different groups) but they are not planned for some time. Can anyone suggest temporary fix?
Forum: Fixing WordPress
In reply to: Admin BarOh wow.
I just added wp_footer(); and there it is!
Thanks Rev. Voodoo.
Hi Yani,
Yes, I use a variety of content restriction plugins, the simplest being:
http://wordpress.org/extend/plugins/restrict-content/
In each case, the effect is the same; the added content (although css is lost) is restricted to a role but the actual calendar is not.
I think that when calendar shortcodes are available, it will probably be fine because I use various shortcodes without a problem.
Oops sorry… wrong plug-in. Please ignore!!
Thanks Yani,
Your suggested shortcodes are perfect; the only small related issue is the ability to set whether categories and tags should be ANDed or ORed together when both are used (current OR seems much less intuitive than AND).
Hi Yani,
Although event shortcodes is listed in 1.1 trac, there is no mention of calendar shortcodes.
Is this still planned?
Shortcode will be an excellent addition.
My thanks added!
Thanks Yani,
Certainly in my case, users have unanimously preferred AND so I will have to hack it.
Blank filtered Agenda dates disappear now which looks much better. I don’t want to seem endlessly ungrateful because it is a great plugin, but it would be nice if the filtered list still showed the number of events as set in config ‘Events per agenda page’.
In my example, I have 20 but when I filter, I get 20 pages with 1 on each.
Definitely 5 STARS though.
Thanks Yani,
That is the most serious bug because it is the most fundamental and I noted that it also affects the demo.
I was going to try to find a fix to post today.
Forum: Fixing WordPress
In reply to: Prevent entering Admin when logging onThanks Samuel B,
I did find a simple re-direct plugin but I changed to this one because it allows different pages for different roles.
This would be a nice standard feature though.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] [Plugin: WP Survey And Quiz Tool] Reorder questionsQuestions are the lowest hierachy (Survey-Section-Question) so it is easy to simply change the id in wp_wpsqt_all_questions without causing a problem.
If you have important results, you would have to change them too though.