Creating your own events page

There are several ways to create ‘event’ pages – and the best method will depend on what you want your page to do, and your level of expertise. In this tutorial we’ll be looking at the more ‘involved’ method, but before that let’s summarise the different methods:

Adding your own payment gateway 2

In the previous article we covered how to register our gateway with Event Organiser, and how to create our own settings section, abd save and retrieve the data. Hopefully you’ve now got a working settings section, in which the user can enter any details required for your gateway ( e-mail, merchant key, etc). In this …

Read more »

Adding your own payment gateway

Last week I released a Google checkout add-on for Event Organiser Pro. I hope to see many more payment gateways available – and I hope that you will be a part of that! With that in mind I wanted to take you through how any gateway can be added to Event Organiser in the form …

Read more »

Google Checkout – Free Add-on

Event Organiser Pro launched last week, and with it the ability to sell tickets via PayPal, or offline. Today, with this free add-on, you can sell tickets via Google checkout. That’s not all… Event Organiser Google Checkout also demonstrates just how easy it is to create your own plug-in to add your favourite payment gateway. …

Read more »

Where should I put code from the tutorials?

In this tutorial I discuss the whys and hows of creating a site utility plug-in. To put this in bit of context: I’ll be posting tutorials – both user and developer focussed – to help you get the most out of Event Organiser. One of the big advantages of Event Organiser ( & Pro ) …

Read more »

Creating Your Own Shortcodes

What Are Shortcodes? Creating shortcodes is a very simple and elegant way of adding dynamic content into a post, or formatting content such as videos (though oembed usually suffices), galleries or pdf documents. Shortcodes – in case you have not come across them – act as placeholders for this content inside your post (or event, …

Read more »

Call for Beta Testers

Event Organiser Pro is so close to being launched – but it needs a little help to get it there. I’m after some beta testers who are willing to put the premium add-on through its paces. As a beta tester I’d like you to Extensively test the plug-in Report any bugs you find Offer general …

Read more »

Colour events according to venue

By default events are coloured according to their category, however with a just a bit of code you can easily change this behaviour (you can even do this in just the core plug-in installed – but it requires a bit more work!). As always the following code should (ideally) live in a site utility plug-in, …

Read more »

Style Your PayPal Payment Page

Event Organiser provides a ‘PayPal page style’ option to allow you to tailor the booking payment page to the style of your website, giving your users a more seamless experience. This includes setting page colours and including your site or company’s logo. To take advantage of this: Log-in to PayPal Go to Profile > Selling …

Read more »

Including an event date in the post slug

While events can have multiple dates, there is only one page for an event – and so an event date included in the url might not make much sense. But if you have a collection of events with the same name, or you only have single events: an url of the form events/event/my-event-2013-03-13 provides an …

Read more »