Recent Topics

1 Jan 04, 2007 16:49    

The line under the post - which is traditionally where you click to comment and tells some about the post - didn't work when I switched skins. I'm not really happy with what I have right now and so would like to know what to change to make it work.

Before:

<?php $Item->feedback_link( 'comments' ) // Link to comments ?>
&nbsp|&nbsp;<a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>">Please Share your thoughts </a>&nbsp|&nbsp
  <?php $Item->issue_date(); ?> @ 
  <?php
	$Item->issue_time();
	echo ' &nbsp|&nbsp ';
	$Item->wordcount();
	echo ' ', T_('words');
	echo ' &nbsp; ';
	locale_flag( $Item->locale, 'h10px' );
	?>
   
  
  <?php $Item->edit_link( ' | ' ) // Link to backoffice for editing ?>
  <?php $Item->trackback_rdf() // trackback autodiscovery information ?>
  <?php $Item->feedback_link( 'trackbacks', ' | ' ) // Link to trackbacks ?>
  <?php $Item->feedback_link( 'pingbacks', ' | ' ) // Link to trackbacks ?>
  

Now it just says 'comments' where I wnat it to say something more user friendly - like 'please share your thoughts'. The styling on the current info shows a graphic, I'd likt to remove the graphic and just use text - that I can customize.

Thanks for your help. http://neilcowley.com/b2 is my address.

2 Jan 04, 2007 17:28

I thought I found the text elements in /skins/_feedback

...but it changed 'comments' to read 'please leave your thouts'....so the full statement reads 'there's no please leave your thoughts yet for this post'

3 Jan 04, 2007 17:44

I would like to have the 'moderate' appear next to edit after a post if I need to moderate a comment.


Form is loading...