Keyword

Datumposition ändern

  • kenman
  • kenman's Avatar Topic Author
  • Offline
  • New Member
More
6 years 10 months ago - 6 years 10 months ago #170876 by kenman
Datumposition ändern was created by kenman
Hallo Zusammen,
ich würde gerne den Datum über den Title platzieren.
Leider finde ich das Template dazu nicht.

Unter catergory_item.php wird folgendes angezeigt:
<?php if($this->item->params->get('catItemIntroText')): ?>
<!-- Item introtext -->
<div class="catItemIntroText">
<?php echo $this->item->introtext; ?>
</div>
<?php endif; ?>

Siehe Screenshot, was ich gerne machen möchte.
Kann mir jemand helfen?
Attachments:
Last edit: 6 years 10 months ago by kenman.

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

More
6 years 10 months ago #170884 by JoomlaWorks
Replied by JoomlaWorks on topic Datumposition ändern
Look at the source file: github.com/getk2/k2/blob/master/components/com_k2/templates/default/category_item.php#L28

The date is above the title. Perhaps your override is missing some parts from the source templates.

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


Powered by Kunena Forum