|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Nov 2003
Location: 237 619 975
Posts: 8,944
|
Is there an easy way to turn off comments in WP ?
I googled it and saw people going through the code and deleting shit in 7 different spots to do it. I'm not doing that for 40 blogs. Is there an easier way?
__________________
|
|
|
|
|
|
#2 |
|
Jägermeister Test Pilot
Industry Role:
Join Date: Dec 2001
Location: NORCAL
Posts: 74,270
|
I get forty fucking spam comments a day on my main blog.. it's getting old.
Don't these people know that I approve each and everyone of them by hand and they aren't going to get approved?
__________________
“The choice is no longer between right or left. The choice is between normal and crazy.” - Sarah Huckabee Sanders YNOT MAIL | THE BEST ADULT MAILING SOLUTION |
|
|
|
|
|
#3 |
|
So Fucking Banned
Join Date: Feb 2005
Posts: 3,134
|
How about renaming comments.php?
|
|
|
|
|
|
#4 |
|
. . .
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
|
maybe alot of it is being done by bots that don't care as they are going for the power of shear numbers
__________________
__________________ Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs Check out the #1 WordPress SEO Plugin: CyberSEO Suite |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: May 2005
Location: ICQ: 5262689
Posts: 672
|
The easiest thing i can think of is turn off commenting in WP settings and running a simple mysql query to disable comments for existing posts. You'll have to do it for each blog separately though.
Hit me up if you have any questions... |
|
|
|
|
|
#6 |
|
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
|
i just run spam karma and NEVER worry about it
in fact, I don't even have to spend ANY time working with comments, spam karma takes care of it all for me |
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: Nov 2003
Location: Boston MA
Posts: 887
|
install Akismet and SPam karma.
I get 0 comments and 6000+ uniques a day
__________________
(oYo) (oYo) (oYo) (oYo) (oYo) (oYo) (oYo) ICQ 149295193 |
|
|
|
|
|
#8 | |
|
Confirmed User
Join Date: Dec 2004
Location: Vancouver
Posts: 4,325
|
Quote:
|
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Nov 2003
Location: 237 619 975
Posts: 8,944
|
Does the Akismet shit that comes with it work?
__________________
|
|
|
|
|
|
#10 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
|
Admin > Options > Discussion > Allow people to post comments on the article
__________________
It's all disambiguation ![]() |
|
|
|
|
|
#11 |
|
Confirmed User
Join Date: Nov 2003
Location: 237 619 975
Posts: 8,944
|
I'm looking for a way where they arent held in moderation. I don't want them at all.
__________________
|
|
|
|
|
|
#12 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
|
UPDATE wp_posts SET comment_status = ‘closed’, ping_status = ‘closed’ WHERE comment_status = ‘open’;
__________________
It's all disambiguation ![]() |
|
|
|
|
|
#13 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
|
If the admin doesn't do it and that doesn't do it, then delete the comments file.
__________________
It's all disambiguation ![]() |
|
|
|