x00
MVPx00 MVP
Reactions
-
Re: Yaga Plugin dosn't work
You have Yaga installed? (View Post)2 -
Re: Search doesn't work
have you run utility/update utility/structure ? you could set $Configuration['Debug'] = TRUE; in conf/config.php you can also enable debugger. to get the actual query. (View Post)1 -
Re: Redis Cache Layer
@Shadowdare if you look in library core, you can see the cache types, with an abstract class class.cache.php. Given you already have a template. Why not develop it yourself? You already have a templa… (View Post)2 -
Re: What is the Plugin name used at Vanillaforums.org for Addons management ?
it is hosted on git This is the old version https://github.com/vanillaforums/VanillaAddonsApp The new app is in the .org repo https://github.com/vanilla/community see https://github.com/vanilla/commu… (View Post)4 -
Re: How to make main content full width and centered?
use text-center boostrap styles are here http://getbootstrap.com/css/ (View Post)3