R_J
AdminR_J Admin
-
Re: Dashboard no longer available as of yesterday morning - themesteam redirect
I found that I have a copy of Cloudy and I renamed the admin.master.php to admin.master.backup which didn't work. But if you rename it to backup.admin.master, everything is fine and you are able to u… (View Post)2 -
How to test the most recent Vanilla version
Have you ever wanted to get a glimpse on what the bright Vanilla future will bring? Well, you can fork the GitHub repo, download phing and composer to build an installable package from the sources, u… (View Post)1 -
Re: Can only view dashboard after install
Version 2.2 has security issues and if you use it, you are acting irresponsible against your users and your hoster. Don't do that. Is there a way to use 2.2? Surely, yes. But if you have to ask, you … (View Post)1 -
Re: how to display language choices when logged out?
The answer has already given by peregrine: the language is a user setting: it is saved in the UserMeta and taken from there. Since there is no UserMeta for a guest, the plugin couldn't work for guest… (View Post)1 -
Re: How to insert YouTube video?
Look in your /conf/config.php for a line like that: $Configuration['Garden']['Format']['Links'] = false; If you find it, change false to trueand afterwards you simply have to insert the links in your… (View Post)2