Linux 软件免费装

uTestDrive

开发者 boospot
raoabid491
更新时间 2020年2月4日 19:10
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.3
版权: GPL-2.0+
版权网址: 版权信息

标签

network multisite test drive test drive plugin plugin author theme author demo setup

下载

详情介绍:

Attention How it Works?
  1. Install and activate plugin on main site and:
  2. Verify default settings for Test Site Expiry (default 48 hours) and test drive user role
  3. Network activate the plugin or themes you want to create test drive for.
  4. Add shortcode [utd_reg_form] on main site. where user can provide their name and email
  5. On form submit, test site is created for the user and credentials sent to the email provided.
Heads up
  1. Test drive user and Test drive site created in step 3 , auto deletes after the expiry of stipulated period.
  2. Plugin does not save any data for test drive user or site, if you need to have a list of users who created the test drive site, please install flamingo. (works out of box, just activate the plugin and all users registered will be saved) Credits
  3. Thanks to excellent article by John Turner at SeedProd
  4. Demo import functionality with the help of excellent plugin One Click Demo Import

安装:

Automatic Plugin Installation
  1. Log in to your WordPress Site dashboard.
  2. Go to “Plugins -> Add New”
  3. Search for “uTestDrive”.
  4. Check the Author is “BooSpot”
  5. Click to “Install Now” when you find the plugin.
  6. Activate the plugin by clicking “Activate”.
Manual Plugin Installation
  1. Download your WordPress Plugin to your desktop.
  2. If downloaded as a zip archive, extract the Plugin folder to your desktop.
  3. Read through the “readme” file thoroughly to ensure you follow the installation instructions.
  4. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  5. Go to Plugins screen and find the newly uploaded Plugin in the list.
  6. Click Activate to activate it.
For more details, read: https://codex.wordpress.org/Managing_Plugins

屏幕截图:

  • Settings Page

升级注意事项:

Initial release, no upgrade notes yet.

常见问题:

Minimum Requirements?

This plugin is intended for Multisite installation with php 5.6+ and WordPress 4.7+

Shortcode to display form

[utd_reg_form]

Styling of Form

plugin does not load any css or styling, just provide css classes in the form elements. please style as per your requirements. Don't want to super-impose my design taste to others. However, if you want it to style response messages like Bootstrap alert messages, yu may use following css: .utd-response-cont .success { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; color: #155724; background-color: #d4edda; } .utd-response-cont .error { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #f5c6cb; border-radius: .25rem; color: #721c24; background-color: #f8d7da; }

Is plugin translation ready

Yes, plugin is translation ready

Does it work with sub-domain and sub-directory setup of multisite network

Yes, it works with both

What shall be path of test drive site created

test drive site slug shall be the created from user email as base to avoid conflicts in sub-domain names

Does it have Github Repo?

Yes, You may browse it here: https://github.com/boospot/utestdrive

更新日志:

1.1.0 1.0.1 1.0.0 Initial Release of plugin