Plugin Directory

Changeset 120947


Ignore:
Timestamp:
05/27/2009 10:03:44 PM (17 years ago)
Author:
php4ever
Message:
 
Location:
wp-guides
Files:
65 added
47 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-guides/trunk/readme.txt

    r91222 r120947  
    55Requires at least: 2.6+
    66Tested up to: 2.7
    7 Stable tag: 0.9.6
     7Stable tag: 0.9.7
    88
    99WP Guides ( WP Blog Tutorials ) was developed to provide a very simple means for adding instructional and or document support to the admin panel of WordPress.
    1010
    1111== Description ==
    12 
    1312WP Guides developed to be used in projects where we needed to distribute instructional guides, documents, tutorials, and also Style Guides for ease of management of the site.  We have applied many variants of the guide to industries such as Real Estate and Automotive and dozens of other types of industries and blogger sites.
    1413
     
    27261. Upload folders containing your documents, guides and other media elements to the /wp-guides/tutorials/ directory.  If you name your folder My Cool Documents, the category instance in WordPress will be titled the same.  It is important to NEVER upload any type of executable file like .php, .exe, .asp and so on.  By default any file ending in .php no be active in the actual documents available but can still be parsed if the name and path are known to anyone so its NOT a good idea to add those types of files to your folders.
    2827
     28== IMPORTANT UPDATES ==
     291. Fixed the bug with file types
     301. Fixed the bug with the JavaScript POPUP window.
     311. Removed DEMO Files in preparation for remote folder option.
    2932
    3033== Frequently Asked Questions ==
  • wp-guides/trunk/wp-guides.php

    r91222 r120947  
    55Description: <strong>WordPress Guide and Document Distribution Solution</strong>  <p>This tool was developed to provide end users, publishers, webmasters and other WordPress professionals a way of distributing tutorials, documents and company related information in an easy to manage user interface. By default there is only a small selection of tutorials available in the plugin. For additional tutorials please visit the project site. </p>
    66Author: Jared Ritchey
    7 Version: 0.9.6
     7Version: 0.9.7
    88Author URI: http://www.jaredritchey.com
    99
    10     Copyright 10/03/08 - 2009  Jared_Ritchey  (email : jared@thebrokersedge.com)
     10    Copyright 10/03/08 - 2009  Jared_Ritchey  (email : jared@jaredritchey.com)
    1111    This program is free software in accordance with the GNU/GPL
    1212   
     
    1818*/
    1919
    20 $wpguides = '0.9.6';
     20$wpguides = '0.9.7';
    2121
    2222//////////////////////[Designer Support Details]//////////////////////
     
    4646//use the hook so when the admin_menu is loaded, to run some_function
    4747add_action('admin_menu', 'show_wp_guides_option');
    48 
    4948function show_wp_guides_option() {
    5049    if (function_exists('add_options_page')) {
Note: See TracChangeset for help on using the changeset viewer.