2018-11-16, 04:43 PM
So, basically what I want to do is for Administrator(group4) i want to have another user title that is non-customizable. But only will show under Administrator profile
This is the code that I have currently
problem is that now it's showing for everyone, even non-administrator... how can i make it only administrator group has it ?
![[Image: 333bf08ec589f6430e998b2202902064.png]](https://camo.mybb.com/679e681d037672a7508030e2a15edbc5b284a401/68747470733a2f2f692e6779617a6f2e636f6d2f33333362663038656335383966363433306539393862323230323930323036342e706e67)
FOUND THE SOLUTION THANKS TO doylecc
:<if $post['usergroup'] == 4 then> XXXXX </if>"
This is the code that I have currently
Quote:<div style="text-align: center;padding-bottom: 5px;font-size: 12px;"><span style="color: #26DADB;font-family:monospace;">[STAFF]</span></div>
problem is that now it's showing for everyone, even non-administrator... how can i make it only administrator group has it ?
FOUND THE SOLUTION THANKS TO doylecc
:<if $post['usergroup'] == 4 then> XXXXX </if>"