BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 6,571 through 6,580 (of 15,332 total)
  • Author
    Posts
  • in reply to: cMap: Expand and collapse blocks #361302
    Steven Zahm
    Keymaster

    @ George

    Pretty nice!

    You need to add an if statement before you output the tab HTML and its content. Something like this should do it.

    if ($atts['show_email'] !== '') {
        if ( $entry->getEmailAddresses() ) {
    
            echo '';
                echo '<input type="radio" name="tabs" id="tab5">';
                echo '<label for="tab5">Email</label>';
                echo '<div id="tab-content5" class="tab-content animated fadeIn">';     
                    if ( $atts['show_email'] ) echo                 
                    $entry->getEmailAddressBlock( array( 'format' => $atts['email_format'] , 'type' => $atts['email_types'] ) );
                echo '</div>';
            echo '';
        }
    }
    
    in reply to: Image Not available #361298
    Steven Zahm
    Keymaster

    @ Angel

    My best guess is that you are uploading images and not logos. Is that correct? cMap, by default, displays the logos. If you are uploading an image, then you need to configure cMap to display the image instead. Here’s how.

    Go to the Connections : Templates admin page.

    Click the Customize button. The page will reload showing a preview on the right and the Customizer on the left.

    At the top left of the Customizer there is a back arrow, click it.

    Not click the the Image Panel.

    Change the Image Type from Logo to Photo.

    Click that Customizer back arrow.

    Click the Tray Image and change the Image Type to None.

    Click the name of the first entry in the preview.

    Now make those same changes again because the list view and profile view are configured separately from each other.

    Now, click the Save and Publish button.

    That’s it, hope that helps!

    in reply to: Imports not appearing complete #361296
    Steven Zahm
    Keymaster

    @ Anthony

    re: For some entries it is taking what I consider to an excessive amount of time to load the preview – is this normal?

    SiteShot uses a WordPress.org service to provide the screenshots of websites. When you view your directory, SiteShot send a request to that service. That request enters a processing queue. If that processing queue is busy it can take a little time to get a thumbnail. In my experience though, usually the thumbnail is available within a few seconds and will appear in the next page load. Now, if a site that is being screenshotted is slow to respond the WordPress service will move on and come back to it as to not hold up the queue. At least that is my best guess based on experience because I do not have any real insight on how they manage that processing queue.

    re: If an entry has a logo image – will this override the SiteShot preview?

    No, but, it is possible to use a SiteShot as a backup if there is not image/logo. You would use the image_fallback='siteshot' shortcode option in cMap.

    re: Can you choose for which entries you want a SiteShot image or not?

    Sorry, no. It all or none.

    re: Do the Site Shot previews have an effect of load time for a page?

    I’m sure it does. It could be positive, negative or even no difference. It really depends on a whole host of factors which will be different for each site. The best way for you to tell is to load the page 10 times clearing the browser cache after each time and average out the page load time. Do it twice once with SiteShot loaded and once without it.

    Hope this thoroughly answers your questions.

    in reply to: Members Updating Their Info? #361295
    Steven Zahm
    Keymaster

    @ Matt

    The WordPress User Profile admin screen, edit made there will not affect entries in Connections. The Link extension is required for that. Is it installed? If so, what version? When it is installed, there will be a page in addition to the User Profile page there will be a Edit My Directory Entry profile page. It’s on that page the user should edit their entries. Unless the Form extension is installed then your users can edit their entry on the site’s frontend on the directory page.

    Hopefully this helps a little. Let me know.

    in reply to: HIDE PHONE NUMBER AND REVEAL ON CLICK #361294
    Steven Zahm
    Keymaster

    @ Miguel

    Sorry, no, this is something that would have to be custom coded it is not a standard feature in any of the template.

    in reply to: Export Addressbook #361293
    Steven Zahm
    Keymaster

    @ Angel

    The CSV Export tools were added across several releases in Oct/Nov and are completed. Several different CSV export tool options have been provided to meet a variety of needs.

    Here’s the link to the doc page.
    http://connections-pro.com/documentation/tools/

    Hope that helps!

    in reply to: Make Phone number a clickable link? #361173
    Steven Zahm
    Keymaster

    @ Jefferey

    Yes, go to the Connections : Settings admin page under the Advanced tab to enable that option.

    Hope that helps!

    in reply to: Working with "Link" and "Form" together #361171
    Steven Zahm
    Keymaster

    re: If I use the “connections login form widget” doesn’t work, but if I add the shortcode to a text widget (as you suggested) works fine.

    Yes, pretty much exactly as it says in the description “Alternatively, you could use the widget which will only be displayed on the single entry page when a user is not logged in.” The widget is designed to only be displayed on the profile page of the entry if the user is not logged in. The shortcode method should work fine.

    re: Your login plugin hasn’t a logout option, isn’t ? If this option is
    not possible I will try some other plugin. I have done a search but
    now want to check which one works better for me. If you have some
    suggestion will be welcome.

    Correct, it does not show a logout link. That is how it is designed. The Connections Login widget is really only intended to be used in the few places described in the description. If you want a site login and not one limited to Connections, then a generic login is all you need. You could even use the widget built into WordPress. I think it is the “Meta” widget.

    re: [connections_edit_link] is useful to add the “edit my entry” link to the sidebar, but not the “add my directory entry”. If I use the
    http://19deac.mmb.cat/participantes/submit/ link in the sidebar, it
    will work well or I will have the problem I had before (the new entry
    was created but the user was not linked to the entry). I guess this
    way It will work well now, but I’m not 100% sure. Could you confirm
    this point?

    Do not provide a link directly to the /submit/ page. That will cause you trouble. You users should only use the link shown above the directory when adding their entry.

    Now, all this said…

    Looking at the login widget and taking your questions into consideration, I do feel it could use an update. Here’s what I’m thinking to add/change:

    1. Add the “View My Directory Entry” link if Link is installed and the user has not been linked to an entry.
    2. Add the “Edit My Entry” link if Link is installed and the user has been linked to an entry. If Form is installed, it’ll take them to the frontend editing rather than the admin profile edit entry page.
    3. Add a logout link when a user is logged in.
    4. If the user has an image or logo, show it as a thumbnail with their entry name which will link to their directory entry if the user has been linked.
    5. Remove the limitation to display only on the entry profile page.
    6. All the above be optional and configurable on the Widgets admin page.

    Would all the above enhancements make it easier for you? And more importantly, function as you would have expected when using the widget?

    Would you be willing to test these enhancements? If you are, can you provide a temp admin login? I’ll provide the installation and configuration support as a thank you for providing testing and feedback.

    in reply to: Category Dropdown & Search #361153
    Steven Zahm
    Keymaster

    @ Greg

    That showcase site is using a highly customized version of the cMap template. cMap has many tweakable options so you can get a look similar to that of the Default Entry Card template while adding the ability to do keyword searching and filtering by category.

    Hope that helps, let me know.

    in reply to: showing bio or notes in standard template list view #361144
    Steven Zahm
    Keymaster

    @ Poney

    Ok, I had to read this a few times but I think I understand the question. Basically what you are asking is if it possible to show the bio field using the Default Entry Card template in list view. Correct? If so, then yes, here’s how. Go to the Connections : Templates admin page and click the Customize button for the Default Entry Card template. The page will refresh with a preview on the right and the Customizer of the left. In the Customizer, enable the display of the bio and then click the Save and Public button.

    Hope that helps, let me know.

Viewing 10 posts - 6,571 through 6,580 (of 15,332 total)