Timestamp dilemma - Joomla! Forum - community, help and support
hi there,
i turned "show date , time" off kept appearing in search results , other places didn't want it.
but want show on articles appear on front page, won't. changing option on individual articles "show" doesn't override configuration settings. there file can edit either make them show on front page or take them off search results?
searched through many posts couldn't find similar.
thanks![wink ;)](./images/smilies/wink.gif)
i turned "show date , time" off kept appearing in search results , other places didn't want it.
but want show on articles appear on front page, won't. changing option on individual articles "show" doesn't override configuration settings. there file can edit either make them show on front page or take them off search results?
searched through many posts couldn't find similar.
thanks
![wink ;)](./images/smilies/wink.gif)
don't worry, took out:
from search.html.php, seems working far.![smiley :)](./images/smilies/smiley.gif)
code: select all
<?php
if ( !$mosconfig_hidecreatedate ) {
?>
<div class="small<?php echo $params->get( 'pageclass_sfx' ); ?>">
<?php echo $created; ?>
</div>
<?php
}
?>
from search.html.php, seems working far.
![smiley :)](./images/smilies/smiley.gif)
Comments
Post a Comment