problem with commenter plug hack
-
Why did this show up?
Fatal error: Call to undefined function: comment_plugger() in /drive2/fpgshttpd/silenthope/wp/index.php on line 46
can anyone please help me? Thanks
-
Is the plugin activated, and is it uploaded into the wp-content/plugins directory ?
Yeah I activated the plugin and also uploaded it into that directory
This will sound daft, but if it’s the one from MtDewVirus, did you upload all the code ?
that error is saying it doesn’t know what to do when it sees the ‘comment_plugger’ words.I used the hack that’s from http://www.wiki.ww.wp.xz.cn/Comment%20Plugger
Can I suggest that you head over here: http://mtdewvirus.com/wp-hacks/ and grab the php file from the zip ?
ok I downloaed the zip package that inculded the hack, I activated it.
Oh and thanks for your help ^_^ the plugging worked. Thanks again.Cool π
Hey Podz,
What did you change in the plugin or index to get the commentors names to be in a line rather then like this:
http://www.arklinux.info – down / middle of page
I would like it to be like yours. Also, for some reason I cannot margin or pad the comments so that they are indented a little bit. So if you can point me in the proper direction there it would be helpful.
Kind regards,
gravityThe css:
.feedback {
text-align: right;
font-size: small;
padding-bottom: 10px;
}
.feedback ul {
margin-left: 0;
padding-left: 0;
display: inline;
list-style: none;
}
.feedback ul li {
display: inline;
padding: 0 2px;
}
.feedback ul li a, .feedback ul li a:link {
display: inline;
padding: 0 2px;
}This is all I have – bear in mind I’m using the last visit plugin and waypath too:
<div class="feedback">
<?php wp_link_pages(); ?>
">Waypath
::
<?php ak_comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
<?php comment_plugger(); ?>
</div>Thanks Podz,
That last section for the comment plugger should have a limitation of the amount of commentors that post. Not sure where you are specifying it, but on your board you have in some places 5 posts and only 4 people show up. I would have figured that your comment plugger variables would have been like I stated above limiting to 4, but alas you have none.. very odd..
Thanks anyhow.. I would certainly like to know how it is limiting itself, but we will see when and if I ever have more then 4 comments. π
Kind regards,
gravityIt’s in the plugger itself:
function comment_plugger($before = '', $limit = 10) {I tried this <quote>I used the hack that’s from http://www.wiki.ww.wp.xz.cn/Comment%20Plugger</quote>
but mine still came up with this –> Fatal error: Call to undefined function: mdv_comment_plugger() in /home/nox333/public_html/wordpress/wp-content/themes/night time/index.php on line 43
i have no idea what im doing wrong
The topic ‘problem with commenter plug hack’ is closed to new replies.