Hello guys,
Can someone please teach me how can I remove completely the prefix that appears before the topic title from my threads list?
I don't know what file to edit...
Thanks!
--------------- Added [DATE]1363623518[/DATE] at [TIME]1363623518[/TIME] ---------------
Solved!
edit threadbit and remove:
Code:
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>