EQnoble
Well-known member
EQnoble submitted a new resource:
Poll Creation: Mods and Admin Only - Allows for polls to only be created by Administrators and Moderators.
Read more about this resource...
Poll Creation: Mods and Admin Only - Allows for polls to only be created by Administrators and Moderators.
These edits will make the options for creating a poll only display to admins and mods.
- Login to your xenforo admin control panel
- Go to: Appearance -> Templates -> (Select the style you want this to apply to)
- Edit Template: Thread Create
- Find:
Add this before it:Code:<h3 class="textHeading">{xen:phrase post_poll}</h3>
so that it looks like this:Code:<xen:if is="{$visitor.is_admin} OR {$visitor.is_moderator}">
Code:<xen:if is="{$visitor.is_admin} OR...
Read more about this resource...