Keyword

Need to add additional tab for edit item in admin

  • nisha r
  • nisha r's Avatar Topic Author
  • Offline
  • New Member
More
10 years 8 months ago #123774 by nisha r
Hi,

I have installed joomla 2.5.11 and k2 2.6.6. I need to add additional tab in wysiwyg editor near attachment tab.

I have tried to add additional tab and applied the below code which is located in
<site-name/administrator/components/com_k2/views/item/tmpl/default.php.

<?php if ($this->params->get('xxxxxxTab')): ?>
<li id="tabxxxx"><a href="#k2Tab8"><?php echo JText::_('K2_xxxxx'); ?></a></li>
<?php endif; ?>

I'm new to Joomla since i'm strucked where and which file to add JTEXT and how to get params in Joomla. Any help would be appreciated.

Thank you.

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 8 months ago #123775 by Yiota
Hello,

You can create a K2 plugin based on getk2.org/extend/extensions/90-example-k2-plugin-for-developers and extend the backend form for the item.

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


Powered by Kunena Forum