Plugin Directory

Changeset 1441388


Ignore:
Timestamp:
06/21/2016 11:05:02 PM (10 years ago)
Author:
shah.neel
Message:

Updated readme.txt with more detailed description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • site-setup-wizard/trunk/readme.txt

    r1441029 r1441388  
    11=== Site Setup Wizard ===
    22Contributors: shahneel
    3 Tags: plugin, wordpress, site setup wizard, multisite site registration, site creation, wordpress
     3Tags: plugin, multisite, site, setup, wizard, site registration, site creation, create site, wp-signup
    44Requires at least: 4.0
    55Tested up to: 4.5.2
     
    99Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2V9UGN9L5547U&lc=US&item_name=Site%20Setup%20Wizard%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
    1010
     11Offers registered users flexibility to select site type, plugins, privacy and many other settings before creating a new site.
     12
    1113== Description ==
    1214
    13 Allows multisite registered users to create sites using pre selected features/settings in steps. This plugin can be used by placing a shortcode [site_setup_wizard] on any page. This plugin only works with subdirectory multisite install.
     15Site Setup Wizard plugin allows all your multisite registered users to be able to create new sites using different many options such as their site type, category, address, plugins they want to activate, privacy and many more in form of steps. It can be used by placing a shortcode [site_setup_wizard] on any page. Site category and addresses are seperated using a hyphen (-). For example in http://yourdomain.com/hr-benefits **hr is a site category** while **benefits is site address**. This helps in organizing sites effeciently.   
     16
     17Requires a wordpress multisite subdirectory install.
     18
     19= Users can select from the below options =
     20* Site Type
     21* Site Category
     22* Site Address
     23* Site Title
     24* Site Privacy
     25* Site Admin's Email (Only allows for a registered user's email address to be used while creating a site)
     26* Plugins to be activated
     27
     28= Current Features =
     29* Displays different Site Type and Site Category based on user role mapping if activated
     30* Integrates with WPMU Multisite Privacy Plugin to provide advanced privacy options
     31* Integrates with WPMU Pretty Plugins to provide categorization of Plugins
     32* Updates plugins list on installing/removing a plugin
     33* Bans users except super admins to be able to create sites with a site category as the complete site url
     34* Allows super admins to set banned site urls
     35* Allows super admins to create categories which do not need to have any prefixes in site address
     36* Provides Analytics of total sites created using this plugin based on the site type
     37* Allows users to resume Site Setup Wizard steps if they did not finish all steps
     38* Sends notification to users after creating a site
     39* Allows super admins to configure text displayed on all steps
     40* Allows super admins to decide whether user should be able to select privacy or not
     41
     42= Coming soon =
     43* Allow users to select Theme.
     44* A step in wizard to Add New Users to their site while creating it
     45* Option to map wordpress user role with Site Setup Wizard user roles
     46* Integrate with WPMU New Blog Template
     47* Register option with Site Type value on per site basis to display modify wordpress admin area based on their site type
     48
     49Please check Screenshots for more information.
     50
    1451
    1552== Installation ==
     
    4683
    4784Yes, it supports and has an option for you to enable under External Plugins, if you want to take advantage of WPMU Multisite Privacy Plugin.
     85
     86= How do I change the default Yellow color of buttons? =
     87
     88Please use CSS property to change button color for now. You can use class **.ssw-start-btn** and **.ssw-front-btn** to change color of button on all steps. For example using below CSS you can set all buttons to black color:
     89`.ssw-front-btn {
     90  background-color: #000 !important;
     91}
     92
     93.ssw-start-btn {
     94  background-color: #000 !important;
     95}`
     96
    4897
    4998= Does this plugin display a list of all available plugins to select while creating a site? =
Note: See TracChangeset for help on using the changeset viewer.