On Tue, Aug 5, 2008 at 11:00 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a client that wants to list the conferences that they will be > attending on their website. Nothing fancy, just some of the details like > date, booth #, link to event, etc. What is the best extension to handle > that? I see that there are four event related extensions on github: > > radiant-event-calendar > radiant-event-calendar-extension > radiant-page-event > ba (probably way overkill for this)
Hi Nate, As the creator for radiant-page-event, I'm a bit biased but what I created with that extension could easily do what you want making some assumptions. Each page would be a conference, you want to manually control your own calendar via the admin UI and you don't need to indicate a multiple day event. You could then add page parts for each detail on your event such as booth # and external event link. There are two newer convenience tags that I've recently added, next_event and upcoming_events. I when I get more free time I'll be adding some additional features but the extension is designed to be fairly lightweight for assigning dates to pages. The readme should include useful information for getting started. I also posted a brief tutorial on my blog that may be a bit outdated: http://martyhaught.com/articles/2008/05/03/page-event-extension-released/ Cheers, Marty _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
