• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: I want to add created date to recent post.

I want to add created date to recent post. 11 years 4 months ago #20471

Hi.

I use RSBlog! 1.0.0 rev 9 on Joomla 2.5.8.
I hope to add post created date to mod_rsblog_recent.
So I changed mod_rsblog_recent/default.php near line 18:

Before:
<li><a <?php echo $opener; ?> href="<?php echo RSBlogHelper::route('index.php?option=com_rsblog&layout=view&cid='.RSBlogHelper::sef($item->id,$item->alias),false, $customItemid) ?>"><?php echo $item->title; ?></a></li>

After:
<li><a <?php echo $opener; ?> href="<?php echo RSBlogHelper::route('index.php?option=com_rsblog&layout=view&cid='.RSBlogHelper::sef($item->id,$item->alias),false, $customItemid) ?>"><?php echo RSBlogHelper::displayDate($item->created_date, false, true, true); ?>&nbsp;<?php echo $item->title; ?></a></li>

but created date is not appear, only title.
please point out any mistakes to me in this change.
The administrator has disabled public write access.

I want to add created date to recent post. 11 years 3 months ago #21017

I solved the problem.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!