Why they put it together with Akismet?
]]>My problem is when I click the “submit” button after leaving a comment, while logged out of the admin, a blank screen appears.
When I deactivate the plugin the submit button works, all fields are gone except the comment box and the comment is posted right away without an email being sent or approval.
Any ideas?
]]>My problem is when I click the “submit” button after leaving a comment, while logged out of the admin, a blank screen appears.
When I deactivate the plugin the submit button works, all fields are gone except the comment box and the comment is posted right away without an email being sent or approval.
Any ideas?
]]>Can someone help me shut down this HACKER…
Last week sometime two of my WordPress sites were hacked. I was running 2.7.1 WordPress, which had a lot of hacking problems.
The hacker inserted an non-deletable code into my PHP list or something that shows up in the header of all my pages.
I can only see result of the hack on my mobile browser. It’s a bunch of gobbly gook with all sorts of URLs.
How do I get rid of this kind of crap? (And who can punch the hacker in the face for me?)
]]>I exported my blog from wordpress.com and imported at jennifersorge.com/… which is running version 2.7.1.
On the right sidebar only one category shows up: Uncategorized.
However, I have posts in several categories and I have several posts and categories:
413 Posts 520 Comments
7 Pages 456 Approved
31 Categories 0 Pending
225 Tags 64 Spam
If I go to posts I can see posts are categorized in different categories, like for example:
https://www.pmatos.net/2009/03/27/as-promised-a-photo-of-lambda/
is categorized under Life.
If I go to categories on my admin panel all categories show up with 0 posts:
Life life 0
Linux linux 0
Lisp lisp 0
even though they have posts categorized in them. All categories have 0 posts excepted Uncategorized that shows up with 51 which is a wierd number.
Any ideas of what’s going wrong?
Cheers,
Paulo Matos
]]>?Could someone help me to have nested comments in my theme? Here i have the code, please, tell me where i must do changes -i have nested comments in general options active yet- to make it possible. Thanks for your patience and for help me.
<?php // Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');
if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
?>
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
}
/* This variable is for alternating comment background */
$oddcomment = 'class="alt" ';
?>
<!-- You can start editing here. -->
<div id="comments"></div>
<?php if ($comments) : ?>
<div class="comments-title"><?php comments_number('Sin comentarios', '1 comentario', '% comentarios' );?> para “<?php the_title(); ?>”<a href="<?php comments_popup_link();?>#respond">
<span class="small">Deja una respuesta</span></a></div>
<ol class="commentlist">
<?php foreach ($comments as $comment) : ?>
<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
<?php echo get_avatar( $comment, 32 ); ?>
<cite><?php comment_author_link() ?></cite> dijo:
<?php if ($comment->comment_approved == '0') : ?>
<em>//Tu comentario está pendiente de aprobación.//</em>
<?php endif; ?>
<br />
<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('l, j \\d\e F \\d\e Y') ?> a las <?php comment_time() ?></a> <?php edit_comment_link('editar',' ',''); ?></small>
<?php comment_text() ?>
</li>
<?php
/* Changes every other comment to a different class */
$oddcomment = ( empty( $oddcomment ) ) ? 'class="alt" ' : '';
?>
<?php endforeach; /* end for each comment */ ?>
</ol>
<?php else : // this is displayed if there are no comments so far ?>
<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. -->
<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed.</p>
<?php endif; ?>
<?php endif; ?>
<?php if ('open' == $post->comment_status) : ?>
<div class="respond-title"><h3 id="respond">Deja un Fantabuloso Comentario</h3></div>
<div id="comment-box">
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
]]>I am using Twitter Tools v1.6. I am trying to figure out how to edit the plugin to add a default image to be displayed at the top of the weekly digest post so that the process is truly automatic (as it already takes care of posting it with specified category, tags, and correct author).
does anyone know how to edit the output (generated by the plugin) for the weekly digest code to do this?
here is an example of a digest in which i’ve manually added the image to the top of the post after it is auto-published – https://www.boilr.net/2009/04/11/boilr-tweets-weekly-digest-2009-04-11/
Also, as noted on the author’s plugin page, there is some wonky non-localized time issues…as such, I cannot figure out the difference in time between when I specify the weekly digest to post and when it actually does so that I can avoid having posts go up at the end of a day as opposed to early the next morning.
any and all help would be greatly appreciated – thanks!
]]>