vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: Removing the recent discussions and activity from page sidebars?
to every page you want to remove a module you would add the code in the head section of that page. Something like this <?php $this->Head->unsetAsset('SideMenuModule');?> You can… (View Post)2 -
Re: Upgrading from 2.0.x to 2.1 stable
@DenisS You need to remove the old default.master.php from the applications/dashboard/views folder. run utility/structure as well. Then you will most likely need to re edit the css or try another th… (View Post)2 -
Re: Error during Vanilla installation - /vanilla/setup/testurlrewrites 404 not found
I suspect they may have left the local host instead of putting in the name of the host. This happened to me a while back and could not figure it out then my host pointed it out to me that is was wron… (View Post)1 -
Re: problem with https
You may need to edit the embed.js or the remote.js depending on which plugin to embed you are using. Look in those and change all http to https also you can try adding this to config.php $Configurati… (View Post)2 -
Re: What is missing in vanillaforums
The whole point is for people to make and decorate their themes the way they want. It would be silly if all forums looked identical. I am not sure what basic things you refer too. Vanilla has the sam… (View Post)1
