hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: create unique page
You might just direct them to this site: http://www.tehplayground.com/ (View Post)2 -
Re: How to check for existence of a permission
I get a full list of permissions with the following code in Yaga: $PermissionModel = new PermissionModel();$Permissions = $PermissionModel->PermissionColumns();unset($Permissions['PermissionI… (View Post)3 -
Re: Unable to install vanilla ( doesnt redirect to dashboard)
It sounds like the framework was installed, but the Vanilla application wasn't enabled. Make sure the following lines are in your /conf/config.php file: $Configuration['EnabledApplications&… (View Post)1 -
Re: [Solved] Installation Error
Welcome to the community! There is already installation tables in your db. Either remove them or create a new db. (View Post)2 -
Re: Several custom pages
I highly suggest the Basic Pages application: http://vanillaforums.org/addon/basicpages-application Try it out. (View Post)2
