Archive for the ‘Uncategorized’ Category

04Nov

Multiple Artists & JQuery UI Theme Roller – V.1.2.4.0

Thursday, November 4th, 2010

A new powerful feature presented in WordTour v.1.2.4.0 is multiple artist attachment for each event. Until now you could only add additional artists featured in your event as a free text, while with the additional feature it is possible to add for each event multiple artists that are defined in your database thereby keeping track of each artist activity in your website. It is still possible to define artists as a free text if you don’t want to add an artist to your database.
How does it effect your event rendering ?
While displaying a listing of events you will be able to use the new parameter {$artists} and {$artists_array} in your template file.
{$artists} param will display a comma separated string of your artists and {$artists_array} is an array of artist with the values of “id”, “name”, “url” that you can loop in your template file.
The next example demonstrates how to use the artists_array parameter resulting with a list of artists linked to each artist page.

{loop $artists_array}
<a href=”{$url}”>{$name}</a>
{/loop}

In addition, while displaying events that are grouped by artist you can choose whether an artist that is not headlined for the show will be displayed in the list or not by using the “if_event_not_headline” parameter in your wordtour_events shortcode definition.

Skinning your theme can sometimes be a very frustrating task for those that are not familiar with CSS and coding abilities. To help you skin the theme, a new theme has been added to WordTour named “jqueryui” that uses the JQuery UI framework CSS coding style, thus enabling you to manipulate your theme with the JQuery UI theme roller by bringing it to your page.
To do that you need to create a Firefox bookmarklet, click here to add.
After you decided which theme fits your site, download the CSS, copy and paste the code in your theme.css file. (please note: don’t overwrite the the file, look for a comment JQUERY UI CSS START HERE – PLACE YOUR CSS HERE and paste it afterward)

For more on using JQuery UI CSS click here

18Oct

Integrating Eventbrite in WordTour Release 1.2.3

Monday, October 18th, 2010

As you probably know, managing your events in several websites and social media networks can be time consuming and hard to keep track. As a WordTour user you have the ability to publish and update events in your WordPress website as well as your Facebook and Twitter accounts, directly from the event management page. In addition, while using WordTour you may also monitor any recent updates that you made to events, such that you can keep all your different websites up to date with all the details of your events. Furthermore, WordTour updates the API of Twitter API such that your status on Twitter is updated from your WordTour events page using the @Anywhere specification (http://dev.twitter.com/anywhere)

Now for the latest feature added to WordTour v.1.2.3 is Eventbrite integration.

Eventbrite is a “social commerce” website allowing people and performers to discover, create or attend an event. For performers, Eventbrite assists in the management of registrations and selling tickets as well as spreading and promoting your events virally through social networks.

The Eventbrite feature on WordTour allows you to update your Eventbrite events and venues from WordTour’s administration pages. You can also import events and venues from Evenbrite to WordTour, publish your events and venues automatically whenever you update your event on your administration page on WordTour.

Click here to register Eventbrite to support WordTour.

Another addition to WordTour latest release is the ability to set your “Pretty Permalinks” for each WordTour page. By using mod_rewrite or lighttpd you can produce much nicer permalinks. The desired format may be chosen in the WordTour settings page.

Do note that while upgrading WordTour the “default” theme folder is overwritten. Therefore, it is highly recommended to set a new theme directory before editing your theme. In order to prevent any unnecessary loss of data you can now define a new root folder for your theme by following these 4 steps:

  1. Create a new directory outside the scope of WordTour (for example: wordtour-themes).
  2. Copy /plugins/wordtour/theme/default to /wordtour-themes.
  3. Go to the settings page and edit your theme path. your-wordpress-path/ wordtour-themes.
  4. Select your theme name.

For more information please refer to the documentation page.

I hope that you will find those modifications to WordTour useful in spreading and promoting your events. If you have any questions or suggestions please let me know.

Don’t forget to come back and check for future versions for WordTour, Thanks for your Support.

Gil