Heisenberg submitted a new resource:
You must be registered for see links
- Allows you to remove quick thread function in forums pagesDESCRIPTION
This template modification allows you to remove quick thread function in forums pages in a easy way
HOW TO ?
Go to forum_view template and search this part of code (around line 147), delete it and save.
RESULTCode:<xf:macro template="thread_list_macros" name="quick_thread" arg-forum="{$forum}" arg-page="{$page}" arg-order="{$sortInfo.order}" arg-direction="{$sortInfo.direction}" />
Before...
You must be registered for see links