Changeset 540535
- Timestamp:
- 05/06/2012 04:54:12 PM (14 years ago)
- Location:
- guidepress/trunk
- Files:
-
- 2 edited
-
guidepress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guidepress/trunk/guidepress.php
r530234 r540535 5 5 Description: The GuidePress plugin puts WordPress video tutorials right into the the WP dashboard! It's a handy companion for new and seasoned WP users. 6 6 Author: GuidePress 7 Version: 0.1. 27 Version: 0.1.3 8 8 Author URI: http://guidepress.net/ 9 9 … … 456 456 echo '<input type="hidden" name="password" id="password" value="' . $inputs['password'] . '" />'; 457 457 458 echo '<p class=""><input type="submit" value="Save Changes" class="button-primary" name="Submit" /></p>';458 // echo '<p class=""><input type="submit" value="Save Changes" class="button-primary" name="Submit" /></p>'; 459 459 460 460 echo '</form>'; … … 522 522 echo '<form method="POST" action="" id="verify-form">'; 523 523 echo '<label for="username_dlg"><strong>Username:</strong> <input type="text" id="username_dlg" name="username_dlg" value="' . $inputs['username'] . '" /></label>'; 524 echo '<br/>'; 524 525 echo '<label for="password_dlg"><strong>Password:</strong> <input type="password" id="password_dlg" name="password_dlg" value="' . $inputs['password'] . '" /></label>'; 526 echo '<br/>'; 525 527 echo '<input type="submit" name="verify-form-submit" id="verify-form-submit" value="Verify!" />'; 526 528 echo '</form>'; 529 530 echo '<br/>'; 527 531 528 532 // Forgot username / dont have acc? -
guidepress/trunk/readme.txt
r530234 r540535 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 0.1. 27 Stable tag: 0.1.3 8 8 9 The GuidePress plugin puts WordPress videos tutorials right into thethe WP dashboard! It's a handy companion for new and seasoned WP users.9 The GuidePress plugin puts WordPress videos tutorials right to the WP dashboard! It's a handy companion for new and seasoned WP users. 10 10 11 11 == Description == 12 12 13 The GuidePress plugin delivers WordPress video tutorials straight into the WordPress Dashboard. The GuidePress plugin is perfect if you are:13 The [GuidePress plugin](http://guidepress.net "GuidePress") delivers WordPress video tutorials straight to the WordPress Dashboard. The GuidePress plugin is perfect if you are: 14 14 15 * New to WordPress and want to quickly learn how to use WordPress by watching short how-to videos. This visual approach is a much a faster way of learning because you canactually see how to do things rather than reading guides and figuring it for yourself. All the videos are cleverly organised and placed within the relevant admin screens, this means that you only watch the videos you're interested rather than watch them all in sequence.16 * A Web Developer and you want to use GuidePress to train your clients. By using GuidePress it means that you can spend less time explaining to your clients how to use WordPress. It also means that your clients learn at their own pace will send you fewer emails asking for help.15 * **A WordPress Novice** - With GuidePress you can quickly learn how to use WordPress by watching short how-to videos. This visual approach is a much a faster way of learning because you actually see how to do things rather than reading guides and figuring it for yourself. All the videos are cleverly organised and placed within the relevant admin screens, this means that you only watch the videos you're interested rather than watch them all in sequence. 16 * **A WordPress Developer** - You can let GuidePress train your clients for you. Using GuidePress means that you spend less time explaining to your clients how to use WordPress. It also means that your clients learn at their own pace and will send you fewer support request emails. 17 17 18 18 You'll need a subscription to use this plugin. Simply create a [free GuidePress account](http://guidepress.net/wp-login.php?action=register "GuidePress Registration Screen") and you'll automatically get a lifetime free subscription. … … 74 74 == Changelog == 75 75 76 = 0.1.3 = 77 * 06/05/12 78 * Remove the redundant save changes button at the bottom of the settings page. 79 76 80 = 0.1.2 = 77 81 * 12/04/12
Note: See TracChangeset
for help on using the changeset viewer.