1 hdtv Jun 25, 2005 21:28
3 hdtv Jun 25, 2005 21:55
Parse error: parse error, unexpected T_STRING in /news/skins/NoSpy/_main.php on line 101
100 = $Item->issue_date();
101 = $Item->issue_time();
4 personman Jun 26, 2005 17:19
Here's what I have, pasted right from the php file:
<?php // ------------------------------------ START OF POSTS --------------------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = $MainList->get_item() )
{
?>
<p class="newstitle" lang="<?php $Item->lang() ?>">
<?php $Item->anchor(); ?>
<?php $Item->title(); ?></p>
<div class="newspost">
<?php $Item->content(); ?>
<?php link_pages() ?>
</div>
<div class="newscomments">
<a href="<?php $Item->permalink() ?>" title="Permalink">posted</a> by <?php $Item->Author->prefered_name() ?> | <?php $Item->issue_date() ?> | <?php $Item->issue_time() ?> | <?php $Item->categories('true','') ?> |
<?php $Item->feedback_link( 'comments' ) // Link to comments ?>
<?php $Item->trackback_rdf() // trackback autodiscovery information ?>
<div>
Try commenting out lines one at a time until the problem goes away, then you'll know what's causing it and we might be able to fix it.
Try this:
I just removed the date_if_changed statement and put in $Item->issue_date(); down next to the time.