BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,741 through 14,750 (of 15,332 total)
  • Author
    Posts
  • in reply to: Email addresses not displaying #253855
    Steven Zahm
    Keymaster

    @ Kim

    Add this to the theme’s function.php file:

    function  kim_gettext( $translated_text , $text , $domain )  {
        if ( $domain == 'connections' && $translated_text == 'Work Phone' ) {
            $translated_text = 'Phone';
        }
        if ( $domain == 'connections' && $translated_text == 'Personal Email' ) {
            $translated_text = 'Email';
        }
        return $translated_text;
    }
    
    add_filter( 'gettext', 'kim_gettext', 20, 3 ); 
    
    Steven Zahm
    Keymaster

    @ Nick Putman

    This doesn’t look related to Connections at all. I’m guessing you’ll have this same issue even with Connections deactivated.

    in reply to: Yelp Integration in cMap? #253851
    Steven Zahm
    Keymaster

    @ Kent Eimers

    For security reasons, javascript is stripped out of the bio and notes fields. Those same fields, however, do support shortcodes. So, if you can find a plugin that can display Yelp ratings using a shortcode, that should work.

    I have added this to my feature request list … I can definitely see value in providing a integrated solution for this functionality.

    in reply to: "Add to addressbook" on cmap single shortcode #253850
    Steven Zahm
    Keymaster

    @ Yani Ruiz

    You want to edit the template.php file found here:
    ../wp-content/connections_templates/cmap

    Put this code in the template where you want the vcard download link to appear:

    vcard(); ?>
    

    Save the file and upload it overwriting the original.

    in reply to: Simplest way to upload files and add links to them #253847
    Steven Zahm
    Keymaster

    @ nickharambee

    Sorry, for the short answer, but no. The only way to link to files is to put the link into the bio or notes fields.

    in reply to: How to insert search #253846
    Steven Zahm
    Keymaster

    Not presently, but this is on my to do list to come up and release a solution for those looking for this type of functionality.

    in reply to: Expert to Title Plus #253845
    Steven Zahm
    Keymaster

    @ towanna

    If you require a bio, Tile Plus is not the correct template because the layout doesn’t support it, but it would meet the rest of you requirements, you would just have to turn on the social media icons by adding this to the current shortcode: show_social_media=FALSE

    in reply to: Still the pagination is incorrect #253844
    Steven Zahm
    Keymaster

    @ Foaad

    Yes, this is still an option issue that is being worked on.

    in reply to: CSV Import: End of import after 34 lines #253843
    Steven Zahm
    Keymaster

    @ Christain Gutknecht

    I’ll be pushing out an update today for Connections that’ll fix the message error.

    Here’s a FAQ that outline solutions to only a portion of the import from occuring:

    Why is only a portion of the CSV file is being imported?

    in reply to: Only name displaying #253841
    Steven Zahm
    Keymaster

    @ Dave Murphy

    Do you have a link to share so that I can see the issue you’re experiencing?

Viewing 10 posts - 14,741 through 14,750 (of 15,332 total)