Remove Quick Thread function

Remove Quick Thread function

Nicolas FR

Well-known member
Nikodak submitted a new resource:

Remove Quick Thread function - Allows you to remove quick thread function in forums pages

DESCRIPTION

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.

Code:
<xf:macro template="thread_list_macros" name="quick_thread"
    arg-forum="{$forum}"
    arg-page="{$page}"
    arg-order="{$sortInfo.order}"
    arg-direction="{$sortInfo.direction}" />


RESULT

Before:

View attachment 183954

After:

View attachment 183955

Read more about this resource...
 
Last edited:
You can not do this. You need to make all corrections through the modifications to the templates without making manual edits to the templates. Otherwise, when you update, everything will break.
 
You can not do this. You need to make all corrections through the modifications to the templates without making manual edits to the templates. Otherwise, when you update, everything will break.

"Everything won't break" if you upgrade. Sure it could be done as a template modification but it's not required. XF built the template compare for things like this, to fix outdated templates. For how simple this is I see no reason why it can't be a simple template edit. If the template is updated it's easy to update.
 
Top Bottom