Help [tl] Anonymous Posting problem/bug, help appreciated.

ZeroCool22

Private
I just installed the plugin (last version) installed without problem, but i only see the option to Check the Box on the First thread.
In the rest of the post/replies, i don't see the CheckBox.

Z7VetJJ.png


AoD4Ysm.png

Permissions are all set up correctly to every user group.

rLkomVJ.png


I already searched everywhere about this problem and can't find a solution, if someone knows really well XENFORO & PHP, we could connect trough AnyDesk to see if someone of you could help with this annoying problem.

Template of the addon: tap_anonymous_macros

PHP:
<xf:macro name="post_note" arg-post="!" arg-thread="!">
    <xf:if is="$post.tap_has_anonymous AND $xf.visitor.hasNodePermission($thread.node_id, 'tap_canView')">
        <div class="blockMessage blockMessage--important blockMessage--isAnonymous"><strong>{{ phrase('note:') }}</strong> {{ phrase('tap_this_is_anonymous_post') }}</div>
    </xf:if>
</xf:macro>

<xf:macro name="checkbox" arg-selected="{{ false }}" arg-context="{{ null }}">
    <xf:if is="$context == 'quick_reply'">
        <div style="padding:6px">
            <xf:checkbox>
                <xf:option name="tap_is_anonymous_posting" value="1"
                           hint="{{ phrase('tap_posting_as_anonymous_field_explain') }}"
                           selected="{$selected}"
                           label="{{ phrase('tap_posting_as_anonymous') }}" />
            </xf:checkbox>
        </div>
    <xf:else />
        <xf:checkboxrow label="">
            <xf:option name="tap_is_anonymous_posting" value="1"
                       hint="{{ phrase('tap_posting_as_anonymous_field_explain') }}"
                       selected="{$selected}"
                       label="{{ phrase('tap_posting_as_anonymous') }}" />
        </xf:checkboxrow>
    </xf:if>
</xf:macro>

PD: I'ts not a theme problem since i tried with the default one, and the same happens.
PD2: Not a conflict addon neither, i disabled all addons and let only this one active, same problem.
 
Được quan tâm
Xoá post số lượng lớn bởi dhv49,
Bài viết mới
Xoá post số lượng lớn bởi dhv49,
Similar threads 8.9 bởi guclusat,
who i can do like this bởi xteam,
tiềm code ạ bởi Nickyz,
Back
Top