Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Jonathan
Sorry, but I don’t understand the question.
Steven Zahm
Keymaster@ Mark
Add the following to the card.php file found here:
../wp-content/plugins/slimvcard(); ?>
To disable search and the category drop down can be done by simply setting a couple shortcode options that Slim Plus enables. Like so:
[connections enable_category_select='FALSE' enable_search='FALSE']Steven Zahm
Keymaster1) The character encoding is handled correctly, it’s the browser that messes them up. I have a rough alpha version that skips the step after mapping I can give you.
2) Sorry, no. The mapping step needs to be generic in order to be able to handle the unknown input of the CSV file. Many of the column headers names can be auto mapped though. Do you have control over the CSV headers?
3) You could use phpMyAdmin or similar tool and empty the tables prior to import.
4) Sorry, no. I may investigate the possibility after Connections has been migrated to use the WP Media Library.
5) Yes. create a column in your CSV files named “Visibility”. Populate the column using
public,privateorunlistedaccordingly. When importing, map the visibility column to Visibility.6) Sure, I would recommend use the CSV Import as a base.
Steven Zahm
KeymasterI tried logging in, but the password is being rejected.
Steven Zahm
Keymaster@ Brian
Yes. Create a column and name it “Visibility”. Populate the column accordingly using
public,privateorunlisted. When you map your import select “Visibility” from the drop down.Steven Zahm
Keymaster@ MElinda
Which version of Connections are you running? Can you paste the contents of the System widget on the Connections : Dashboard admin page here?
Steven Zahm
Keymaster@ Martin
Link does not do bulk importing. When a user logs on, if a user has a matching email address with an entry in Connections then that entry in Connections is linked to that user which allows them to maintain that entry.
Link will not alter a user’s role or change any categories that were assigned to their entry in Connections, so any role the user was setup with and any categories assigned to the entry will not be changed. Does that answer your second question?
Steven Zahm
Keymaster@ William
You can’t change change a template per category, sorry.
You can have a different template for individual or organizations, but not in the same result list. You need to use the list_type shortcode option to separate out individuals and organizations into two separate lists. Hope that helps.
Steven Zahm
Keymaster@ Kevin
The maps not showing is just about always because there is a bug in the theme or another plugin. If you share a link to your directory, I’ll take a look.
Currently no template for Connections supports searching/filtering by character. That feature will come later this summer. What it does support is jumping to the character clicked only if that character is on the current page of results. Hope that makes sense.
The CSS files for cMap can be found here:
../wp-content/plugins/cmapMake you edits to the cmap.css file and then update the minified version; cmap.min.css. If you do not update the minified version, you will not see any changes you’ve made.
Steven Zahm
Keymaster@ peekaa
There was a bug with category_in in which it would return all results as you’re experiencing. This was fixed in 0.7.6.6.
-
AuthorPosts
