Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterIf 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
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_imagesfolder to the correctwp-contentfolder. You can determine that by looking at the value for theCN_IMAGE_PATHon 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?
Steven Zahm
Keymaster@ JohnO
Just added it to my list. Thanks for the idea!
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.phpfile 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');Steven Zahm
Keymaster@ Jessica
I went to the site you listed when posting, I see the image for Identified. Is the issue resolved?
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.
Steven Zahm
Keymaster@ Colin
Apologies, I should have mentioned… you can send the details using the contact link at the bottom of the page.
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.
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.phpfile 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.Steven Zahm
Keymaster@ JohnO
Sorry, no, not automatically. You could create the link manually and link to the full image.
-
AuthorPosts
