Jump to content

Group Icon


Andrej

Recommended Posts

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.

Posted

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

Posted

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. 

Posted

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

Posted

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? 

Posted

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

    • No registered users viewing this page.
×
×
  • Create New...