MyBB Community Forums

Full Version: remove table from recent threads plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! I'm using this plugin by vbgamer to show recent threads in portal.

I need to remove the table and remain all other as they are. LikeĀ in the below image.


Current view
[Image: attachment.php?aid=34559]

Needed view:
[Image: attachment.php?aid=34560]



Any help is appreciated. Thank you.
open the plugin file recenttopicsindex.php in editor like notepad++

around line 101 find code <thead> and change to <!-- thead>
around line 108 find code </thead> and change to </thead -->

save the plugin file with above changes and check if it serves your requirement
(2015-07-02, 08:38 AM).m. Wrote: [ -> ]open the plugin file recenttopicsindex.php in editor like notepad++

around line 101 find code <thead> and change to <!-- thead>
around line 108 find code </thead> and change to </thead -->

save the plugin file with above changes and check if it serves your requirement

Great thanks again .m. It worked nicely, just one thing can I remove that border too? (in picture) So it will looks like "recent thread list" will display in background of the site. please help. Thanks.

[Image: attachment.php?aid=34562]
^ around line 100 of the plugin file , find class="tborder" and change it to class="rc_tborder"
Thank you for helping .m. It worked. :-) rep+