MyBB Community Forums
Disable the date and time in posts - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Disable the date and time in posts (/thread-146037.html)



Disable the date and time in posts - Inafix - 2013-09-29

Could someone tell me how to disable the date and time in posts ?


RE: Disable the date and time in posts - Arbaz - 2013-09-29

Go to ACP>Templates & Styles>Templates>YOUR THEME>Postbit Templates>postbit

Find and Remove:

<div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>



RE: Disable the date and time in posts - Inafix - 2013-09-29

Thank you, that has done the trick.

But, in the list of threads it still shows the date and time of the last posting. Can this be removed too ?