Wordpress setup question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rogueteens
    So fucking bland
    • Jul 2006
    • 8005

    #1

    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.
    Free traffic and backlinks from one of the fastest growing adult pinsites on the net - SAUCY PICTURES!
    Easily my best performing webcam sponsor - CLICK HERE!!
  • miXXXture
    Confirmed User
    • Jul 2009
    • 217

    #2
    http://codex.wordpress.org/Combating...Links_in_Posts
    Do not set this to zero or leave the field blank. It will send every comment to moderation -- not the desired effect.
    I use Namesilo for domains and Mojohost, DigitalOcean & Vultr for hosting

    Comment

    • rogueteens
      So fucking bland
      • Jul 2006
      • 8005

      #3
      cheers.
      Love the avatar BTW
      Free traffic and backlinks from one of the fastest growing adult pinsites on the net - SAUCY PICTURES!
      Easily my best performing webcam sponsor - CLICK HERE!!

      Comment

      • Rochard
        Jägermeister Test Pilot
        • Dec 2001
        • 75733

        #4
        I want every comment to go to moderation.
        Herschel Savage
        Brooklyn, NY

        Comment

        • vdbucks
          Monger Cash
          • Jul 2010
          • 2773

          #5
          Originally posted by Rochard
          I want every comment to go to moderation.
          "An administrator must always approve the comment" option.

          Comment

          • Jel
            Confirmed User
            • Feb 2007
            • 6904

            #6
            see you in 12 months when you have 30,000 comments awaiting moderation

            Comment

            • James_Hotmovies
              Confirmed User
              • Dec 2002
              • 399

              #7
              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.
              https://www.facebook.com/jamescybert

              www.adultrental.com

              Comment

              • jimmycastor
                So Fucking Banned
                • Jul 2006
                • 342

                #8
                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.

                Comment

                • Jel
                  Confirmed User
                  • Feb 2007
                  • 6904

                  #9
                  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

                  Comment

                  Working...