COMMUNITY FORUM
K2 back-end modified
- Saulius
-
Topic Author
- Offline
- Junior Member
Less
More
13 years 11 months ago #97263
by Saulius
K2 back-end modified was created by Saulius
Hello, K2 lovers!
I have successfully built a car rental website using K2. It works great and shows a great potential of this wonderful component. Now, for the final moment I would love to modify the appearance of the back-end of K2. I attached the files - the original look of K2 dashboard, and the other one (edited with photoshop) showing how I imagine the modified dashboard might look. It's all because my customer doesn't need to see particular elements there :) How can I achieve these kind of changes? When working on Joomla front-end I use firebug and edit the corresponding css. Like in this case I could just to hide (possibly by setting display:hidden in the css) few elements of dashboard. The problem is that I don't know what css I should edit...
Where can I find the CSS file of the K2 Dashboard?
I have successfully built a car rental website using K2. It works great and shows a great potential of this wonderful component. Now, for the final moment I would love to modify the appearance of the back-end of K2. I attached the files - the original look of K2 dashboard, and the other one (edited with photoshop) showing how I imagine the modified dashboard might look. It's all because my customer doesn't need to see particular elements there :) How can I achieve these kind of changes? When working on Joomla front-end I use firebug and edit the corresponding css. Like in this case I could just to hide (possibly by setting display:hidden in the css) few elements of dashboard. The problem is that I don't know what css I should edit...
Where can I find the CSS file of the K2 Dashboard?
Please Log in or Create an account to join the conversation.
- Saulius
-
Topic Author
- Offline
- Junior Member
13 years 11 months ago #97264
by Saulius
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
13 years 11 months ago #97265
by william white
Replied by william white on topic K2 back-end modified
Make a backup of your site first!!! UNTESTED
Try editing the file YourSiteRoot/administrator/components/com_k2/views/cpanel/tmpl/default_quickicons.php
If you remove or comment out some of the items there they will probably not show in the k2 backend dashboard.
You might add a test in the code to show the items if superadmin
Try editing the file YourSiteRoot/administrator/components/com_k2/views/cpanel/tmpl/default_quickicons.php
If you remove or comment out some of the items there they will probably not show in the k2 backend dashboard.
You might add a test in the code to show the items if superadmin
Please Log in or Create an account to join the conversation.
- Saulius
-
Topic Author
- Offline
- Junior Member
13 years 10 months ago #97266
by Saulius
Replied by Saulius on topic K2 back-end modified
Thank you, William.
Once again you saved my life! :)
Regards
Once again you saved my life! :)
Regards
Please Log in or Create an account to join the conversation.