MyBB Community Forums

Full Version: Disable the date and time in posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Could someone tell me how to disable the date and time in posts ?
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>
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 ?