ZeroCool22
Private
- Tham gia
- 18/06/2020
- Bài viết
- 19
- Được Like
- 2
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.
Permissions are all set up correctly to every user group.
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
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.
In the rest of the post/replies, i don't see the CheckBox.
Permissions are all set up correctly to every user group.
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="{{ **** }}">
<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.
Bài viết liên quan
Được quan tâm
Bài viết mới