PDA

View Full Version : Special style for thread for specific usergroup?


Gripi
05-26-2013, 03:34 PM
Hello..

When i visit one forum, i found some thread have custom style, just like this picture:

https://vborg.vbsupport.ru/external/2013/05/12.png

anyone know what mods for this? or how to create a custom thread css for specific usergroup?

Thanks

SwalyAaron
05-28-2013, 08:31 AM
Who ever helps him this seems similar and I want this =[ vb3.8

http://gyazo.com/0498e9afe7f9e55798f5d5d9725fc320

Lynne
05-28-2013, 03:18 PM
We would need a link to the actual page in order to see what they did.

Gripi
05-28-2013, 05:04 PM
Hello..

Ok, take a look at this link: http://www.webhostingtalk.com/forumdisplay.php?f=36

Page 1 or 2.

I remember someone share this mods long time ago, and i saw this mods installed in two-three forums.

Lynne
05-28-2013, 08:51 PM
All the threads are exactly the same for me in that forum. None have a different background color.

edit: Whoops, spoke too soon. I see one on page 2.

He modified the threadbit template and add this class to the <tr> if the user is a member of a certain usergroup: classified_highlight classified_bold

Then he added this CSS:
.classified_bold h2 a {
font-size: 16px;
font-weight: bold;
}
.classified_highlight .alt1 {
background-color: #FFFFCC;
}
.classified_highlight .alt2 {
background-color: #FFFFCC;
}

Gripi
05-30-2013, 08:27 AM
Hello lynne, thanks alot..

i will try it first.

and i 100% sure someone made this mods before, i just dont remember the name and the link, take a look at this site, exactly the same mods: http://www.ads-id.com/forums/forumdisplay.php/143-Service

Lynne
05-30-2013, 11:37 PM
Then try a search using different terms like "*usergroup*" or "*highlight*" or "*thread*". I do not have a link handy to that mod.