Plugin Directory

Changeset 495281


Ignore:
Timestamp:
01/25/2012 05:47:43 PM (14 years ago)
Author:
uktw
Message:

0.2 tag - basic capabilities in place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uktw/trunk/readme.txt

    r495276 r495281  
    55Tested up to: 3.3.1
    66Stable tag: trunk
    7 Donate link: http://www.uktw.co.uk
     7Donate link: http://www.uktw.co.uk/tickets/
    88
    99Search and display information from UK Theatre Web's extensive database of UK what's on information.
     
    1515Ticket information is provided by the SeatChoice ticket finder service that searches all major suppliers and provides both links and live availability and price searches. Information is provided on offers, tickets, meal deals and theatre breaks.
    1616
    17 The system operates in English.
     17The system operates in English, no translations of the database are available so no translations of the widget have been provided.
    1818
    1919= Widget =
     
    3030= Shortcode =
    3131
    32 In the following examples, L327 (Phantom of the Opera) represents the Qtix code for the event. Qtix codes can be found from the listings pages on [UKTW](http://www.uktw.co.uk/) and may refer to a venue, work, production (tour) or listing.
     32In the following examples, L327 (Phantom of the Opera) represents the Qtix code for the event. Qtix codes can be found from the listings pages on [UKTW](http://www.uktw.co.uk/) and may refer to a venue, work, production (tour) or listing (these terms are [defined here](http://www.uktw.co.uk/archive/).
    3333
    3434* [uktw qtix="L327" format="title"] - retrieves the title for L327 and links it to the UK Theatre Web page
     
    4646
    4747Display the title of a Qtix code
    48 `<?php echo ( uktw_qtix_tag( 'L322', 'title' ) ; ?> `
     48`<?php echo ( uktw_qtix_tag( 'L322', 'title' ) ) ; ?> `
    4949
    5050Get the link to a Qtix code
    51 `<?php echo ( uktw_qtix_tag( 'L322', 'link' ) ; ?> `
     51`<?php echo ( uktw_qtix_tag( 'L322', 'link' ) ) ; ?> `
     52
     53Combined example
     54`<?php echo ( "<a href = '" . uktw_qtix_tag( 'L322', 'link' ) . "' >" . uktw_qtix_tag( 'L322', 'title' ) . "</a>" ) ; ?> `
    5255
    5356Additional template tags will be provided eventually, if required.
     
    59621. You now have access to new Shortcodes, template tags and widgets
    6063
    61 There isa single setting available via the Settings
     64The single setting "Affiliate" may be used in future to track sales and provide feedback to those who have installed the plug-in. Set it to an alphanumeric name, e.g. FREDDIBNER and we will start tracking shortly.
    6265
    6366== Frequently Asked Questions ==
     
    7376== Changelog ==
    7477
     78= 0.2 =
     79* Initial update
     80
    7581= 0.1 =
    7682* Initial version
    7783
    7884== Upgrade Notice ==
     85
     86= 0.2 =
     87Minor changes, addition of template tags.
    7988
    8089= 0.1 =
     
    8493
    8594The UK Theatre Web website and database is owned and operated by Dynamic Listing Ltd who are an Affiliate member of STAR (The Society of Ticket Agents and Retailers)
     95
Note: See TracChangeset for help on using the changeset viewer.