R
ragtek
Guest
ragtek submitted a new resource:
Trash Can Forum (version 1.0.0) - Move threads with only 2 clicks to your trash can forum
Read more about this resource...
Trash Can Forum (version 1.0.0) - Move threads with only 2 clicks to your trash can forum
If you don't have TMS (http://xenforo.com/community/threads/template-modification-system-tms.27973/ ) installed, you need to change the thread_view template after the add-on installation
Search for
Code:<xen:if is="{$deletedPosts}"> <li><a href="{xen:link threads/show-posts, $thread, 'page={$page}'}" class="MessageLoader" data-messageSelector="#messageList .message.deleted.placeholder">{xen:phrase show_deleted_posts}</a></li> </xen:if>
add below:
Code:<xen:if...
Read more about this resource...