- Joined
- Jan 21, 2022
- Messages
- 809
- Points
- 153
Reputation:
Reputation:
Check if the buttons show up on default style
Reputation:
I don't have the default style installed anymore.
You can reinstall it.
Just create a new style. XF will generate the default style for you once you create one.
/admin.php?styles/add
Reputation:
did you really set the permissions?
View attachment 36737
Please go to template modifications and check if they are working.
View attachment 36738
Which version of Xenforo and of the addon you are using?
Reputation:
I'm using 2.2.9.
I don't upgrade the version because i never made that and i don't want to risk updating it.
If that's the problem, i will never use that addon.
And yes, i really set the permissions.
Reputation:
Did you checked that the template modifications are working?
Reputation:
Reputation:
You need to check each of them by clicking on them, then you should get a test button at the end of the template modification
</xf:checkboxrow>
<xf: option name="option[liamw_postmacros_expanded_macros]" checked="{$xf.visitor.Option.liamw_postmacros_expanded_macros}" label="{{ phrase('liamw_postmacros_expand_macros_in_macro_list_by_default') }}" />
</xf:checkboxrow>
<!--[XF:account_links:bottom]-->
<xf:if is="$xf.visitor.canUseMacros()"><li><a href="{{ link('account/macros/active') }}" class="menu-linkRow">{{ phrase('liamw_postmacros_post_macros') }}</a></li></xf:if>
<!--[XF:account_links:bottom]-->
<h3 class="block-minorHeader">{{ phrase('settings') }}</h3>
<xf:if is="$xf.visitor.canUseMacros()">
<h3 class="block-minorHeader">{{ phrase('liamw_postmacros_post_macros') }}</h3>
<div class="block-body">
<a class="blockLink {{ $pageSelected == 'liamw_postmacros_active' ? 'is-selected' : '' }}" href="{{ link('account/macros/active') }}">
{{ phrase('liamw_postmacros_active_macros') }}
</a>
<a class="blockLink {{ $pageSelected == 'liamw_postmacros_inactive' ? 'is-selected' : '' }}" href="{{ link('account/macros/inactive') }}">
{{ phrase('liamw_postmacros_inactive_macros') }}
</a>
</div>
</xf:if>
<h3 class="block-minorHeader">{{ phrase('settings') }}</h3>
Reputation:
Tell me what is working, if you go into your account preferences do you see this one:
Do you see in ACP that:
Ok I guess I know what the problem is.
- Go to ACP
- Change the permission of Maximum macros to something which is not 0
- Now you should see the New macro ... button on your account settings
- Create a new macro there, or create a new macro in ACP
- If in ACP, then you need to go to your account settings to inactive macros and enroll the one, so that this will be shown in the active macro section
- Did you add the post macro icon to the toolbar already? If yes, then the button will be visible
Where can i activate it?
- Did you add the post macro icon to the toolbar already? If yes, then the button will be visible
Reputation:
I already can create new macro but i can't post them because i don't see the macro button
Did you add it here:
View attachment 36770
If you still do not see it, did you execute this one:
Change the permission of Maximum macros to something which is not 0
Reputation:
Changed :
Added :
- N/A
Removed :
- Add a rebuild permission system (in rebuild cache), this should avoid the message that appears in the admin panel.
If you're modifying post macro permissions for a user group or changing a global macro, please rebuild- Add a permission for the metadata thread
Note :
- N/A
...
- N/A