Is it possible for people to have multiple ranks
2 posters
Page 1 of 1
Is it possible for people to have multiple ranks
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".
Re: Is it possible for people to have multiple ranks
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
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;
If you want to stylize each of your ranks with CSS:
You would then manage your ranks' styles within your forum CSS stylesheet:
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
}
Similar topics
» Posting as multiple people
» How to Have multiple ranks?
» Having Multiple Ranks
» Multiple ranks
» How do I make sure people cannot make multiple accounts/someone has more than one IP address
» How to Have multiple ranks?
» Having Multiple Ranks
» Multiple ranks
» How do I make sure people cannot make multiple accounts/someone has more than one IP address
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum