how to add several ranks?

3 posters

Go down

Solved how to add several ranks?

Post by Mc Nabulsy Sat Feb 18, 2023 9:54 pm

Forum Name: Ahla Tatwer
Forum Link: https://ahla-t.yoo7.com/
Attach a screenshot: https://up.iinkor.com/uploads/167675359738990.png
Explain you problem:
how to add more thank 1 rank to user like you do here?


how to add several ranks? 167675359738990

https://up.iinkor.com/uploads/167675359738990.png


Last edited by Mc Nabulsy on Sun Feb 19, 2023 2:50 am; edited 1 time in total
Mc Nabulsy
Mc Nabulsy
FS Member

Posts : 6
FS - Cash : 18
Age : 25
Location : Palestine

https://iinkor.com

Solved Re: how to add several ranks?

Post by Mati Sat Feb 18, 2023 10:19 pm

Go to your Administration Panel -> Users & Groups -> Ranks --> Rank administration Add new rank

Past the following ranks and save
Code:
<span class="stf">Staff Member</span><span class="ad">Administrator</span><span class="md">Moderator</span>

Then you can style it with css

Code:
.stf, .ad, .md {
  display: block;
  background: #edf6fd;
  border-radius: 3px;
  margin: 5px auto;
  border: 1px solid #bcdef5;
  padding: 4px 8px;
  width: 100px;
  text-align: center;
}
.stf {
  color: #666;
  background: #fbeeed;
  border: 1px solid #f7d8dd;
}
.md {
  background: #6ba65e;
  border: 1px solid #59974b;
  color: #fff;
}
Mati
Mati
Staff MemberAdministratorFounder

Posts : 557
FS - Cash : 1162

https://forumservice.forumotion.com

System32 and Mc Nabulsy like this post

Solved Re: how to add several ranks?

Post by Mc Nabulsy Sun Feb 19, 2023 12:32 am

thank you, solved
Mc Nabulsy
Mc Nabulsy
FS Member

Posts : 6
FS - Cash : 18
Age : 25
Location : Palestine

https://iinkor.com

Solved Re: how to add several ranks?

Post by System32 Sun Feb 19, 2023 7:44 am

Accepted:Issue solved, topic locked.
System32
System32
Premium MemberRetired Staff

Posts : 324
FS - Cash : 350
Age : 31

Solved Re: how to add several ranks?

Post by Sponsored content


Sponsored content


Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum