The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Forum Icons to let a user know they have posted in this thread
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...b-design-help/ --------------- Added [DATE]1371543397[/DATE] at [TIME]1371543397[/TIME] --------------- Figured that it is in the additional CSS to move this image Back and forward. CODE: 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; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|