Changeset 2539260
- Timestamp:
- 05/29/2021 02:02:50 AM (5 years ago)
- Location:
- brads-entity-attribute-value-database
- Files:
-
- 2 edited
- 5 copied
-
tags/2.10/trunk (copied) (copied from brads-entity-attribute-value-database/trunk)
-
tags/2.10/trunk/entity-attribute-value-database.php (copied) (copied from brads-entity-attribute-value-database/trunk/entity-attribute-value-database.php)
-
tags/2.10/trunk/includes/admin_menu.php (copied) (copied from brads-entity-attribute-value-database/trunk/includes/admin_menu.php)
-
tags/2.10/trunk/includes/shortcodes.php (copied) (copied from brads-entity-attribute-value-database/trunk/includes/shortcodes.php)
-
tags/2.10/trunk/readme.txt (modified) (4 diffs)
-
tags/2.10/trunk/uninstall.php (copied) (copied from brads-entity-attribute-value-database/trunk/uninstall.php)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
brads-entity-attribute-value-database/tags/2.10/trunk/readme.txt
r2507801 r2539260 8 8 Requires at least: 5.6 9 9 Tested up to: 5.7 10 Stable tag: 2. 0911 Version: 2. 0910 Stable tag: 2.10 11 Version: 2.10 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 41 41 [eav_tbl table=tablenamehere] - currently this shows all the rows in for the table in the argument 42 42 - there is an additional option allowupd=y will allow the person to update the record 43 - also you can use flds=2,4,6 which will only show fields 2,4,6 - order must be low to high 43 44 [eav_add table=tablenamehere] - currently this allows you insert values into the table in the argument 44 45 … … 49 50 [eav_endadd] - this is the shortcode you use to close the form, you can only have 1 eav_startadd/eav_endadd combination 50 51 52 There are 2 demo apps that you can see how things are done 53 - Guest Registration, this will create a all the fields, records and a page which will show you how to create a data entry page 54 - Apache Log, this will install record,field that you can now use the apache shortcut to load apache web data 51 55 52 56 == Frequently Asked Questions == … … 80 84 81 85 == Changelog == 86 = v2.10 [5/28/2021] 87 * updated/fixed/add shortcuts 88 82 89 = v2.09 [4/1/2021] 83 90 * updated tags incorrect - still learning. -
brads-entity-attribute-value-database/trunk/readme.txt
r2507801 r2539260 8 8 Requires at least: 5.6 9 9 Tested up to: 5.7 10 Stable tag: 2. 0911 Version: 2. 0910 Stable tag: 2.10 11 Version: 2.10 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 41 41 [eav_tbl table=tablenamehere] - currently this shows all the rows in for the table in the argument 42 42 - there is an additional option allowupd=y will allow the person to update the record 43 - also you can use flds=2,4,6 which will only show fields 2,4,6 - order must be low to high 43 44 [eav_add table=tablenamehere] - currently this allows you insert values into the table in the argument 44 45 … … 49 50 [eav_endadd] - this is the shortcode you use to close the form, you can only have 1 eav_startadd/eav_endadd combination 50 51 52 There are 2 demo apps that you can see how things are done 53 - Guest Registration, this will create a all the fields, records and a page which will show you how to create a data entry page 54 - Apache Log, this will install record,field that you can now use the apache shortcut to load apache web data 51 55 52 56 == Frequently Asked Questions == … … 80 84 81 85 == Changelog == 86 = v2.10 [5/28/2021] 87 * updated/fixed/add shortcuts 88 82 89 = v2.09 [4/1/2021] 83 90 * updated tags incorrect - still learning.
Note: See TracChangeset
for help on using the changeset viewer.