Recent content by Letrix

  1. Letrix

    XF 2.0 If statements in extra.less

    Any info on how? I'm not very familiar with creating custom templates of this nature; nor do I know where to search for bespoke add-ons.
  2. Letrix

    XF 2.0 If statements in extra.less

    Looking for something that will change a class's property based on whether another condition. For example If the username class = X then userTitle will inherit the colour from X. else userTitle { color: Y } OR If the user group = X then userTitle will inherit the colour from (insert class)...
  3. Letrix

    Implemented Moving multiple users to a usergroup with one click.

    With our forum having 1.5 million accounts, that's pretty difficult :p But thanks for that suggestion.
  4. Letrix

    Implemented Moving multiple users to a usergroup with one click.

    That's unfortunate. Perhaps it's something the developers could work on soon as it's a very useful feature. Thanks regardless.
  5. Letrix

    Implemented Moving multiple users to a usergroup with one click.

    Are you sure? I want to add multiple users to the same group by just entering their usernames. In the Batch Update User function, I cannot type multiple usernames. If I'm wrong, do please show what I'm missing. Edit: Maybe don't move my post to the Closed Suggestion forum if my post hasn't...
  6. Letrix

    Implemented Moving multiple users to a usergroup with one click.

    I would like to see a feature on the Admin Control Panel where Administrators can move multiple users to a usergroup at once, instead of having to do it one by one. This would greatly reduce the amount of time spent doing the same action over and over, especially for forums such as mine where we...
  7. Letrix

    XF 2.0 Styling custom user titles

    The entire point of this is for me to retain the custom styling whilst using a custom title. So other users in the same usergroup can also have custom titles whilst retaining their user group's colours.
  8. Letrix

    XF 2.0 Styling custom user titles

    Not working as you describe.
  9. Letrix

    XF 2.0 Styling custom user titles

    Bump. Any help is appreciated :)
  10. Letrix

    XF 2.0 Styling custom user titles

    Not quite what I'm looking for. Trying to make the custom tag into the same colour as the default override. Custom tag here is Massive legend and the css tag for this seems to be "userTitle message-userTitle" Without the custom user tag, the colour is what I want it to be
  11. Letrix

    XF 2.0 Styling custom user titles

    Hello. I would like to style custom user titles to be the same colour as their primary group user title on my forum. Is there a way to do it? I've tried things such as .userTitle.message-userTitle { color: .userBanner } but to no avail. Here's an example of a custom user banner that I'm...
Back
Top Bottom