Andrej Posted November 29, 2014 Posted November 29, 2014 I noticed you can now upload an group icon when editing an user group. However, if I want to use an CSS icon, where I can specify: <span class="userManagement">Management</span>for the user group? I see no option to do that.
AlexWright Posted November 30, 2014 Posted November 30, 2014 Group Formatting Group Name or Use Color This is what I have in my ACP. Try clicking the "Use HTML" button, which is what I get after clicking on Use Color.
Sinistra Sensei Posted November 30, 2014 Posted November 30, 2014 No he is asking about the group Icon not the name format I would think you could do that might have to add a setting to the groups section
AlexWright Posted November 30, 2014 Posted November 30, 2014 Considering he is attempting to assign a class, I assumed he was attempting to alter the groups in that way. What is the code for your userManagement class? If I saw this, perhaps I could see what you were attempting to do. Thanks,Nowe
Andrej Posted November 30, 2014 Author Posted November 30, 2014 No he is asking about the group Icon not the name format I would think you could do that might have to add a setting to the groups section Exactly, I said CSS icon. Just to make it more clear, here is a mockup: Since there is a setting to upload and use an image, it is logical that there should be also an option to specify custom css class so this could be achieved easily.
Sinistra Sensei Posted November 30, 2014 Posted November 30, 2014 you could aloways do this in CSS and add it to the theme settings
ZakRhyno Posted December 1, 2014 Posted December 1, 2014 Exactly, I said CSS icon. Just to make it more clear, here is a mockup: Since there is a setting to upload and use an image, it is logical that there should be also an option to specify custom css class so this could be achieved easily. Meaning bips and icons are gone now by default?
Sinistra Sensei Posted December 1, 2014 Posted December 1, 2014 No you can still set up pips and icons. He is wanting a way to use CSS for the icon. Group icons with CSS will work well with multiple skins
Andrej Posted December 1, 2014 Author Posted December 1, 2014 you could aloways do this in CSS and add it to the theme settings It has been a long time since I touched the conditional statements. I suppose this one is wrong: <if test="$this->memberData['member_group_id'] == 4"> <span class="userManagement">Management</span> </if>What would be the correct conditional in this case?
The Jimmo Posted December 1, 2014 Posted December 1, 2014 It has been a long time since I touched the conditional statements. I suppose this one is wrong: <if test="$this->memberData['member_group_id'] == 4"> <span class="userManagement">Management</span> </if>What would be the correct conditional in this case? I feel like us having to manually code this is a step backwards from previous versions.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.