BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,881 through 14,890 (of 15,332 total)
  • Author
    Posts
  • 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.

    Steven Zahm
    Keymaster

    @ Jeff Foutch

    Which version were you upgrading from? Are you perhaps running a caching plugin such as Super Cache or W3TC?

    in reply to: Search by location/geography? #252524
    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.

    in reply to: Manage list is empty after upgrade to 0.7.3.6 #252520
    Steven Zahm
    Keymaster

    @ Aaron Silver

    Done!

    in reply to: Advanced Search? #252515
    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.

    in reply to: Showing City entries #252514
    Steven Zahm
    Keymaster

    @ Imad

    Sorry, no, not presently.

    in reply to: Cannot Add Entries #252513
    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].

    in reply to: Page location #252512
    Steven Zahm
    Keymaster

    @ py

    Is this question regards to a particular template?

    in reply to: UK Spelling #252511
    Steven Zahm
    Keymaster

    @ Rupert Trigg

    The 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 );
    
    in reply to: roles #252510
    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.

Viewing 10 posts - 14,881 through 14,890 (of 15,332 total)