“Hospital & Doctor Directory” Documentation by “e-plugin.com” v1.0


“Hospital & Doctor Directory”

Created: 20/9/2015
By: e-plugin.com
Email: aktar567@gmail.com

Thank you for purchasing my plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thank you so much!


Table of Contents

  1. Active the Plugins
  2. After Instal
  3. Overriding templates
  4. Short Code | PHP Code
  5. Create A Package
  6. Settings
  7. User Roles
  8. View Control

A) Active the Plugins - top

Uploading in WordPress Dashboard

1. Download `hospital-doctor-listing.zip`
2. Navigate to the 'Add New' in the plugins dashboard
3. Navigate to the 'Upload' area
4. Select `hospital-doctor-directory.zip` from your computer
5. Click 'Install Now'
6. Activate the plugin in the Plugin dashboard

Using FTP

1. Download `hospital-doctor-listing.zip`
2. Extract the `hospital-doctor-directory` directory to your computer
3. Upload the `hospital-doctor-directory` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard
The WordPress codex contains [instructions on how to install a WordPress
plugin](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).


After Installation - top

1. After install the plugin reset your permalink  [ Settings->permalinks ].

2. Create Package for new user.

3. Create "Directories" categories

4. Set payment gateway and set payment gateways API keys


Overriding templates - top

The template files can be found within the /hospital-doctor-directory/template/ : Copy the template folder and paste into on your current theme folder and rename it as "hospitaldoctor".

Why Overriding templates: If you change any thing on the template file then it will will not affect on your change of the plugin next upgrade .

Short Code | PHP Code - top



Hospital Category List Short Code
Short Code : [hospital_categories]
PHP Code : <?php echo do_shortcode('[hospital_categories ]'); ?>


Doctor Category List Short Code
Short Code : [doctor_categories]
PHP Code : <?php echo do_shortcode('[doctor_categories ]'); ?>


Hospital Featured List Short Code
Short Code : [hospital_featured post_ids="22,26,48"]
PHP Code : <?php echo do_shortcode('[hospital_featured post_ids="22,26,48" ]'); ?>


Doctor Featured List Short Code
Short Code : [doctor_featured post_ids="22,26,48"]
PHP Code : <?php echo do_shortcode('[doctor_featured post_ids="22,26,48" ]'); ?>

Pricing Table
Short Code : [iv_directories_price_table]
PHP Code : <?php echo do_shortcode('[iv_directories_price_table ]'); ?>


Signup Form
Short Code : [iv_directories_form_wizard]
PHP Code : <?php echo do_shortcode('[iv_directories_form_wizard ]'); ?>


My Account
Short Code : [iv_directories_profile_template]
PHP Code : <?php echo do_shortcode('[iv_directories_profile_template ]'); ?>


Login
Short Code : [iv_directories_login]
PHP Code : <?php echo do_shortcode('[iv_directories_login ]'); ?>


Public Profile
Short Code : [iv_directories_profile_public]
PHP Code : <?php echo do_shortcode('[iv_directories_profile_public ]'); ?>


Create A Package - top

Create a package for user signup and user role.

Create  Package

Settings - top

You can chage some setting here.

setting

User Roles - top

User role "Basic" will create on the plugin activation. The "Basic" role has only file upoload privilege. For under the package user will get the package role [upload pic, add post, edit post]. After cancel or unsuccesful payment it will convert to "Basic" Role.

setting

View Control - top

You can control view by user role.

setting

Go To Table of Contents