PDA

View Full Version : Forum Icons to let a user know they have posted in this thread


toon79
06-18-2013, 06:41 AM
Ever since I updated my theme the icons that show a user they have posted in a certain forum have stopped working. The theme designer hasn't come up with a reason yet. Anyone here had similar issues like this.

Forum here you can see the icons at the foot.

http://www.estetica-design-forum.com/graphic-design-web-design-help/

--------------- Added 1371543397 at 1371543397 ---------------

Figured that it is in the additional CSS to move this image

http://www.estetica-design-forum.com/themecrate/debutant/statusicon/statusicons.png

Back and forward. CODE:

/* THREADICONS */
#main-content .threadbit .threadstatus {
background: url('{vb:stylevar imgdir_statusicon}/statusicons.png') no-repeat -148px 0;
}

.threadbit.new .threadstatus {
background-position: -196px 0;
}

#main-content .threadbit.hot .threadstatus {
background-position: -244px 0;
opacity: 0.5;
}

.threadbit.hot.new .threadstatus {
background-position: -244px 0;
opacity: 1;
}

#threadlist .threadbit.lock .threadstatus {
background-position: -292px 0;
opacity: 1;
}

.threadbit.hot .threadstatus, .hotold {
opacity: 0.5;
}

Any reason anyone can see why this wouldn't work?

toon79
06-24-2013, 01:51 PM
Any ideas anyone?

Ba'al
06-27-2013, 04:52 AM
https://vborg.vbsupport.ru/showthread.php?t=275406
https://vborg.vbsupport.ru/showthread.php?t=271540

toon79
06-27-2013, 06:51 AM
https://vborg.vbsupport.ru/showthread.php?t=275406
https://vborg.vbsupport.ru/showthread.php?t=271540

this is not the issue I'm having. It's the "user posted in this thread" icon overlay that isn't appearing.

Ba'al
06-27-2013, 03:07 PM
this is not the issue I'm having. It's the "user posted in this thread" icon overlay that isn't appearing.
I figured that part out, i was just giving you other options.