I would like to add some links to the first panel that displays in Joomla back-end. Which files should I modify?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The actual file path that you need to edit is this:
your-site-root/administrator/modules/mod_quickicon/helper.php
You will see the function getButtons() with an array being created with all the icons and it’s params (link, image, text, access). Just copy one, paste it where you want it to show in relevance to the other icons and then replace the content with your content you want added.