Jump to content

Group Icon

Featured Replies

Posted

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.

 
This is what I have in my ACP. Try clicking the "Use HTML" button, which is what I get after clicking on Use Color.

Edited by Lord Nowe

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 

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

  • Author

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. 

you could aloways do this in CSS and add it to the theme settings 

​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?

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 

Edited by Sinistra

  • Author

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? 

​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.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.