The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Post icons in search results?
I found the best advantage to having post icons is to be able to tell the difference between the types of threads found in the "new posts" search results page. in vb4 they no longer show up there. is there a way to "activate" them to show up? or is there some coding required to do something like that now?
thank you in advance |
#2
|
|||
|
|||
anyone?
|
#3
|
|||
|
|||
I got this working, required some changes to the searchbit template and I think some CSS changes as well. All my post icons are 40x40 pixels..
Replace Code:
<!-- status icon block --> <a class="threadstatus" rel="vB::AJAX" title=" <vb:if condition="$show['threadcount']"> {vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}} </vb:if> "></a> With Code:
<!-- status icon block --> <a class="threadstatus" rel="vB::AJAX" title=" <vb:if condition="$show['threadcount']"> {vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}} </vb:if> " style="background-image: url('{vb:raw thread.threadiconpath}'); background-size: 40px"</a> |
#4
|
|||
|
|||
That didn't work for me...this is driving our members crazy,
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|