2012-11-12, 02:23 PM
2012-11-12, 02:31 PM
When creating a new thread prefix, set the display format to something like this:
Then you can modify how it's displayed within your global.css using something like the below:
<span class="prefix prefix-whatever">PREFIX HERE</span>
Then you can modify how it's displayed within your global.css using something like the below:
.prefix {
display: inline-block;
padding: 2px 4px;
border-radius: 3px;
}
.prefix-whatever {
background: red;
color: #ffffff;
}
2012-11-12, 02:35 PM
repped.
thanks man.
it will creat single background color prefix.
but
How can i create different different color prefix??
thanks man.
it will creat single background color prefix.
but
How can i create different different color prefix??
2012-11-12, 02:43 PM
just change prefix-whatever to something different and add a new block for it to the CSS.
2012-11-12, 02:56 PM
ok.
wow.thanks man.
pls read my previous pm and make it.
Is there any way that thread prefix seen only in selected forum and few prefix only use by admin?
wow.thanks man.
pls read my previous pm and make it.
Is there any way that thread prefix seen only in selected forum and few prefix only use by admin?