The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Sorry for bumping an old thread, but as a note to this if you just replace true with false it won't show the normal thread icon or the poll icon (we have thread's that MUST show the selected thread icon for posts, NWS posts for users at work)
However, if you change it to this it will never show the poll thread icon and only show the normal thread icon (if any were selected). Code:
// show poll icon if (0 != 0) { $show['threadicon'] = true; $thread['threadiconpath'] = "$stylevar[imgdir_misc]/poll_posticon.gif"; $thread['threadicontitle'] = $vbphrase['poll']; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|