aditron
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Site editor options not available in multisiteThanks @thelmachido – while the WordPress VIP support team are pretty good, they do normally point you to plugin developers for the first point of recourse if there’s an issue.
Your suggestion of going to the
Network Settings
was good one; that was pretty much all I needed to get the ball rolling. That effectively enabled me to enable the same kind of “classic/block” switch options as I’m used to seeing on single installs.I’m also curious about this one – if that functionality is not used, and it’s producing PHP8 errors, can it be removed in the next release?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments “load more” duplicationThanks for the update! I can confirm that this plugin update has resolved the issue
Forum: Plugins
In reply to: [Comments - wpDiscuz] “My content and settings” – opens to empty new window@gvectorssupport I’m unable to given that our implementations requires users to be logged in to use the comments.
Forum: Plugins
In reply to: [Members Import] New user notificationGo to line 127 of members-import.php
The author forgot to pass the third paramater, so update as below to get this working:
wp_new_user_notification( $user_id, $userdata[‘user_pass’], ‘both’ );
Documentation is here: https://codex.www.ads-software.com/Function_Reference/wp_new_user_notification
Forum: Plugins
In reply to: [Export Users to CSV] Server Error issueHi Ulrich – the site currently has 8,000 users, but we expect this to go up to 25,000.
Due to the hosting arrangement, we don’t have ready access to the php server log, but I’ll see what I can do.Forum: Fixing WordPress
In reply to: UAM – Child pages inherit access rights of parentI had this issue as well – wasn’t a hard fix though – just go to the “settings” and change the setting for ‘Lock recursive’ to ‘no’.