[OzzModz] Quick Thread Permissions

[OzzModz] Quick Thread Permissions 2.0.1

No permission to download
WoW @ozzy47 :D

I hadn't noticed that you also have an addon for the problem, moreover one that is so clean with XF permissions and - like much of you - is free.

Must follow you so as not to miss something again ...: D
 
Can this be made a forum permission so it can be turned off on a node by node basis?
 
The addon doesn't work in 2.3.2 because of the change from xf name to xf id.

However, there's another issue: does anyone know which addon completely disables the quick thread feature?
 
The addon doesn't work in 2.3.2 because of the change from xf name to xf id.

However, there's another issue: does anyone know which addon completely disables the quick thread feature?

 
Can you update please? It is one line in the code.

/<xf:macro id="{{ \$templateOverrides.quick_thread_macro.+\/>/isU
 
XML:
<?xml version="1.0" encoding="utf-8"?>
<template_modifications>
  <modification type="public" template="forum_view" modification_key="ozzmodz_quickthread_forumviewA" description="Add code to forum view 2.2" execution_order="10" enabled="1" action="preg_replace">
    <find><![CDATA[/<xf:macro id="{{ \$templateOverrides.quick_thread_macro.+\/>/isU]]></find>
    <replace><![CDATA[                <xf:if is="{{ $xf.visitor.hasPermission('ozzmodzQuickThread', 'view') }}">
                $0
                <xf:else />
                    
                </xf:if>]]></replace>
  </modification>
</template_modifications>

For myself i have upgraded to 2000200
2.1 deleted.
 
Back
Top Bottom