MyBB Community Forums

Full Version: How to remove dates from recent threads plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! Can someone please explain how to remove these dates from the recent threads. I'm using this plugin http://mods.mybb.com/view/recent-topics-on-index-page by vbgamer. Also After that I need to align threads to center. thnx.

[Image: attachment.php?aid=34360]
plugin file needs to be modified to remove the date & to change the style of the output

you can remove below code segment from lines 141 - 144
<td class="trow1">' .
$postdate . ' ' . $posttime . '
</td>
</tr>
'; should be retained in line 144

if direct help required, you may PM me temporary access to forum admin panel & files
Thanks. .m. I have deleted the ; before   Smile  now i got it.