The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Is it possible for people to have multiple ranks

    hypews
    hypews
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    In progress Is it possible for people to have multiple ranks

    Post by hypews May 26th 2020, 7:09 am

    Technical Details


    Forum version : #ModernBB
    Position : Founder
    Concerned browser(s) : Mozilla Firefox
    Who the problem concerns : All members
    When the problem appeared : Never, just a query
    Forum link : https://forum.solisimperium.net/

    Description of problem

    Hi,

    I am a founder level user. Is it possible for users to have multiple ranks. I have a staff member that wants his "Mod" rank and his other rank. I can only choose one rank from the dropdown of choosing a "Special Rank".

    mSyx
    mSyx
    Forumember


    Male Posts : 155
    Reputation : 47
    Language : French & English
    Location : France

    In progress Re: Is it possible for people to have multiple ranks

    Post by mSyx May 26th 2020, 8:36 am

    Hey there,
    There is no core function available for this on FM.

    However, there is a basic trick for having multiple ranks shown:
    from this post (Sir Chivas™):https://help.forumotion.com/t124281-multiple-rank-titles-and-images#827358

    Hi,

    Try adding this into the title of the rank:
    Code:

    <img src="URL" /><br><img src="URL" /><br><img src="URL" /><br> <img src="URL" />

    You can create a new rank and insert multiple images in its content with the <br> tag between each of them.
    The same can be done with text;
    Code:
    Rank 1<br>Rank 2

    If you want to stylize each of your ranks with CSS:
    Code:
    <span class="rank1">Rank 1</span><br><span class="rank2">Rank 2</span>

    You would then manage your ranks' styles within your forum CSS stylesheet:
    Code:
    .rank1 {
    css here
    }

    .rank2 {
    css here aswell
    }

      Current date/time is September 22nd 2024, 4:34 pm