GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress setup question (https://gfy.com/showthread.php?t=1124997)

rogueteens 11-01-2013 03:40 AM

Wordpress setup question
 
In wordpress > settings > comment moderation, you have a line that says "Hold a comment in the queue if it contains XX or more links", if I enter "0" does this mean it disallows all comments with a url or does it mean it allows comments with an unlimited amount?

Cheers.

miXXXture 11-01-2013 03:57 AM

http://codex.wordpress.org/Combating...Links_in_Posts
Quote:

Do not set this to zero or leave the field blank. It will send every comment to moderation -- not the desired effect.

rogueteens 11-01-2013 04:17 AM

cheers.
Love the avatar BTW :)

Rochard 11-01-2013 06:51 AM

I want every comment to go to moderation.

vdbucks 11-01-2013 06:52 AM

Quote:

Originally Posted by Rochard (Post 19856304)
I want every comment to go to moderation.

"An administrator must always approve the comment" option.

Jel 11-01-2013 06:57 AM

see you in 12 months when you have 30,000 comments awaiting moderation :thumbsup

James_Hotmovies 11-01-2013 08:19 AM

out of those 30,000 comments - 1 would be an actual comment.

the other 29,999 would be automated spam telling you how great your design is and how they were just thinking about this very topic.

jimmycastor 11-01-2013 08:31 AM

this function doesnt help shit,whatever you set it up to, spammer bots come via the wordpress api. doing those settings will only put unnecessary load on your server...

just disable, rename wp-comments.php
and xmlrpc.php
additionally take the comments section out of the template
and you should be fine.

Jel 11-01-2013 08:43 AM

and use facebook to enable people to leave comments. Not everyone has fb obviously, but at least you won't have to moderate, and all of them will be real comments.

Put this in your theme's <head> section:

Code:

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

and in your single.php, in the body, put this right after the line <?php the_content(); ?>:

Code:

               

<BR>
                <div class="fb-comments" data-href="<?php the_permalink(); ?>" data-num-posts="5" data-width="470"></div>

changing "5" to display more comments, and "470" to adjust the layout if necessary


All times are GMT -7. The time now is 05:57 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123