Plugin Directory

Changeset 691283


Ignore:
Timestamp:
04/03/2013 05:25:56 PM (13 years ago)
Author:
william.deangelis
Message:

Making a minor modification to put the membership buttons on the third row instead of the 1st.

Location:
membership-simplified-for-oap-members-only/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • membership-simplified-for-oap-members-only/trunk/functions.php

    r638197 r691283  
    28462846    add_filter('mce_external_plugins', 'add_ppshortcode_plugin');
    28472847
    2848     add_filter('mce_buttons', 'register_button');
     2848    add_filter('mce_buttons_3', 'register_button');
    28492849
    28502850    }
  • membership-simplified-for-oap-members-only/trunk/oapmembership.php

    r638197 r691283  
    55Description: Membership Simplified allows you to generate membership lessons with templated content to create a unified look and feel throughout your courses. It also provides the inner workings such as navigation options, a login widget, and tinymce buttons to use when protecting any post or page content. Additionally, it sits on top of PilotPress, thus allowing you to use videos from the video manager, downloadable files from the file manager, and much more. Super easy to setup and manage! (Requires an OfficeAutopilot account and PilotPress installed)
    66Author: William DeAngelis of OfficeAutopilot
    7 Version: Beta 1.30
    8 Release date: 11/27/2012
     7Version: Beta 1.31
     8Release date: 4/3/2013
    99Author URI: http://membership.officeautopilot.com
    1010*/
  • membership-simplified-for-oap-members-only/trunk/readme.txt

    r638197 r691283  
    5050
    5151== Changelog ==
     52
     53= Beta 1.31 =
     54* Minor change adding shortcode buttons to the third row of the tinymce editor
     55
    5256
    5357= Beta 1.30 =
Note: See TracChangeset for help on using the changeset viewer.