BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,101 through 2,110 (of 15,332 total)
  • Author
    Posts
  • in reply to: User Can't Edit Entry #454302
    Steven Zahm
    Keymaster

    @ Matt

    RE: Is it the possible the connection between user account and Connections entry is broken/missing?

    Sure… have those users logged in so their WP User account will be linked? If they have not, they need to login. The WP User account email and the Connections Entry MUST have a matching email address in order to be linked on login.

    You can view which directory entries have been linked to which user on the Connections : Manage admin page. Look to the far right of an entry row. It display a Linked to label with a link to the WP User admin account profile page.

    WP Users not linked to a Connections Entry will not have the “Edit Entry” link displayed. Instead they would have the Add Entry link assuming that user was giving the correct role capabilities.

    Hope this helps, let me know.

    in reply to: many errors #454301
    Steven Zahm
    Keymaster

    @ samuel

    Are you the same individual reporting this in the wp.org support forums?

    https://wordpress.org/support/topic/many-php-errors-2/

    What I’ll need is a temp WP admin login so I can review the errors. I’ll also need an FTP login so I can debug and resolve the errors. The details can be posted here as a private reply.

    in reply to: images, et al #454300
    Steven Zahm
    Keymaster

    @ Ron

    RE: Is there a way to have both the image and the logo display?

    In the included Default Entry Card template? Sorry, no. You can choose either one.

    RE: is there any way to change some of the template language. (eg. Categories -> Category, Work -> Business, etc.)

    Assuming you are using the Default Entry Card template… please see this tutorial on how to change strings and labels.

    I’m uncertain in what context you wish to change Work to Business, but, I’ll assume you mean the work, phone and email field labels. Those labels can be changed on the Connections : Settings admin page under the Fieldset Configuration tab.

    Hope that helps, let me know.

    in reply to: license renewal #454182
    Steven Zahm
    Keymaster

    @ Belnda

    Connections requires PHP version 5.3. Your webhost is likely running an out of date and possibly insecure version of PHP, version 5.2.

    WordPress recommends PHP 7.2. I would recommend 7.1 as 7.2 was only recently released and many plugins have not yet caught up to the changes required to properly support 7.2.

    You may have the option to choose which PHP version to run in your webhost control panel. So I would suggest looking there and change the version. But if you do not have that option in your control panel, your webhost support should be able to change the version being run quite easily. There are many reason to update the version being run Such as running WordPress faster with less server resources. This means faster page loading time for you 🙂

    Hope this helps! Please let me know.

    in reply to: Adding Another "Type" To "Links" #454181
    Steven Zahm
    Keymaster

    @ David

    Install the Code Snippets plugin, copy paste the following example code, tweaking the type as desired. Save and Activate the snippet.

    function cn_my_new_link_types( $options ) {
    
        $options['audio_feed'] = 'Audio';
        $options['billing']    = 'Billing Website';
        $options['claims']     = 'Claims Website';
    
        // This would remove the Blog option.
        // Add as an example only, delete it before using.
        unset( $options['blog'] ); 
    
        return $options;
    }
    
    add_filter( 'cn_link_options', 'cn_my_new_link_types' );
    

    Hope that helps!

    in reply to: Importing data #454180
    Steven Zahm
    Keymaster

    @ Mathew

    RE: License check response returned NULL.

    That error will occur when your site is unable to communicate with mine. There is nothing to worry about as that usually resolves itself.

    RE: It is showing this for both the c-map licence and the import plugin. Neither are working???

    License activation status does not prevent cMap or the CSV Import from functioning. The only limitation placed in the ability to receive in admin updates as they are released.

    RE: so I’ve chosen the csv file to import, clicked MAP, tied up all the fields which the system automatically assigned correctly. I clicked import and it seemed to be working and said 100% complete, however none of the customers are showing???

    Where are they not showing? The admin, the frontend, both? If you imported an export from another site, I expect you ran into this, covered in the Why is nothing being imported? FAQ.

    So, you can either not the Entry ID column when mapping the fields or install the beta version I reference in this reply.

    Hope this helps!

    in reply to: Where to put in shortcodes #454096
    Steven Zahm
    Keymaster

    @ Seth

    You do not need to use shortcode options with cMap. Use the Template Customizer instead.

    Navigate to the Connections : Templates admin page and click the Customize button for cMap. The page will reload with the Customizer on the left and a preview on the right. By default the Customizer will allow you to turn off items. Click the back arrow in the upper left of the Customizer to access the many other panels you have access to to customize the cMap template.

    Please read the notes in the Customizer preview above the directory. The important one being that you can customize the display of the list view separate from the single entry profile view to give you greater flexibility.

    Hope that helps!

    in reply to: Manage Select User Groups #453776
    Steven Zahm
    Keymaster

    @ Brian

    Sorry, no, this is not possible.

    in reply to: circle template #453775
    Steven Zahm
    Keymaster

    @ Marion

    Apologies for the delay in my reply. I’ll work to get this added and release next week, asap.

    in reply to: thumbnails not showing in manage dashboard #453774
    Steven Zahm
    Keymaster

    @ Oisín

    RE: Which of these would be your preferred method?
    Is this an acceptable fix?

    I would suggest commenting out the field arrays that you wish to remove. I’ve never really fully tested changing the 'show' => TRUE, field option. That more or less exists for future development.

    RE: Adding the option of which image to display

    Ok, I’ll plan on adding this option next week and releasing it. I’ll also try to squeeze in an update to Form so it respections the Field Configuration settings for the name field. In theory, you could probably not need the code snippet any longer. That’s something you could test after both updates are released — to ensure your requirements are still met.

Viewing 10 posts - 2,101 through 2,110 (of 15,332 total)