R_J
AdminR_J Admin
-
Re: How to translate functionality "Category Following"?
No, I'll file an issue. It is more complex than that... (View Post)2 -
Re: Is it possible to remove completely the use of categories ?
You should be able to do so by adding $Configuration['Vanilla']['Categories']['Use'] = false; to your /conf/config.php (View Post)3 -
Re: Version for Vanilla 2.5, 2.6
Easy question! Lines 38 and 39: $Sender->Pager->MoreCode = ''; $Sender->Pager->LessCode = ''; But you shouldn't simply make it $Sender->Pager->MoreCode = … (View Post)1 -
Re: failed to restore vanilla
You need the PHPs memcached extension enabled. If you cannot enable the extension, you need to disable the feature in the /conf/config.php file by searching for $Configuration['Cache'][… (View Post)1 -
Re: failed to restore vanilla
But the error message already tells you what to do: make the Smarty folder writable (path is given in the error message) (View Post)1
