![]() |
Flatty Theme: Mod and Admin CP Links - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: Flatty Theme: Mod and Admin CP Links (/thread-209506.html) |
Flatty Theme: Mod and Admin CP Links - ThistleProse - 2017-04-02 Hi, For the life of me, I cannot find where the code is to edit the appearance of the Admin CP and Mod CP links. All I can find is theĀ {$modcplink} andĀ {$admincplink}, which I've already moved to where I want them. Now I want to change their appearance and I just can't find where to make those changes. Any help would be greatly appreciated. RE: Flatty Theme: Mod and Admin CP Links - .m. - 2017-04-02 Mod CP link comes from header_welcomeblock_member_moderator template of the theme like below
Admin CP link is from header_welcomeblock_member_admin template
[templates guidance] RE: Flatty Theme: Mod and Admin CP Links - ThistleProse - 2017-04-02 Thank you!! |