hi!
i downloaded b2evolution last week and just found out how to change the skin(s) and canfigure everything like i want it to be.
look here: http://www.pennyroyal.de/b2/index.php
i?m almost satisfied but i have a question:
how can i get rid of the first displayed date. it must be in here, but if i change something i get errors.
<!-- =================================== START OF MAIN AREA =================================== -->
<?php // ------------------------------------ START OF POSTS ----------------------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = $MainList->get_item() )
{
$MainList->date_if_changed();
?>
<div class="bPost" lang="<?php $Item->lang() ?>">
the following code would be like that... maybe someone can tell me what i have to change or has any idea?
<table width="95%" border="0">
<tr>
<td bgcolor="#B5DFBD"><?php
locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?><?php the_date("","",""); ?> um <?php the_time() ?> uhr. <b><?php the_title(); ?></b></td>
</tr>
<tr>
<td><?php the_content(); ?></td>
</tr>
<tr>
<td bgcolor="#D9F7D9"><b>freda</b> - <?php comments_popup_link("kein Kommentar", "(1) Kommentar", "(%) Kommentare") ?> <?php permalink_anchor(); ?></td>
</tr>
</table>
thank you for help!
you don't want the date been shown, right?
ok, that's easy, just delete
and only this