How to rwmove date under the thread name in FORUMDISPLAY ?
Hello.
When you go to any forum you get to page where:
in the left column there are names of threads. Under that name of every thread there is a nickname of topicstarter, date of creating topic, page icons if there more then 1 page.
Question is - how to remove date from there?
I guess I need to delete some code in FORUMDISPLAY template, but I just can't understant what exactly to delete..
--------------- Added [DATE]1476388175[/DATE] at [TIME]1476388175[/TIME] ---------------
i see it in
threadbit template, but if I delete
{vb:raw thread.startdate}, {vb:raw thread.starttime}, and next
{vb:raw thread.startdate} then on forumdisplay it will show me: [ARG:5 UNDEFINED], [ARG:4 UNDEFINED]
--------------- Added [DATE]1476388270[/DATE] at [TIME]1476388270[/TIME] ---------------
Code:
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:stylevar dirmark}}
</vb:if>