BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,961 through 2,970 (of 15,332 total)
  • Author
    Posts
  • in reply to: upcoming_list shows private data #432376
    Steven Zahm
    Keymaster

    @ Robert

    My best guess this is due to the page was cached while the/a user was logged in and the cached page is being served by WP Super Cache. My suggestion would be to purge your page page cache and make sure WP Super Cache is not configured to serve cached pages to logged in users.

    Hope this helps, let me know.

    in reply to: Licence Renewal #432368
    Steven Zahm
    Keymaster

    @ Barbara

    It appears you had purchased the Enhanced Categories extension separately at one point which is why you have received the separate renewal email reminder. I did update your Extension Pack purchase to include the Enhanced Categories addon too. I just resent the sales confirmation email which will have your new license key for Enhanced Categories.

    Apologies for the trouble!

    in reply to: Image Upload is not Avaiable #432366
    Steven Zahm
    Keymaster

    @ Donnie

    Yes, just now. I added a plugin called Code Snippets and added a new snippet which limits the import to on 25 rows per batch. This sees to have resolved the issue.

    Hope that helps!

    in reply to: How to filtered first name by the character? #432365
    Steven Zahm
    Keymaster

    @ steve

    Sorry, the character index only work with the last name when directory is ordered by last name (the default). Making this change to the code would be nontrivial. You would have to edit the index function found in the class.template-parts.php file. You would also have to edit the getCharacters function in the class.retrieve.php file.

    in reply to: Easy Addition of Custom Fields/Labels #432364
    Steven Zahm
    Keymaster

    @ Mike

    re; I do not understand why you have not implemented this function which is available in most good contact form plugins for WP.

    Time and resources… I’ve already developed a pretty good API for custom fields which support everything from simple text inputs to rich text editors, sliders and datepickers. The last bit, which is the toughest, is writing a good user interface (UI).

    Not sure I understand the correlation between a contact form plugin and a directory plugin … the two are very different beasts, so to speak. Perhaps you are comparing the Form addon for Connections to a contact form plugin? The Form addon will never be one of those … I purposed designed it to do one thing without requiring a lot of configuration in an attempt to keep it as simple as possible for users. Trust me, some would argue it is already too complex.

    For advanced users who do not mind or require custom forms I am in the process of releasing an addon for Gravity Forms for just that purpose. You can checkout a live third party site, here at the bottom of the page, using this new addon. Even still, it will still be required to register a custom field in Connections if you want to populate it with a Gravity Form. I do plan on adding UI for registering fields at some point I am just unable to make any promises as to when as I’m working on other items at the moment such as implementing full support for the WP REST API.

    Any ways, I think I’m rambling… Thanks for you feature request, it’s definitely been noted :)

    in reply to: Backend not displaying #432360
    Steven Zahm
    Keymaster

    @ lebon

    I do not believe the issue is the version of Connections. The major difference between the two is the code for how vCards are created which is only loaded when downloading a vCard.

    Did you do any other updates in or around the same time you applied the update to Connections? If you did, perhaps there is a conflict now that was not present before. My first suggestion is to try the plugin conflict checks:

    Another suggestion is to check the server PHP error logs. Perhaps there is something in there that can help narrow the issue. If you do not know where to find this, you’ll have to ask you webhost.

    My last suggestion, perhaps the memory allocated to PHP is being exhausted. Try increasing it. Here’s an excellent post which describes several methods on how to do increase the memory.

    Hope this helps, let me know what you learn.

    in reply to: Error from https://wordpress.org/support/ #432359
    Steven Zahm
    Keymaster

    @ RICHARD

    The issue was not Connections … you need to adjust the settings in Plugin Organizer. You are basically locking yourself out.

    I did the update required by Connections by deactivating Plugin Organizer, apply the update and then reactivated it.

    As for the directory page displaying the shortcode instead of the directory. That was caused by an old cached version of the page being served instead of a version where Connections was active. Clearing the cache for the directory page corrected that.

    Hope that helps!

    in reply to: Disallow Entries in Root Category #432358
    Steven Zahm
    Keymaster

    @ Mike

    I’m assuming this is in relation to the Form extension? Is so and I understand correctly the following filter should do what you want:

    add_filter( 'cnf_shortcode_atts', 'cnf_group_by_parent' );
    
    function cnf_group_by_parent( $atts ) {
        $atts['parent_category_group'] = TRUE;
        return $atts;
    }
    

    Use the Code Snippets plugin to add this filter. Hope this helps, let me know.

    in reply to: Error from https://wordpress.org/support/ #432241
    Steven Zahm
    Keymaster

    @ RICHARD

    RE: Nowt works at all presently

    So you are good to go? If not and the issue still exists, what I’ll need is a temp admin login and and FTP login. The details can be posted here as a private reply. I’m not permitted to ask for those type of details on the wp.org support forums which is why I asked you to post here. Apologies for the trouble! We’ll get this sorted very quickly now.

    in reply to: vCard email "preferred" order/ #432240
    Steven Zahm
    Keymaster

    @ Cole

    Thanks for the feedback. In regards to the preferred email… the new code works like the old with one exception. The first email address regardless of the “Type” (selected from the dropdown) will be the preferred email. The order regardless of input can be controlled by drag and dropping the addresses to the preferred order. There is a radio for each email address entered to select it as the preferred. The exception in the new code, if the preferred radio is set that email will be marked as preferred in the vCard. This does affect Windows Contacts. I do not believe Google Contacts differentiates. So the order is more important (regardless of type). I do not know how Apple Contacts will handle it. I’d be interested in learning the results after your check it out.

Viewing 10 posts - 2,961 through 2,970 (of 15,332 total)