Very versatile

From the forum

First, I love the plugin. Very versatile. Thank you.

Posted in Testimonials | Comments Off

New user registration fixed

Apologies, it seems in the recent database move the user table was not copied cleanly – it lost the auto increment which meant that new user registrations were failing.  Took a while to realise what was happening (hint – lose blank new user emails mean something is wrong!) and to get the auto increment added back.

For anyone interested in how:

The only way I could get it to work was to copy the table (always have a backup!), then use a manual SQL Command.  The phpmyadmin ‘Copy’ table and add auto increment was not working.

ALTER TABLE tablename MODIFY ID BIGINT(20) AUTO_INCREMENT;

Then just to be sure – check that the next auto increment number is showing up in your database as bigger than the largest ID you already have.

Posted in Uncategorized | Comments Off

Finding the Facebook events ics feed for subscribing or syncing

I’m not a fan of facebook…..however I get asked the questions, so have had to develop some familiarity, so here’s a quick reference until facebook changes things again.

Before you get too stuck in to facebook for your events, you may wamt to look at oreilly.com’s advice on perhap not using facebook as the home for your public events.

Finding that public events ics feed in facebook

From a facebook ‘page’

They really do not make it easy do they ?  There is no obvious ‘Export all’ as there is in the personal page.  So…Pretend you’re only exporting one event from your page.

Example fb page

Example Facebook page – events page

Click the event

The facebook events lists, click export.

Click export.

Choose subscribe to all events, or right click and copy the link address

Copy that webcal ics address and use it wherever you need to subscribe to that set of events.

From a personal homepage

After logging in look for the export events option, not just for one event but ALL upcoming events.

Go to your all events page:   https://www.facebook.com/events/list.

Click "Export"In the top right corner, see the little gear icon, click it and click the export option.

 

You should get a popup window.

export facebook ics

export facebook ics

If you just want the url to subscribe to it from another application, right click and ‘copy the link address’. Paste it in to your calendars subscribe url option.

Alternatively if you just click on it, your calendar application should open up and hanlde the subscription process for you.

Use it in the ical events plugin?

facebook in shortcode

facebook in shortcode

Bear in mind that the plugin caches the url’s, so you may need to force a refresh (add ?refresh) to the calendar page url and refresh the page in your browser.

eg:

 

Other possibly useful references:

Posted in amr ical events list, How To | Comments Off

absolute HEAVEN

From the wordpress forum.

Firstly, this plugin is absolute HEAVEN and it totally looks great. Thank you so much!

Posted in Testimonials | Comments Off

Table css, overlapping or disappearing sidebars

Table widths and css

Tables are wonderful  - they expand beautifully and naturally to fit your content, but sometimes that same content can make the table do  weird things.

Loooong Urls

Please be sure to test your css in your theme with representative content.

The plugin tries to deal with some of the problems that occur.  For example long urls that can make a table expand too much.   See also plugin-and-theme-css-not-working-well-together.

Sometimes the only way to really sort a table width out is to “fix” the width of the table and/or the table cells.    Now this the plugin has to leave this to you – some people have wide content areas, some not.  Some have lots of info displayed,  others have minimal.

The plugin has no way of knowing what size would work best for you.

I suggest that you use something like firebug to see what your theme is doing (or not doing!) and then google table+css+width for ideas on what might work with your theme.   You know the size of content area that your calendar or agenda list must fit into and perhaps simply setting the width of the table and/or the table cells will be the answer.

Coping with a wide table

A suggestion from 456bereastreet.com

Css3 options:

  • word-wrap: break-word has some browser support
  • word-break: (normal, break-all, keep-all) aimed at dealing with mixed character sets.  Random Break Point.

Resources:

See posts on this site tagged css.

Posted in Css | Comments Off

A sweet positive note from a graphic designer

I just happened upon this - Thanks for the credit Ethan!

A great wordpress plugin

partial screenshot of ethan's resources page

Ethan Hazzard-Watkins is a graphic designer

Posted in Testimonials | Comments Off

Update to v 4.0.28 rich snippets in html5, google add event to calendar

Cat pondering timezone differences

So if the website timezone is San Francisco, and the link generates UTC time and my google calendar is in Sydney... then it's right ?

Version 4.0.28 of amr-ical-events-list is now available at wordpress and fixes two annoying bugs:

  • In trying to make the html5 list options ‘clean’ some html markup was removed – this meant that the necessary classes for  google rich snippets, or microformats was no longer available.  The necessary markup is now back.  Lists that did not use html5 were always and are still okay.
  • At time of writing the google documentation does NOT adhere to the ics specification for all day events – it does the human view.  Actual functioning and their event button html generator tool does adhere to the spec.  This means that in the google link the end day for all day events must be the ‘next’ day.  (Think of it as the all day event ends at the very start of the next day.)
  • When testing be aware:  the links to add an event to google are required to have dates and times in UTC timezone.  If your timezone is very different – eg when  you live on the other side of the world, testing can get very confusing -… add in a daylight saving change and you need some good maths skills… or set your website temporarily to UTC !

 

Posted in Changelog | Comments Off

wonderful dynamic plugin

From mick in the forum

First of all many thanks for your wonderful dynamic plugin. It has really gotten me out of a hole. Very useful indeed.

Posted in Testimonials | Comments Off

a concentration of midichlorians?

From a starwars fan in the forum.   I do like being called “young”.

testimonial

star wars fans rule!

Good job, young padawan !

I’ve never seen such a concentration of midichlorians in WordPress ever !!!
You must be very… powerful !

Posted in Testimonials | Comments Off

V 3.0.10 amr-events

A small update:

Change: some taxonomy admin help improvements wrt sticky urls
Change: utilities code had risk of a loop – risk removed
Please ensure that you use with amr-ical-events-list 4.0.25 or later.

Login to download update here: http://icalevents.com/download/

Posted in amr events, Changelog | Comments Off