Keyword

Change position of "date created"

  • oliver87
  • oliver87's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 1 month ago #99477 by oliver87
Change position of "date created" was created by oliver87
Hi, I'm looking for pice o code to change position of "date created". Actually it's above the title. I would like to put it at the bottom of it.

 

I think to change some php code but where? :)
Attachments:

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #99478 by william white
Replied by william white on topic Change position of "date created"
After creating an override

search for this block of code

<?php if($this->item->params->get('itemDateCreated')): ?>        <!-- Date created -->        <span class="itemDateCreated">            <?php echo JHTML::_('date', $this->item->created , JText::_('DATE_FORMAT_LC2')); ?>        </span>        <?php endif; ?>

in the appropriate files - item.php for itemvew, category_item.php and move the entire block of code starting one line above it to the desired location.

Please Log in or Create an account to join the conversation.

  • oliver87
  • oliver87's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 1 month ago #99479 by oliver87
Replied by oliver87 on topic Change position of "date created"
Working, thank You :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum