Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Mitch
Nothing built in. On the to do list for 0.7.8
https://github.com/shazahm1/Connections/issues?milestone=3&page=1&state=openHere’s the direct link:
https://github.com/shazahm1/Connections/issues/74And related:
https://github.com/shazahm1/Connections/issues/32If you have any thoughts on to how the page title should be altered for categories and the entry page [that link when you click an entry name], I’m all ears. I know it needs done but I have thought to much on implementation yet. Think big … because this will also have to be extended o zip codes, cities, states, orgs and departments.
Steven Zahm
Keymaster@ Josh Taylor
That looks right. Here’s the code that I just tested and it worked for me:
function josh_gettext( $translated_text , $text , $domain ) { if ( $domain == 'connections_form' && $translated_text == 'Department' ) { $translated_text = 'Position'; } return $translated_text; } add_filter( 'gettext', 'josh_gettext', 20, 3 );We are talking about Form, right?
Steven Zahm
Keymaster@ Tom
FULLTEXT search is already supported by Connections, but because there are a large number of hosts that do not allow this do to the increase MySQL load the simple keyword search is enabled by default too. YOu can turn this off and that should help with the search results.
Go to the Connections : Settings admin page, click the Search tab. Here you can disable the keyword search and configure which fields should be queried.
Hope that helps.
Steven Zahm
Keymaster@ Josh Taylor
Personally, I have not used the plugin, but the correct domain for Form is ‘connections_form’.
Steven Zahm
Keymaster@ Josh Taylor
No problem.
Steven Zahm
Keymaster@ Paul Helm
You server permission are preventing Connections from automatically setting the permission on these folders so you have to set them manually. They should be set to 0755. If that does not work, try 0767.
Steven Zahm
Keymaster@ James
Edit the page where you inserted the shortcode for Form. Switch the editor the the Text tab remove the quotes from around the logo and messenger options and retype them. They’re fancy quotes that were picked up from copy/pasting the options from the website. The fancy quotes break the shortcode options.
Steven Zahm
Keymaster@ Emily
Ok, I found and fixed a couple bugs in the templating system in Connections and a small bug in cMap. I’m going to try and get updates to both pushed out over this weekend.
Steven Zahm
Keymaster@ Heather
Sorry, but there is no auto refresh, you have to click submit. If you make different selections and then submit, it does search using the new selections and not the previous ones.
You can hide the no results message using CSS:
.cn-list-no-results { display: none; }Steven Zahm
Keymaster@ David Wynn
Good to hear that fixed it up for you.
-
AuthorPosts
