Blog

04Nov

Multiple Artists & JQuery UI Theme Roller – V.1.2.4.0

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

Read more
18Oct

Integrating Eventbrite in WordTour Release 1.2.3

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

Read more
02Sep

Introducing WordTour 1.2 Release Candidate

Up for grabs is WordTour 1.2.0. There are many new and improved features in this release, the highlights are:

  • New and improved administration screens.
  • Social Media networks - Keep track on your twitter, facebook and post updates. In addition , create a new post and attach an event an event to it.
  • New Shortcodes – for displaying venues information and to display a single event. Added parameters were added to the Shortcodes to robust your query abilities.
  • Prevent spam using Captcha integration for comments.
  • Wordpress Filter functionality for data manipulation on your template pages.
  • A major database structure change has been made, as a result of upgrading from version 1.0 to 1.2 will require users to feed all previous data again on new database tables.
Read more
23Jun

WordTour Beta is Released!

A new comprehensive 369 degree WordPress plug-in for intuitive, fast and easy management for performing artists and their agents is finally out. WordTour offers you a no-fuss time-saving solution to events management and a whole lot more! Utilize WordTour to instantaneously update an event in your social media networks status, auto-complete all boring and nagging details, automatically generate web pages for all your events and artists, allow to RSVP, comment and associate photo galleries and videos for each event, easily access and control your database information and more. You really don’t have to be a savvy web developer – WordTour is the events plug-in that works for YOU.

The beta version is the first release of WordTour brought to you as an open source to assist you in the integration and management of your events, artists and tours with simplicity and ease.

Please download WordTour beta, explore the different features and utilize the tools provided therewith. We welcome your input regarding all the features and tools provided in WordTour beta and whether this first official release of WordTour actually meets your requirements and needs.

The documentation of WordTour beta is still under development. If you have any question or require any further information or clarifications please do not hesitate to tell us, either by commenting on the blog or contacting us directly via e-mail, we are more than happy hear any comment and to assist you in any way that we can.

Thank you for downloading and using WordTour beta.

Click here to Download

Read more