vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Getting error on 2.3
You can fix that by replacing the permissions in the array with these changes 'RegisterPermissions' => array( 'Garden.Moderation.Manage', 'Garden.Settings.Manage', 'Vanilla.Discussion.Add', 'Vanil… (View Post)1 -
Re: File Upload Count Per Discussion
You can attach files of any kind inside a zip folder. Or copy the code and post it here by pasting it selecting it and choosing code from the editor drop down menu. (View Post)1 -
Re: Permission for a moderator
If the permissions say Garden Settings Manage, change it to Garden Moderation Manage , that's just a guess though, but in theory that would change permissions to allow moderators with the permission … (View Post)1 -
Re: How can I add code into the < head > portion of my template?
Are you trying to embed a slide show ? If your theme is based on a tpl template, you need to add the code in the default.master.tpl in the head area. between {literal}codehere{/literal} tags each scr… (View Post)1 -
Re: Gopi theme embedded gets longer and longer, scrolling for search field necessary
You have JS errors and you must add a max-height for the iframe that contains the forum/comments. Try another theme or learn how to make a theme yourself. https://www.w3schools.com/css/ (View Post)1