Changeset 529361
- Timestamp:
- 04/10/2012 04:32:29 AM (14 years ago)
- Location:
- rehabtabs/tags/1.0
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
rehabtabs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rehabtabs/tags/1.0/readme.txt
r460033 r529361 1 1 === Plugin Name === 2 2 Contributors: vancoder 3 Donate link: http://vancoder.ca/ 4 Tags: tabs 3 Author URI: http://vancoder.ca/ 4 Plugin URI: http://vancoder.ca/plugins/rehabtabs 5 Tags: tabs, jQuery UI 5 6 Requires at least: 3.2.1 6 Tested up to: 3. 2.17 Tested up to: 3.3.1 7 8 Stable tag: trunk 8 9 9 Rehabtabs adds jQuery UI tabs to your pages and posts.10 Rehabtabs makes it easy to add pretty jQuery UI tabs to your pages, posts and custom posts using simple shortcodes. 10 11 11 12 == Description == 12 13 13 Having tried out several of the tab plugins available, I was unable to find one that I was happy with. They all had problems, ranging from non-intuitive shortcode implementations, to shoddy coding, resulting in them not only failing to work correctly, but sometimes breaking other plugins in the process.14 There are several tabs plugins available, but many of them are poorly coded or use non-intuitive shortcode implementations. 14 15 15 Rehabtabs is intended to to be a simple and intuitive alternative. It applies jQuery UI tabs to WordPress pages and posts, and is coded accorded to WordPress best practices (and please feel free to comment if you believe this not to be the case). 16 Rehabtabs is intended to to be a clean and intuitive alternative. It facilitates the application of jQuery UI tabs to your pages, posts and custom posts. 17 18 Rehabtabs currently supports: 19 20 * interchangeable jQuery UI themes (some included) 21 * Ajax mode 22 * cookie persistence 23 * collapsible tabs 24 * fx options 25 26 In common with all Vancoder plugins, Rehabtabs strives to follow best practice in WordPress coding. If you spy a bug or see room for improvement, please [let me know](http://wordpress.org/tags/rehabtabs?forum_id=10). 16 27 17 28 == Installation == 18 29 19 1. Upload 20 1. Activate 21 1. Visit the Settings page to change defaults 30 1. Upload `rehabtabs` to the `/wp-content/plugins/` directory 31 1. Activate the plugin through the 'Plugins' menu in WordPress 32 1. Visit the Settings page to change defaults, if required 22 33 23 34 == Frequently Asked Questions == … … 32 43 1. Paste this folder into plugins/rehabtabs/themes 33 44 1. Your theme should now be available on the Settings page 45 46 == Changelog == 47 48 = 1.0 = 49 * Modified to accommodate older PHP versions. 50 51 = 0.1 = 52 * Initial Release. -
rehabtabs/tags/1.0/rehabtabs.php
r460033 r529361 4 4 Plugin Name: Rehabtabs 5 5 Plugin URI: http://vancoder.ca/plugins/rehabtabs 6 Description: Use jQuery UI tabs in posts and pages. .6 Description: Use jQuery UI tabs in posts and pages. 7 7 Version: 1.0 8 8 Author: vancoder
Note: See TracChangeset
for help on using the changeset viewer.