Eliminating Timestamp

Permalink Browser Info Environment
Hi,

I was wondering if there was a way to eliminate the timestamp from the list of blog posts on the main/home blog page. I followed the tutorials in the documentation pretty closely for setting up the blog, but, when setting up the page type, I left out the public date/time, and when setting up the stacks, I left out the c5dk block header(which includes the posted by date and time). Yet, even with leaving out those two variables, my main blog pages still lists the blog titles with dates and times it was posted. Is there any way to eliminate the timestamp, as I am transferring a blog over and the timestamp is irrelevant? Any help would be greatly appreciated. Thanks.

Type: Ticket
Status: Archived
edsaxmoore
View Replies:
C5DK replied on at Permalink Reply
C5DK
Sorry for the late answer...

You probably have to make a template for the C5DK blog header. It should not be that hard.

You have this code in the view.php of the C5DK Blog Header:
<?php echo t('Posted by'); echo ' <i class="fa fa-user"></i> ' . ($C5dkUser->fullName? $C5dkUser->fullName : t('(Not set)')) . ' - <i class="fa fa-clock-o"></i> ' . $C5dkBlog->getCollectionDatePublic(); ?>


Change that to:
<?php echo t('Posted by'); echo ' <i class="fa fa-user"></i> ' . ($C5dkUser->fullName? $C5dkUser->fullName : t('(Not set)')); ?>


And you should be good to go.

/Michael
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.2.1
Version Installed - 8.2.1
Database Version - 20170802000000

# concrete5 Packages
Advanced Color Picker (1.0c), Background Image and Overlay (0.9.9), C5DK Blog (8.2.1.0), C5DK TwentyTwenty Image (1.0.3), Cycle2 Slide Show (1.0.2), Devoda SEO (1.1.4), Easy Weather (1.0.0), Enhanced Version List (0.9.2), Event Calendar (3.4.1), ExchangeCore reCAPTCHA (1.1.1), EZ Event (1.0), EZ Preview (1.0.1), HTML Beautifier (0.9.5.4), Like This (0.9.1), Neat (0.9.2), Page Activity (0.9.3), PDF Viewer (1.0.1), Ronyd Expanded Search Bar (2.0), Share Me (0.9.1), Simple Backup (2.0.1), Social Media Icons based on FontAwesome (0.9.4), Stucco (2.1.3), Studio Testimonials Pro (1.2.1), Styled Maps (1.2.3), Styled Scroll Bar (1.1), Tallacmans Copyright (0.9.3), Thumb Gallery (1.0.3), Vivid Carousel (1.0.1), White Label (1.0.1)

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Safari/604.1.38

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.