Easy_Prayer Readme:
Easy_Prayer Readme:
Styling for [easy_prayer_requests]
If you would to style the information from [easy_prayer_requests], all elements outputted by the short code have unqiue ids
- <div id='easy_prayer'>
- <span id='fname'> FIRST NAME </span>
- <span id='lname'> LAST NAME </span>
- <div id='request'> REQUEST </span> </div>
- </div>
Database Structure:
If you would like to query this data yourself, the $wpdb functinos will work to extract the data
- easy_prayer_requests
columns
- id : Primary Key
- date : Text, uses database's clock/li>
- fname : Text
- lname : Text
- request : Text
- email : Text
- location : Text
- status : Text, 0 = unapproved, 1 = approved, 2 = trash
- category : Text, Foreign Key for easy_prayer_categories
- ip : Text, submitters ip; defaults to 0.0.0.0, which will default to status=0 unless the request is created from the admin panel
- easy_prayer_categories
columns
- id : Primary Key
- name : Text
- status : Text, 0 = unapproved, 1 = approved, 2 = trash
- easy_prayer_settings, currently only contains settings for ip auto approval which defaults to being on
columns
- id : Primary Key
- name : Text
- status : Text, 0 = unapproved, 1 = approved, 2 = trash