COMMUNITY FORUM
Hide a few icons In the "Quick K2 icons"
- Django
-
Topic Author
- User
How can I hide a few icones in the admin "Quick K2 icons" ?
I would like to remove the last lihne : K2 documentation - Extend K2 - K2 community - JoomlaReader.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
It is possible to override the mod_k2_quickicons module in the administrator template.
You can follow the exact same method as with the frontend modules.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
That's what I did, in /administrator/modules/mod_k2_quickicons/tmpl/default.php.
I removed a few parts of the code concerning the icons I don't want to display.
( I try to send this message without the code I added first, because I get the message :
"Spam attempt detected. The message has been rejected. ")
The end of this file is :
<div style="clear: both;"></div>
<?php endif; ?>
</div>
But, after this modification, I have a blank page instead of the admin.
2 surprises too :
- I have no link for K2 in the admin menu , just the Quickicons
- I installed the french language for K2, but it stays in english (the rest of the admin is in french)
Joomla 2.5.28.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
I just kept the
<div class="icon-wrapper">
</div>
If you have and idea why I have no link to K2 in the admin menu, and why the french language file is not found by K2 ...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
An end/ if possibly? Enabling error reporting can be really helpful.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Also you can send PHP via a Github gist.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
Still no link to K2 in the menu, but this is less important, because we have the quick icons.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
And this site is under Joomla 2.5, so the template is Bluestork.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
You need to do what you normally do with eg: mod_k2_content with /administrator/modules/mod_k2_quickicons.
Please Log in or Create an account to join the conversation.
- Django
-
Topic Author
- User
Thanks for your help Krikor.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Please Log in or Create an account to join the conversation.