BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,251 through 14,260 (of 15,332 total)
  • Author
    Posts
  • in reply to: category display #258046
    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=open

    Here’s the direct link:
    https://github.com/shazahm1/Connections/issues/74

    And related:
    https://github.com/shazahm1/Connections/issues/32

    If 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.

    in reply to: field titles #258042
    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.

    in reply to: field titles #258033
    Steven Zahm
    Keymaster

    @ Josh Taylor

    Personally, I have not used the plugin, but the correct domain for Form is ‘connections_form’.

    in reply to: Submission with image fails #258030
    Steven Zahm
    Keymaster

    @ Josh Taylor

    No problem.

    in reply to: Installation Errors #257912
    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.

    in reply to: Making photo and logo both show up #257856
    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.

    in reply to: Category Dropdown and Category Widget #257851
    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.

    in reply to: Category Multi-Select #257847
    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;
    }
    
    in reply to: Premium Templates Don't show up in the plugin #257814
    Steven Zahm
    Keymaster

    @ David Wynn

    Good to hear that fixed it up for you.

Viewing 10 posts - 14,251 through 14,260 (of 15,332 total)