Keyword

[SOLVED] Change "Published in" below an item

More
11 years 4 months ago #113346 by AD
When I search for an item, find it, and the item is displayed on the page, below the item is says "Publish in" and then has a link to the category. I'm using K2 as an employee directory and want to change that wording to "Department:" - where would I go to change that?

Thanks-
Adam

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

More
11 years 4 months ago #113347 by forrestt
Replied by forrestt on topic [SOLVED] Change "Published in" below an item
that text if found in your k2 templates. if you are using default you can find it on your server under components/com_k2/templates/default
you are looking for item.php
look for:
<?php echo JText::_('K2_PUBLISHED_IN'); ?>
and replace it with what you want

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 4 months ago #113348 by Krikor Boghossian
Replied by Krikor Boghossian on topic [SOLVED] Change "Published in" below an item
You should override that string (K2_PUBLISHED_IN) using Joomla!'s language overriding functionality.
This option is located under Extensions => Language manager

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
11 years 4 months ago #113349 by AD
That override worked perfectly - thanks for the help!

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


Powered by Kunena Forum