Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Rachel
Great to hear you figured it out!
Steven Zahm
Keymaster@ Frank
Sorry, I am not quite certain what you are asking for? Are you asking for exact search matching only?
Steven Zahm
Keymaster@ Brittany
I added a new filter,
cn_search_like_shortwordwhich you can hook into which should allow you to do what you want. Here’s the link to the changes I made. I also included an example filter in the inline code documentation. So, if you make these same changes and add the new filter, you should get the results you want without having to worry about making changes when applying updates.Hope that helps!
Steven Zahm
Keymaster@ bodyofwiz
Please see this FAQ, the “License Activated on Another Site” section.
After you follow the instruction make sure to activate the support license keys on the Connections : Settings admin page under the Licenses tab.
Hope that helps!
Steven Zahm
Keymaster@ Bill
Great news. I do wonder what could have cause the error. It it even happens again, let me know. I would like to take a first hand look to see what the cause is before deleting the entry.
I’m guessing you were able to view and edit the entry in the admin correct? If so, very odd it would cause an error one place and not the other.
Apologies for the trouble!
Steven Zahm
Keymaster@ Matteo
The edit entry link resides in the adminbar at the top of the screen when viewing the single entry profile page. It will be located to the right of the edit page link. It will not be at the bottom of the page.
If you have purchased and installed the Form extension you can also add a link to right above the entry to edit the entry right on the frontend. This setting is found on the Connections : Settings admin page under the Display tab in the Entry Actions section.
Hope that helps clarify where the edit links are.
Steven Zahm
Keymaster@ Marian
Can you give me some idea how you would envision how such a tool would function? I really appreciate any feedback you have time to give.
Steven Zahm
Keymaster@ Oleg
Technically yes but would require custom coding to implement. Sorry, no, there is no easy way or point and click way to require other fields at this time. Do you own a copy of Gravity Forms?
Steven Zahm
Keymaster@ Bill
Ok, let’s see if this can be isolated to a single entry on that page. Change the pagination to be 1 per page by adding
page_limit=1to the existing shortcode on the directory page. Navigate to the directory and then jump to page 40 which should be the Brothers Three entry. Click the next page link until you get the server error. Click the browser’s back button. Note the entry’s name. We now know the exact start of the error. What is it’s name? Find it on the Connections : Manage admin page and click the Unapprove link. Now, can you see the third directory page first removepage_limit=1from the shortcode?Steven Zahm
Keymaster@ Oleg
re: where can i find id or classes for name title, name prefix, and etc.?
You can always use the Chrome or Firefox console Inspection tool. Right click and select Inspect Element.
prefix id = cn-honorific_prefix
first name id = cn-first_name
middle name id = cn-middle_name
last name id = cn-last_name
suffix id = id cn-honorific_suffix
title id = cn-title
org id = cn-organization
dept id = cn-departmentHope that helps!
-
AuthorPosts
