Forum Replies Created
-
AuthorPosts
-
02/28/2013 at 7:59 am in reply to: logged in users (except admin) cannot view their front-end entries #252545
Steven Zahm
Keymaster@ Jeff Foutch
You have to empty the page cache. Deactivating cache plugins generally does not empty the page and remove the rewrite rules they add to the htaccess file. Let me know the result.
02/27/2013 at 9:19 pm in reply to: logged in users (except admin) cannot view their front-end entries #252525Steven Zahm
Keymaster@ Jeff Foutch
Which version were you upgrading from? Are you perhaps running a caching plugin such as Super Cache or W3TC?
Steven Zahm
Keymaster@ Bet
I’ not certain of which site you’re speaking of specifically from the cMap page, but all of them are just using categories. Location based searches are actually baked in the core of Connections it just hasn’t been exposed in any meaningful way, yet.
Steven Zahm
Keymaster@ Aaron Silver
Done!
Steven Zahm
Keymaster@ Casey
Search is enabled in a few select templates such as cMap, Market and Tile Plus. There is also the Widget Pack which comes with a search widget that can be placed in the theme’s sidebar. If you want to get a feel for the search results there is search on the Connections : Manage admin page.
Hope that helps.
Steven Zahm
Keymaster@ Imad
Sorry, no, not presently.
Steven Zahm
Keymaster@ Ray
On the blog that it is giving an error, can you try deactivating and reactivating Connections on the sub-site [not the network].
Steven Zahm
Keymaster@ py
Is this question regards to a particular template?
Steven Zahm
KeymasterThe following tidbit should do it. Drop it in the theme’s functions.php file.
function trigg_gettext( $translated_text , $text , $domain ) { if ( $domain == 'connections' && $translated_text == 'Organization' ) { $translated_text = 'Organisation'; } return $translated_text; } add_filter( 'gettext', 'trigg_gettext', 20, 3 );Steven Zahm
Keymaster@ Steve Redshaw
Right now, that needs to be done by the admin or user w/ manage capabilities. But I definitely need to include a way for the user to remove their own info.
-
AuthorPosts
