BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 6,231 through 6,240 (of 15,332 total)
  • Author
    Posts
  • in reply to: Some Feature Suggestions #367373
    Steven Zahm
    Keymaster

    @ Tracy

    So, no, it has not. It has been on my to do list for much longer than I would like to admit and I still do not have an eta that I could commit to.

    in reply to: Using on existing business directory #367372
    Steven Zahm
    Keymaster

    @ Craig

    The only way I see this is to export the existing directory to a CSV file so it can be imported into Connections using the CSV Import extension.

    Hope that answers the question!

    ps. Connections does not use a CTP rather it uses a custom table for a couple reasons. Connections predates CPT support in WP and the CPT db schema is optimized for, well, posts. The table schema for Connections is more optimized for directory listings.

    in reply to: Print option on listing #367371
    Steven Zahm
    Keymaster

    @ reyes

    There’s a add to address book link that you can add which downloads a vCard. It can be enabled in the settings.

    There is not print option other than using the browser print. Others have reported success using the Print-O-Matic plugin.

    Hope that answers your question.

    in reply to: Page numbers not displaying properly #367370
    Steven Zahm
    Keymaster

    @ Sabrina

    This is being caused by the theme. Add the following to the theme’s custom CSS area:

    #cn-page-nav .page-numbers:after {
        content: none;
    }
    

    That should fix the display of the pagination. Hope that helps, let me know.

    in reply to: some entry not display properly #367285
    Steven Zahm
    Keymaster

    @ yael

    Sorry, I looked at the page but I do not see the issue. Perhaps you found and fixed the issue. If I had to guess, it was likely CSS being applied to the template by the theme.

    Steven Zahm
    Keymaster

    @ david1421

    Sorry, to hear that you’re having trouble. The issue is very likely actually being caused by another plugin or maybe even then theme not limiting its javascript to its own admin page. Either way we’ll have to debug to see whether it is being caused by another plugin or the theme.

    First, follow this FAQ to eliminate a plugin conflict.

    If you go thru that process, next see if the theme is the cause.

    If you determine by following the advice in the those two FAQs that is not being caused by another plugin or theme, then I’ll need a temp admin account so I can login and take a look.

    in reply to: Allow users to edit own entry #366977
    Steven Zahm
    Keymaster

    @ Jayson

    You need the Link extension. When it is installed and activated it will link a Connections entry to a WP User account based on matching email address. When they are linked, they will be able to edit their own entry. Hope that answers your question.

    Steven Zahm
    Keymaster

    @ Scott

    It seems that you do have duplicates. You have an entry added once as an Individual and then another time as a Family. You will be able to confirm this by filtering by entry type on the Connections : Manage admin page. If you change the filter to Show All Entries you should see the duplicates.

    Steven Zahm
    Keymaster

    @ Scott

    re: I will unprotect in a minute.

    Or, you could give me a login. If you do, you can post it here as a private reply.

    Steven Zahm
    Keymaster

    @ Stephen

    In the Code Snippet you changed the shortcode name from [connections_edit_link] to [connections_edit_link_snippet]. When you rename a shortcode, you also need to update the shortcode on the page. I edit the page so the shortcode is [connections_edit_link_snippet]. I suggest not changing the shortcode name in the snippet.

Viewing 10 posts - 6,231 through 6,240 (of 15,332 total)