Left Admin Menu

Open to all! Ask other shopowners for help.
Locked
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Left Admin Menu

Post by zipurman »

This hook will add an optional left menu to your Phoenix admin. Similar to what the old OSCommerce used to have.

https://phoenixaddons.com/knowledgebase ... dmin-menu/
zipurman
-----------

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
KenSO
Member
Posts: 44
Joined: Fri Mar 05, 2021 12:01 pm
Phoenix Version:
Has thanked: 37 times
Been thanked: 4 times

Re: Left Admin Menu

Post by KenSO »

zipurman wrote: Wed Mar 17, 2021 5:45 am This hook will add an optional left menu to your Phoenix admin. Similar to what the old OSCommerce used to have.

https://phoenixaddons.com/knowledgebase ... dmin-menu/
(or icons)

Thanks for this addon. How do we change the blue color in left menu to same grey color as standard menu items (or icons)?
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: Left Admin Menu

Post by zipurman »

You could add to the hMenu.php style section:

Code: Select all

.zipur_admin_leftbar .text-primary{
        color: #222 !important;
    }
You can play with the color values ;)
zipurman
-----------
KenSO
Member
Posts: 44
Joined: Fri Mar 05, 2021 12:01 pm
Phoenix Version:
Has thanked: 37 times
Been thanked: 4 times

Re: Left Admin Menu

Post by KenSO »

zipurman wrote: Wed Mar 17, 2021 3:18 pm You could add to the hMenu.php style section:

Code: Select all

.zipur_admin_leftbar .text-primary{
        color: #222 !important;
    }
You can play with the color values ;)
Thanks Zip! That worked great :D
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

Re: Left Admin Menu

Post by admin »

Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/left_admin_menu/support


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked