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!
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
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 .
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" ]');
?>
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 for user signup and user role.
You can chage some setting here.
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.
You can control view by user role.