BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 5,301 through 5,310 (of 15,332 total)
  • Author
    Posts
  • in reply to: Images Won't Upload – Maximum Upload Size #384101
    Steven Zahm
    Keymaster

    @ Darrin

    Connections uses the core WP function wp_max_upload_size() to determine the max upload size of a file.

    This core WP function uses the smallest of the server PHP environment vars upload_max_filesize and post_max_size.

    One of those two seem to be set to 0TB.

    Take a read of this tutorial:
    https://kinsta.com/blog/increasing-the-maximum-upload-size-in-wordpress/

    It seems pretty accurate as most do not even mention that post_max_size needs to be large than upload_max_filesize (not by much 1MB s/b more than plenty).

    Also, I high recommend making the max less than the memory_limit value. Images when opened for processing such as scaling/cropping can take 3—5 times the available memory.

    Hope this helps, let me know.

    in reply to: Managing companies and contacts in those companies #384098
    Steven Zahm
    Keymaster

    @ Jonathan

    Is it this Members plugin?

    https://wordpress.org/plugins/members/

    What plugin are you using to manage renewals? I assume it is the same plugin you use to take payments, yes?

    How are setting an expiry date in Connections?

    There might be more questions I would need to know, but, in short, if other plugins you are using for membership, payments and renewals have actions that can be hooked into then it is possible to do what you want. I have actually done something very similar for another user but that was with the Restrict Content Pro plugin. When a membership expired, the Connections entry would be come unlisted unless they renewed. If they renewed after becoming unlisted, their entry would set to public again. This was of course a custom solution tailored to fit their exact usage. If you are interested, please contact me for a quote using the contact link at the very bottom of the page.

    Hope this helps!

    in reply to: Is it possible #384096
    Steven Zahm
    Keymaster

    @ Nidhi

    Sorry, no, something link this would require a custom template or some other solution to be custom coded.

    Steven Zahm
    Keymaster

    @ Hajnalka Katóné Nagy

    Probably the easiest solution is to add this to the card.php file found here:
    ../wp-content/plugins/connections-tile-plus/

    $entry->getContentBlock( 'business_hours' )

    And then use CSS to hide the table of hours, like so:

    table.cnbh {
        display: none;
    }
    
    .cn-entry-single table.cnbh {
        display: block;
    }
    

    Does that help?

    in reply to: Search and View Profile Stopped Working #384094
    Steven Zahm
    Keymaster

    @ Erin

    It seems something slightly broke the WordPress Permalinks on your site. Saving them without making any changes fixed the issue.

    in reply to: Authored Extension won't show. #384091
    Steven Zahm
    Keymaster

    @ Harold

    No, the role will not matter. You only need to setup Link to give your custom role the proper capabilities. And, technically, the role does not need any Connections related capabilities in order for the user posts to be displayed. The only requirement is that the user be linked to a entry. Hope that makes sense!

    in reply to: No Entries after import #384081
    Steven Zahm
    Keymaster

    @ Michael

    If you are importing an exported file into a “clean” or “empty” database, do not map the Entry ID when importing. Mapping the Entry ID column tells the CSV Import to update the existing entries. If those entries do not exist, there are skipped, they are not imported as new entries.

    Hope that helps, let me know.

    in reply to: Search and View Profile Stopped Working #384078
    Steven Zahm
    Keymaster

    @ Erin

    So there is a page named “Members” and a page named “Members Directory” on the WordPress Pages admin page, correct?

    And, on the the “Members Directory” page there is the [connections] shortcode, correct?

    Lastly, the “Members Directory” page is set to be the Directory Home Page?

    If there is, please give me a temp admin account so I can take a look. Login details can be posted here as a private reply.

    in reply to: Authored Extension won't show. #384077
    Steven Zahm
    Keymaster

    @ Harold

    HAve your post authors logged in so they will be linked by Link? If they have not, have them log out and back in. After a link between their user account and their directory entry has been linked, their authored posts should display, the newest 5.

    in reply to: Recent Article on their profile #384076
    Steven Zahm
    Keymaster
Viewing 10 posts - 5,301 through 5,310 (of 15,332 total)