Changeset 495281
- Timestamp:
- 01/25/2012 05:47:43 PM (14 years ago)
- File:
-
- 1 edited
-
uktw/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uktw/trunk/readme.txt
r495276 r495281 5 5 Tested up to: 3.3.1 6 6 Stable tag: trunk 7 Donate link: http://www.uktw.co.uk 7 Donate link: http://www.uktw.co.uk/tickets/ 8 8 9 9 Search and display information from UK Theatre Web's extensive database of UK what's on information. … … 15 15 Ticket 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. 16 16 17 The system operates in English .17 The system operates in English, no translations of the database are available so no translations of the widget have been provided. 18 18 19 19 = Widget = … … 30 30 = Shortcode = 31 31 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 .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 (these terms are [defined here](http://www.uktw.co.uk/archive/). 33 33 34 34 * [uktw qtix="L327" format="title"] - retrieves the title for L327 and links it to the UK Theatre Web page … … 46 46 47 47 Display the title of a Qtix code 48 `<?php echo ( uktw_qtix_tag( 'L322', 'title' ) ; ?> `48 `<?php echo ( uktw_qtix_tag( 'L322', 'title' ) ) ; ?> ` 49 49 50 50 Get the link to a Qtix code 51 `<?php echo ( uktw_qtix_tag( 'L322', 'link' ) ; ?> ` 51 `<?php echo ( uktw_qtix_tag( 'L322', 'link' ) ) ; ?> ` 52 53 Combined example 54 `<?php echo ( "<a href = '" . uktw_qtix_tag( 'L322', 'link' ) . "' >" . uktw_qtix_tag( 'L322', 'title' ) . "</a>" ) ; ?> ` 52 55 53 56 Additional template tags will be provided eventually, if required. … … 59 62 1. You now have access to new Shortcodes, template tags and widgets 60 63 61 The re isa single setting available via the Settings64 The 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. 62 65 63 66 == Frequently Asked Questions == … … 73 76 == Changelog == 74 77 78 = 0.2 = 79 * Initial update 80 75 81 = 0.1 = 76 82 * Initial version 77 83 78 84 == Upgrade Notice == 85 86 = 0.2 = 87 Minor changes, addition of template tags. 79 88 80 89 = 0.1 = … … 84 93 85 94 The 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.