tags
Concrete5
-
New Concrete5 Looks Pretty Slick
October 22, 2011From what I have seen of what will be the next release of Concrete5 the Core team is adding some great tools into the contentn management system. From what I have seen so far, it isn't so much new functionality that has got me excited as much as polish. The Edit Tool bar is being enhanced with mega drop down menus where now you won't have to click multiple times to access tools in the Dashboard. The drop down menu will give you instant access to the Dashboard buttons from the front side of the website which will save time when doing site edits. Other enhancements include a better installation process for first time users. Now there will be better, on screen instructions once an install is concluded to allow first time C5 users better directions on what they should do next. We are looking forward to the next release of Concrete5.
-
Customizing The Concrete5 Login Page with Your Theme
October 14, 2011Sometimes we are asked by clients if the Concrete5 login page can have the site theme applied to it. The answer is yes and it is relatively easy to do. If you go onto your server in the root directory there is a folder named config. In that folder open the site_theme_paths.php file. After the defined('C5_EXECUTE') or die(_("Access Denied.")); line add the following code with 'mythemename' renamed to whatever the folder name that your theme lives in. $v->setThemeByPath('/login', "mythemename"); The end result? You should see your login page with your Concrete5 theme applied to it.