BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,161 through 13,170 (of 15,332 total)
  • Author
    Posts
  • in reply to: Default template – re-order phone number block #267678
    Steven Zahm
    Keymaster

    If you have a moment; I would truly appreciate a review. They do make a difference. Many thanks in advance!

    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Also having problem linking users #267631
    Steven Zahm
    Keymaster

    @ Lesley

    Honestly, I’m not sure where to start… so please bear with me…

    You have a multisite setup; Connections can be setup to run either in multisite mode or single site mode on multisite. Which do you want? To help you decide, here’s the difference.

    multisite mode is the default when on a multisite WordPress. You activate Connections on each subsite where you want to run Connections. Do not activate network wide; doesn’t work. Each subsite will then have its own database of entries in Connections isolated from the other subsites.

    single site mode in multisite is; you activate Connections the primary site and on each subsite where you want to run Connections. Do not activate network wide; doesn’t work. Each subsite where Connections is activated will use the entries entered on the primary site.

    If I were to guess, you want single site mode on multisite. If that is the case you need to add the following to your wp-config.php file:

    define( 'CN_MULTISITE_ENABLED', FALSE );

    Now, this, just might, break the images. That really depends on how your multisite is setup. The fix would to move the entire connection_images folder to the correct wp-content folder. You can determine that by looking at the value for the CN_IMAGE_PATH on the System widget on the Connections : Settings admin page on the primary site.

    Hopefully you head is not spinning…

    Now, what I honestly do not know is if Connections is in single site mode on multisite WP, will the entries be linked to users on a subsite when they log in on the subsite.

    What I do know, when Connections is in multisite mode on multisite WP, when the user logs in primary site where you have Connections activated, it will link the user. However, if the same user logs into a subsite, first, when they have accounts in both the primary and subsite, they will not be linked. And that makes sense because there is not actually an entry to link to in the subsite because it only exists in the primary site. This makes sense because each subsite would have its own Connections db and it would search the subsite db and not the primary or any other subsite for a link.

    Does this make sense?

    in reply to: Image in bio #267629
    Steven Zahm
    Keymaster

    @ JohnO

    Just added it to my list. Thanks for the idea!

    in reply to: Default template – re-order phone number block #267623
    Steven Zahm
    Keymaster

    @ Paul

    I had to look at the code for the CSV Import… but I fairly certain the only way to do thi is to edit the CSV Import to import the work phone before the home phone.

    Look for this line in the csv.php file found here:
    ../wp-content/plugins/connections-csv/submenu/

    $phoneNumberMap = array('homephone' => 'home', 'homefax' => 'home_fax', 'workphone' => 'work', 'workfax' => 'work_fax', 'cellphone' => 'mobile');
    

    And change it to this:

    $phoneNumberMap = array('workphone' => 'work', 'workfax' => 'work_fax', 'homephone' => 'home', 'homefax' => 'home_fax', 'cellphone' => 'mobile');
    
    in reply to: Images won't display #267616
    Steven Zahm
    Keymaster

    @ Jessica

    I went to the site you listed when posting, I see the image for Identified. Is the issue resolved?

    in reply to: Changing "Show Bio" Text #267599
    Steven Zahm
    Keymaster

    @ gbartram22

    I suggest updating to cMap 3.0.x which is a free update that can be downloaded from your Purchase History. Either way, take a look at these doc pages, they have the instructions on how to change those strings.

    http://connections-pro.com/documentation/template/cmap/option/str_bio_show/
    http://connections-pro.com/documentation/template/cmap/option/str_bio_hide/
    http://connections-pro.com/documentation/template/cmap/option/str_bio_head/

    Hope that helps.

    in reply to: Edit profile #267598
    Steven Zahm
    Keymaster

    @ Colin

    Apologies, I should have mentioned… you can send the details using the contact link at the bottom of the page.

    in reply to: Cannot find Import link for Connections CSV #267597
    Steven Zahm
    Keymaster

    @ christopher

    It could be you need to update the CSV Import to the latest version. A couple years ago I did change the way it hooks into Connections. I just resent your sales receipt that will have a link to the latest version. Let me know if you do not receive it.

    in reply to: Thumbnail/ Images size #267595
    Steven Zahm
    Keymaster

    @ Cori

    Because Excerpt requires a specific image in order to render correctly, it creates is own image dynamically. The only way to change the image size would be to edit the template card.php file and the css file so the new size will be accounted for. If this is something you feel comfortable doing, I can provide more detailed instructions. Let me know.

    in reply to: Image in bio #267594
    Steven Zahm
    Keymaster

    @ JohnO

    Sorry, no, not automatically. You could create the link manually and link to the full image.

Viewing 10 posts - 13,161 through 13,170 (of 15,332 total)