• Where can I get the comment plugger installation for version Strayhorn? I’ve tried quite a few, but they have bugs in them; or they’re for older versions.
    Thanks for all help. <3

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter dramaprincess

    (@dramaprincess)

    Hm.. Still didn’t work. I know I’m just doing something wrong. Where do you upload comment-plugger.php?

    Upload to /plugins

    Instructions:
    Place the function call in your files wherever you want the commenter “plugs” to display.
    <?php mdv_comment_plugger(); ?>

    Configuration:
    You may pass parameters when calling the function to configure some of the options.
    Example: mdv_comment_plugger(‘Last Commented By: ‘, 7)

    The parameters:
    $before – text to be displayed before the commenters names are displayed
    $limit – the maximum number of commenter names to display (default is 10)

    Thread Starter dramaprincess

    (@dramaprincess)

    Fatal error: Call to undefined function: mdv_comment_plugger() in /home/cupcake/public_html/samantha/index.php on line 41

    Undefined function? 🙁 Do you know what I’m doing wrong? Sorry to be such a pest..

    Have yo activated the plugin?

    Thread Starter dramaprincess

    (@dramaprincess)

    No. That would be it. XP How do I activate? (Boy I feel dumb)

    Login to admin panel, go to “Plugins” where you’ll get a list of available plugin. Find the one you want to activate and click on the corresponding “Activate” link.

    Thread Starter dramaprincess

    (@dramaprincess)

    Warning: Cannot modify header information – headers already sent by (output started at /home/cupcake/public_html/samantha/wp-content/plugins/comment-plugger.php:34) in /home/cupcake/public_html/samantha/wp-login.php on line 188

    Aha, I’m jinxed. >_< Any ideas? Sorry to keep bugging again and again.

    Diagnose the comment-plugger.php with the following instruction.

    http://codex.wordpress.org/Answers-Trouble_Shooting#Headers_already_sent

    Thread Starter dramaprincess

    (@dramaprincess)

    Oh, great that fixed that problem!! =D

    Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE comment_post_ID=’4’ AND comment_approved = ‘1’ AND commen]
    SELECT comment_author, comment_author_email, comment_author_url, UNIX_TIMESTAMP(comment_date) AS unixdate FROM WHERE comment_post_ID=’4′ AND comment_approved = ‘1’ AND comment_type <> ‘pingback’ AND comment_type <> ‘trackback’ GROUP BY comment_author_email, comment_author ORDER BY comment_date DESC LIMIT 10

    O_____o I’m going to look at my Database, see if there’s anything noticable there.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Comment Plugger’ is closed to new replies.