BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,791 through 9,800 (of 15,332 total)
  • Author
    Posts
  • in reply to: Conflict with Formidable Pro #308213
    Steven Zahm
    Keymaster

    @ Paul

    The open_basedir issue is being caused by your web hosts configuration. The solution I gave in this post will fix the issue.

    The specific files you’ll need to delete are:

    It is just a simple text file so it is safe to delete.
    ../wp-content/plugins/connections/templates/~README.txt/

    These are security related, used to prevent public access. It is a legacy folder that is no longer used, as of version 8.1, so they’re safe to delete.
    ../wp-content/connections_templates/.htaccess
    ../wp-content/connections_templates/index.php

    Steven Zahm
    Keymaster

    @ Nigel

    The text domain connections_form still exists an is used for translating the settings page text and the Form submission response message.

    The text domain for most of the fields and fieldset titles is connections because the fields are generated by Connections and not Form.

    Hope that helps.

    in reply to: I need the "Show Details" tab back, Steve #308175
    Steven Zahm
    Keymaster

    @ Joel

    Thanks for the review, truly appreciated!

    I was going to take a second look but the site seems to be down???

    in reply to: Date Feature #308172
    Steven Zahm
    Keymaster

    @ stephen

    Yes, this can be done. Here’s how…

    Install the Code Snippets plugin.

    Add a new snippet with the following code:

    function cn_add_date_types( $options ) {
    
        $options['bar_admission'] = 'Bar Admission';
        $options['partner'] = 'Partner';    
    
        return $options;
    }
    
    add_filter( 'cn_date_options', 'cn_add_date_types' );
    

    That should do the trick!

    If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Most Locations pointing to the same wrong location #308171
    Steven Zahm
    Keymaster

    @ Xavier

    Hmmm, so when its being read from the DB, so the DB is doing the localization conversion… or … maybe this:
    http://mark-story.com/posts/view/php-floats-localization-and-landmines

    I would really need the accesses I mentioned to figure this out for you.

    in reply to: Brilliant #308169
    Steven Zahm
    Keymaster

    @ Mark

    Thanks!

    Steven Zahm
    Keymaster

    @ John

    Sorry, no, there is no shortcode option for this. The best that can be done is create a custom template override file. If you know some basic PHP what you want to do is fairly simple. If you’re not, I can do it for a small fee. Let me know.

    If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference.
    https://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Issues with Moderating #308163
    Steven Zahm
    Keymaster

    @ Terri

    The most common reason I see for things like this is that there is that the results list is still being filtered. The drop downs below the approved and moderate links; make sure all three say “Show All…” and click the filter button.

    Does that resolve the issue?

    in reply to: Entry Type Organization, but not set #308162
    Steven Zahm
    Keymaster

    @ Olivier

    re: We are talking about organizations, not individuals. Yet the main contact in the association is very useful.
    If that is the case, then you want to map the first and last name fields to the contact first name and the contact last name fields.

    If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Changing menu titles in CMap #308160
    Steven Zahm
    Keymaster

    @ Paul

    If you’re trying to change the “show Bio” … then my instructions change a bit because that depends on the version you’re using.

    Versions >= 4.1:
    Use Say What? but since this is a template specific string you need to use the text domain cnt_cmap instead of connections.

    Versions <= 4.0:
    You need to use the shortcode options. Here’s an example shortcode:
    [connections str_bio_show='Business Info' str_bio_hide='Close Business Info' str_bio_head='Business Info']

    re: I stripped out all the html in the biographical text, updated and it still doesn’t work.
    HTML in the bio field is fine … you need to remove the HTML tags within and around the [connections] shortcode. If changing the shortcode options causes other issues with the shortcode, there is definitely HTML tags within it mucking things up for you. Remember, when working with shortcodes, no matter the plugin, always use the Text post editor and not the Visual post editor.

    Hope that helps!

Viewing 10 posts - 9,791 through 9,800 (of 15,332 total)