Skip to content

Instantly share code, notes, and snippets.

@bavamca
Created August 7, 2019 13:13
Show Gist options
  • Save bavamca/9d39cd239ab736dc46b57b32ff89ab4b to your computer and use it in GitHub Desktop.
Save bavamca/9d39cd239ab736dc46b57b32ff89ab4b to your computer and use it in GitHub Desktop.
NAB Membership Directory

NAB Membership Directory

System Requirements

  • Wordperss >=4.9
  • PHP >= 7.0
  • Database-to-Excel Wordpress Plugin

Installation Instruction

Step1:

		1.wp_pmdir_members.sql
		2.wp_pmdir_claims1.sql

First Import the above table into your database (as same as in which db are you using for your wordperss site)

Step2: - After importing the table into the Database no you can install the pagemonk-directory plugin into your wordpress site - Go to Admin Panel->Plugins-> Addnew , upload the plugin

	Need to upload below two plugins:
				 1.pagemonk-directory
				 2.database-to-excel

After upload these two plugins the directory list will show in admin dashboard you can navigate to Directory => Members

Admin Dashboard

Step3:(FYI)

if you don't want the existing plugin data you can delete all data from wp_pmdir_members.sql and wp_pmdir_claims1.sql ,

You can import new members details with CSV File, check the below sample CSV file for import New Member Detasils

  • sample CSV FIle To Upload New Members
  • if link not working Goto your Admin Dashboard after Navigate to - Directory => Tools -Then click -> Download Sample csv file for Import User Details(Bulk) you can get the sample import CSV File

For export members details Goto your Admin Dashboard after Navigate to - Directory => Tools - Then click Export Button after you will get the Member's list in Excel File .

**Video Tutorial ** - click here to watch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment