Flat Thread Prefix
Es un Prefix diferente, personalizado travez de una clase, <span class="Nombre Prefix"...
Templates & Style > Themes > Your Theme > Global.css > Edit Stylesheet: Advanced Mode
Add these code:
Ahora, creamos el Prefix con la Classe creada en Global.Css
Configuaration > Thread Prefixes > Add New Thread Prefix: Display Style
Referencia:
https://community.mybb.com/thread-162078.html
En la foto del attachment, se observan los dos estilos de Prefix, el segundo de nombre "Prefix Formato" Es el de este Ejemplo. Observar foto adjunto.
Es un Prefix diferente, personalizado travez de una clase, <span class="Nombre Prefix"...
Templates & Style > Themes > Your Theme > Global.css > Edit Stylesheet: Advanced Mode
Add these code:
PHP Code:
.pinostudio-prefix {
height: 4px;
line-height: 4px;
vertical-align: middle;
display: inline-block;
padding: 5px;
font-size: 12px;
font-weight: bold;
color: #FFFFFF !important;
background: #00b4ff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-repeat: repeat-x;
background-position: 0 -1px;
margin-bottom: 3PX;
}
Ahora, creamos el Prefix con la Classe creada en Global.Css
Configuaration > Thread Prefixes > Add New Thread Prefix: Display Style
PHP Code:
<span class="pinostudio-prefix" style="color:white;background: #flatcolorhash;">MyBB 1.8.x Mod </span>
Referencia:
https://community.mybb.com/thread-162078.html
En la foto del attachment, se observan los dos estilos de Prefix, el segundo de nombre "Prefix Formato" Es el de este Ejemplo. Observar foto adjunto.