View Full Version : Post Icon after Thread Prefix
elikkha
05-31-2016, 10:18 AM
Hi all
My question is in the title :)
I would like to know how display the post icon after the thread prefix in the thread title.
What are the files to modify please ?
Sorry, english is not my native language so i hope you understant what i mean ;)
thanks for yours answers
MarkFL
05-31-2016, 01:42 PM
You will need to edit your "threadbit" template. Locate the code:
<vb:if condition="$show['threadicon']">
<img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" />
</vb:if>
<vb:if condition="$thread['sticky']">
<img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
</vb:if>
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span id="thread_prefix_{vb:raw thread.realthreadid}" class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
Move the code colored red to directly below the code colored blue.
elikkha
05-31-2016, 05:24 PM
Thank you
It seems so easy when you give the soluce ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.