Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.5.13
- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by
Steven Zahm.
-
AuthorPosts
-
03/31/2016 at 1:38 am #371126
Dan Carr
GuestI am a brand new WordPress user. I am attempting to completely redo a static website for a dog club (www.ponc.org) for which I used a WYSIWYG editor. I have installed WP on a different hosting service, have selected a Theme, installed some plug-ins and started entering content. I would like to use Directory to maintain the club membership directory which was previously a spreadsheet on someones PC. It appears that the Family option will allow us to enter humans as members and we can enter dogs as “Friends” of Families. So far so good. It looks like I can set up the Directory as private so only those logged in can see the contents. But now I have some questions:
With the proper extensions (FORM, LINK, ???), would a member that is logged in be able to add an entry for a dog “Family Member” and then attach that to their family? (since we don’t want our dogs playing on the internet) or would that require creating a WP profile for the dog?
–Can Directory be used to manage access to a set of member only pages of the site that will contain the directory as well as other non-public data? If not, do you have a recommendation for what plug-in works well in concert with Directory?
–I have installed the Hobbies plug-in and looking at the code, it appears I could change the heading to “Interests” and change the
list to reflect the items that we record by member.- List item
a. The first question, is there a way to query the “Hobby/Interest” data that would allow us to get a list of all those that have indicated an “interest” in a specific topic with my ultimate goal of being able to use that list with another plug-in (WP-Admin-Distribution List) to email notices regarding their area of interest.
- List item
b. The second question that I have; if I can use Hobby plug-in to achieve 3.a. above, is there a better way to modify the Hobbies plug-in descriptions?
- List item
c. And, as always, is there a smarter way to implement an email distribution list based on Directory entries and selection of “Interests” such as custom fields? The goal here is to require as little reentry of data as possible and reuse the data that we already have.
03/31/2016 at 11:33 am #371223Steven Zahm
Keymaster@ Dan
re: With the proper extensions (FORM, LINK, ???), would a member that is logged in be able to add an entry for a dog “Family Member” and then attach that to their family? (since we don’t want our dogs playing on the internet) or would that require creating a WP profile for the dog?
Sorry, but Form and Link do not support working with families. Right now this is for security reasons because if it were available any user could add any individual as a family member.
re: Can Directory be used to manage access to a set of member only pages of the site that will contain the directory as well as other non-public data? If not, do you have a recommendation for what plug-in works well in concert with Directory?
No, Connections does not manage site content access. You would need a membership plugin like Restrict Content Pro to manage site content access.
re: I have installed the Hobbies plug-in and looking at the code, it appears I could change the heading to “Interests” and change the
list to reflect the items that we record by member.Sure, with some PHP code you could hook into a filter to add or remove items from the available hobby choices.
re: The first question, is there a way to query the “Hobby/Interest” data that would allow us to get a list of all those that have indicated an “interest” in a specific topic with my ultimate goal of being able to use that list with another plug-in (WP-Admin-Distribution List) to email notices regarding their area of interest.
Yes, it would be able to craft a custom query to get the data. Though, to get at this data efficiently I believe you will need at least MySQL 5.7.8 because that data is JSON encoded in the entry meta table. If MySQL 5.7.8 is not available to you, it is possible to get at this data using regex queries but the they will not be very performant which may not really be an issue for your use case.
re: The second question that I have; if I can use Hobby plug-in to achieve 3.a. above, is there a better way to modify the Hobbies plug-in descriptions?
How do you mean?
re: And, as always, is there a smarter way to implement an email distribution list based on Directory entries and selection of “Interests” such as custom fields? The goal here is to require as little reentry of data as possible and reuse the data that we already have.
Perhaps an easier way would be to use categories. Create a top level named “Interests” and you desired interest option as children categories. You can then export the data from Connections as a CSV file, open it in Excel to create “filtered” CSV files which can then be imported into you mailing list (many support bulk importing of CSV files).
Hope that helps!
-
AuthorPosts
You must be logged in to reply to this topic.