WP-Plugins/glm-member-db-fields.git
8 years agoAdding a filter to retrieve a particular attribute
Laury GvR [Mon, 10 Apr 2017 17:08:07 +0000 (13:08 -0400)]
Adding a filter to retrieve a particular attribute

Added a filter to fronthooks so that the theme can apply_filter to
get a given attribute. This was done so Brewbakers could get the
Year of a certain member.

8 years agochanging the view layout for grid
Anthony Talarico [Mon, 10 Apr 2017 15:10:45 +0000 (11:10 -0400)]
changing the view layout for grid

8 years agoUpdate the query for the custom fields
Steve Sutton [Fri, 7 Apr 2017 21:42:26 +0000 (17:42 -0400)]
Update the query for the custom fields

use get_var in some places to simplify the queries.

8 years agousing steve's inner join to get the member type name instead of 2 queries
Anthony Talarico [Fri, 7 Apr 2017 21:04:49 +0000 (17:04 -0400)]
using steve's inner join to get the member type name instead of 2 queries

8 years agoAdd another where part for the member type query.
Steve Sutton [Fri, 7 Apr 2017 21:02:29 +0000 (17:02 -0400)]
Add another where part for the member type query.

To get only those that match both tables.

8 years agoUpdate query to get member type
Steve Sutton [Fri, 7 Apr 2017 20:54:44 +0000 (16:54 -0400)]
Update query to get member type

using join for members and member_type

8 years agoadding member type checking in the list view
Anthony Talarico [Fri, 7 Apr 2017 20:41:20 +0000 (16:41 -0400)]
adding member type checking in the list view

8 years agoAdding a header and container for the specifications data on the detail page
Laury GvR [Fri, 7 Apr 2017 20:03:38 +0000 (16:03 -0400)]
Adding a header and container for the specifications data on the detail page

8 years agochanging the detail view output of the field name from slug to nice print
Anthony Talarico [Fri, 7 Apr 2017 19:46:53 +0000 (15:46 -0400)]
changing the detail view output of the field name from slug to nice print

8 years agoadding strike through for detail view prices
Anthony Talarico [Fri, 7 Apr 2017 19:36:03 +0000 (15:36 -0400)]
adding strike through for detail view prices

8 years agoadding strike through checking in list view
Anthony Talarico [Fri, 7 Apr 2017 19:31:16 +0000 (15:31 -0400)]
adding strike through checking in list view

8 years agoadding the list and detail view array to include slugs to make targeting the field...
Anthony Talarico [Fri, 7 Apr 2017 18:39:43 +0000 (14:39 -0400)]
adding the list and detail view array to include slugs to make targeting the field names
easier in the templates

8 years agoremoving references to the events data from the front hooks filters
Anthony Talarico [Thu, 6 Apr 2017 20:42:12 +0000 (16:42 -0400)]
removing references to the events data from the front hooks filters

8 years agosplitting the list and detail views to make the filter application in both the detail...
Anthony Talarico [Thu, 6 Apr 2017 20:40:30 +0000 (16:40 -0400)]
splitting the list and detail views to make the filter application in both the detail and list pages
more simple

8 years agoadding models, views and shortcode to add the custon fields data to the member detail...
Anthony Talarico [Thu, 6 Apr 2017 20:13:29 +0000 (16:13 -0400)]
adding models, views and shortcode to add the custon fields data to the member detail page

8 years agoAdd wp_editor and deal with formats
Steve Sutton [Wed, 29 Mar 2017 14:18:00 +0000 (10:18 -0400)]
Add wp_editor and deal with formats

Format text when adding into database.
Format text when using for value in input field.

8 years agoSetup the textarea custom fields as wp editor
Steve Sutton [Wed, 29 Mar 2017 12:16:12 +0000 (08:16 -0400)]
Setup the textarea custom fields as wp editor

use wp_editor function like the one used for the description for the
members.

8 years agoUpdate filters for when no custom field plugin is there
Steve Sutton [Tue, 28 Mar 2017 19:49:15 +0000 (15:49 -0400)]
Update filters for when no custom field plugin is there

Redoing the filters so if there's no field plugin then they don't output
anything.

8 years agoUpdate custom fields for saving custom field data
Steve Sutton [Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)]
Update custom fields for saving custom field data

Custom field plugin now will create custom fields with three types:
text, textarea, and checkbox.
All field data stores into text fields.

8 years agofirst sources
Steve Sutton [Wed, 22 Mar 2017 15:15:37 +0000 (11:15 -0400)]
first sources