BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,441 through 10,450 (of 15,332 total)
  • Author
    Posts
  • in reply to: using str_xxxx in v2.0.2 #300875
    Steven Zahm
    Keymaster

    @ Ted

    Great to hear this solved the issue for you, again, sorry for the trouble!

    If 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: vCard Import Error #300874
    Steven Zahm
    Keymaster

    @ Kasper

    Not having a Mac makes this impossible for me to track down as to why… I don’t think I would have ever thought of changing the file extension and I have no clue why changing it would matter. If you have moment, could you try something for me?

    If the connections.php file where you change the file ext, can you change the entire header section to this:

    header( 'Content-Description: File Transfer');
    header( 'Content-Type: application/octet-stream' );
    header( 'Content-Disposition: attachment; filename=' . $filename . '.vcf' );
    header( 'Content-Length: ' . strlen( $data ) );
    header( 'Pragma: public' );
    header( "Pragma: no-cache" );
    //header( "Expires: 0" );
    header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
    header( 'Cache-Control: private' );
    // header( 'Connection: close' );
    ob_clean();
    flush();
    
    echo $data;
    exit;

    And then in the class.entry-vcard.php file, change line 317 to this:

    $this->card .= "END:VCARD";
    

    Let me know if this solves the issue.

    in reply to: The form is not working #300870
    Steven Zahm
    Keymaster

    Which version of everything Connections and its extensions and templates are you running?

    Also, can you please share a link to the page with the issue so I can take a look?

    in reply to: Pro Pack no longer goes by WordPress Update #300869
    Steven Zahm
    Keymaster

    @ Guido

    Yes, I am aware that WP changed TinyMCE and Connections was updated and brought into alignment back on June 2nd/6th with versions 0.8.10 and 0.8.11.

    Connections 0.8.14 is the most recent and compatible with WP 3.9.2.

    Although it may be possible that there is some bug in Connections which is only affecting your setup. It is still more likely that the source of the error is being caused by another plugin even if that may seem unlikely. Other plugins, if not update date such as TinyMCE Advanced, Mail Poet and Advanced Custom Fields can cause this error on other pages. That is why I suggested deactivating all other plugins, so that possibility can be eliminated. It is part of troubleshooting the issue.

    Another quick question, what other Connections extensions and templates do you have installed and what version numbers? Form and/or Link specifically. I’m fairly certain they can not cause the error in the dashboard but I’d like to establish that you have the latest versions installed to eliminate them as a possibility.

    in reply to: using str_xxxx in v2.0.2 #300867
    Steven Zahm
    Keymaster

    @ Ted

    Sorry, looks like during the rewrite I missed adding those options back in. But there is a better way of doing it now. See this QuickTip for the details.

    in reply to: customize single page directory #300786
    Steven Zahm
    Keymaster

    @ Cédric

    I forgot to add…

    If 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: customize single page directory #300785
    Steven Zahm
    Keymaster

    @ Cédric

    You have two options. One is to add show_link='true' to the shortcode. If you use this method, the links will show on both the ‘card.phpand the 'card-single.php. If you only wish them to be displayed on the card-single.php change this line:

    if ( $atts['show_links'] ) $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => $atts['link_types'] ) );
    

    to this:

    $entry->getLinkBlock( array( 'format' => $atts['link_format'], 'type' => $atts['link_types'] ) );
    

    That’ll do the trick.

    in reply to: Image and display #300783
    Steven Zahm
    Keymaster

    @ Connie

    The icon you are seeing is for the delicious social network. Edit the entry, go to the Social Networks metabox (section) and change the social network types in the drop down accordingly, one for Twitter, the other for Facebook.

    I hope that helps!

    in reply to: Duplicate content #300779
    Steven Zahm
    Keymaster

    @ morris

    I just looked at the site … it does dominate the page, so it could count but I’m no SEO expert.

    in reply to: Duplicate content #300778
    Steven Zahm
    Keymaster

    @ morris

    I do not know exactly what would be considered duplicate content. I guess that would depend how much of the page content the disclaimer is compared to the rest of the page content.

Viewing 10 posts - 10,441 through 10,450 (of 15,332 total)