BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,901 through 13,910 (of 15,332 total)
  • Author
    Posts
  • in reply to: Multiple Connections? #261177
    Steven Zahm
    Keymaster

    @ Jonathan

    Sorry, but I don’t understand the question.

    in reply to: Add to Address Book #261170
    Steven Zahm
    Keymaster

    @ Mark

    Add the following to the card.php file found here:
    ../wp-content/plugins/slim

    vcard(); ?>

    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']

    in reply to: CSV Import #261144
    Steven Zahm
    Keymaster

    1) 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, private or unlisted accordingly. When importing, map the visibility column to Visibility.

    6) Sure, I would recommend use the CSV Import as a base.

    in reply to: Map not showing #261142
    Steven Zahm
    Keymaster

    I tried logging in, but the password is being rejected.

    in reply to: Ability To Set Public / Private / Unlisted #261141
    Steven Zahm
    Keymaster

    @ Brian

    Yes. Create a column and name it “Visibility”. Populate the column accordingly using public, private or unlisted. When you map your import select “Visibility” from the drop down.

    in reply to: Connections Settings page error #261140
    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?

    in reply to: How to make a directory of existing wp-users? #261139
    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?

    in reply to: Changing Templates #261075
    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.

    in reply to: Map not showing #261074
    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/cmap

    Make 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.

    in reply to: more shortcodes on page #261073
    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.

Viewing 10 posts - 13,901 through 13,910 (of 15,332 total)