FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Please help about this..

 


adeee
Hay guys
this is a worldpress theame comments.php.
Hare is an smo error...

please help me...
i can mentioned but not found plese help.....

The script is..
Code:

<div class="Comments">
<div class="List">
<!-- Start CommentsList-->
<?php // Do not delete these lines
if ('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; }}?>

<!-- You can start editing here. -->
<?php if ($comments) : ?>
<h3 id="comments"><?php comments_number('No Response', 'One Response', '% Responses' );?> for "<?php the_title(); ?>"</h3>
<ol>

<?php foreach ($comments as $comment) : ?>

<li class="ComListLi" id="comment-<?php comment_ID() ?>">

<div class="ComListLiTop"></div>
 <p class="ListUser"><?php comment_author_link() ?></p>
 <p class="ListDate"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?><?php edit_comment_link('&nbsp;&nbsp;<strong>Edit Comment</strong>','',''); ?></a></p>
 <span class="ListNr"><? // php gravatar() ?><?php $commentNumber++; echo $commentNumber; ?></span>
 <div class="ListContent">
 <?php comment_text() ?>
 <?php if ($comment->comment_approved == '0') : ?>
 Your comment is awaiting moderation.
 
 <?php endif; ?> 
 </div>
 
</li>
<?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; ?>
//something else here


<br />
<!-- Ends CommentsList-->
</div>

<p class="note">
   <?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post')); ?>
   <?php if ( pings_open() ) : ?>
   · <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?></a>
   <?php endif; ?>
   </p>

<!-- Start Comments Form-->
<div class="Form">
<h3 id="respond">Leave a reply</h3>
<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>
<?php else : ?>

<div class="FormTop"></div><form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<?php if ( $user_ID ) : ?>
<p style=" padding: 7px; display: block; background: #edeeef; border: solid 1px #aeb4b9; margin-bottom: 5px;">Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout &raquo;</a></p>
<?php else : ?>

<p><label for="author">
<input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" class="TextField" style="width: 200px;" />Name <small><?php if ($req) _e('(required)'); ?></small></label></p>
      
<p><label for="email">
<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2" class="TextField" style="width: 200px;" />E-mail <small>(<?php if ($req) _e('required, '); ?>never displayed)</small></label></p>
      
<p><label for="url">
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" class="TextField" style="width: 200px;" /><abbr title="Uniform Resource Identifier">URI</abbr></label></p>

<?php endif; ?>
<p><textarea name="comment" id="comment" rows="10" tabindex="4" class="TextArea" style="width: 505px;"></textarea></p>

<p><input name="SubmitComment" type="image" class="SubmitComment" title="Post Your Comment" src="<?php bloginfo('template_url'); ?>/images/submitcomment.gif" alt="Post Your Comment" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /></p>
<?php do_action('comment_form', $post->ID); ?>
</form>
<?php endif; // If registration required and not logged in ?>
<?php endif; // if you delete this the sky will fall on your head ?>
</div>

</div>




thanxs.......
Marcuzzo
adeee wrote:
Hay guys
this is a worldpress theame comments.php.
Hare is an smo error...

please help me...
i can mentioned but not found plese help.....


can you post the output of the error, that would save those that don't have php or Xammp installed on their machine the trouble of uploading the script to see the error themselves.

then I'll be more then happy to help out

cheers
adeee
Hey Cheers thanx for help...
someone tell me about this solution.......

thanxs for that./.
Marcuzzo
I decided to have another look for you but I cas assure you that I will not be able to help you without more details and the entire php page.

several functions are not included in the script you posted.

like: comments_rss_link, pings_open, _e and so on.

I just copied the text and fired up Xampp and this is the error message I had.
if this is the error you are having I suggest you check your page for the missing functions and needed includes, if any.

the output of the page is:
Quote:
Comments are closed.
//something else here


Fatal error: Call to undefined function comments_rss_link() in E:\xampp\htdocs\test.php on line 54


as you see it is trying to call a function named comments_rss_link which is undefined because it simply isn't there.

I'm not familiar with wordpress but from what I found on the internet it is some kind of blog-framework. so I asume that they provide several includes/libraries for you to use.

my suggestions:
1. go through the wordpress documentation.
2. check the page for the missing functions.
3. check the included files for the missing functions and include them

in dutch we say:"wie zoekt, die vind" (one who searches... finds) stick with it and you will work it out.

cheers
Related topics

simple php problem, please help...
A good website idea.........Please help PPL
Please help Me
phpBB2 ERROR PLEASE HELP
Please help. I have a problem with installing FreeBSD

problems with my comp....something strange, please help me
please help me, i don't know anything here...
Please help me!!!! HTML/Flash help needed!
Problem with MySQL Server Please Help!!
mysql base error please help

Please Help me to configure Outlook Through Proxy
please help quick
please help i just need people to visit a page
Someone please help
Frontpage error please help

I have been banned please help.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.