Tagged Questions
0
votes
1answer
24 views
Transfer comments from one domain to another
We have two domains with separate WP installs, it's not a multisite network. We would like to send or transfer comments from domain A to domain B so domain B handles all moderation because we'd like ...
0
votes
2answers
269 views
Getting recent posts from all blogs on mother blog - multisite
I want to get the recent comments on all posts in a multisite network, and I want to display these ceomments in a sidebar on the multisites "mother" blog. To complicate: All blogs are forced to post ...
1
vote
1answer
291 views
Stop wordpress from sending out moderation emails
This question was originally posted at stackoverflow: http://stackoverflow.com/questions/11435952/stop-wordpress-from-sending-out-moderation-emails but after a tip from @MaxGherkins I'm posting a ...
2
votes
1answer
225 views
How can I manage all multisite pending comments in one place?
I have a WP multisite installation with a large number of sites. Thanks to auto-approving comments from registered users and invite only registration we no longer need to receive email notifications ...
1
vote
1answer
193 views
Allowing logged in users to comment without moderation across a multisite installation
I currently do web admin for an internet community based on BuddyPress and Multi Site, and use the Comment author must have a previously approved comment setting to make it easier for users to comment ...
0
votes
1answer
65 views
How can I restrict changing the max nested comment levels option to super admins?
I have an older theme that I've modified to support threaded comments. I would like the individual admins in my multisite install to be able to choose whether threaded comments are enabled. However, ...
0
votes
1answer
219 views
Comment reporting for Multisite
I'm trying out the 2 comment reporting plugins that I know about in a multisite installation.
AJAX Report Comments
Safe Report Comments
Both don't work - various javascript errors and (I assume) ...
2
votes
2answers
652 views
List Recent Comments from Across a Multi-site Network
I'm look for a custom SQL query that will let me pull in the latest comments from across a WP multi-site install.
The end result will be identical to a regular recent comments widget, but from all ...
2
votes
2answers
607 views
Replacing the default content created while the site creation
How do you replace the default title for first comment?
Mr WordPress on Hello world!
I could not able to locate this in theme's comments.php file
I want to edit the title 'Mr wordpress on Hello ...
0
votes
1answer
143 views
How do I change discussion settings for all blogs in multisite?
I have a multisite with subdirectories.
I want to change the discussion setting so that all comments will be automatically approved.
If there will be need for moderation they will be deleted later.
...