http://legacy-documentation.concrete5.org/tutorials/white-labelling
This old document refers to modifying runtime settings in config/site.php
Where is the preferred place to put these values now?
Thanks
Hello,
Although I've been a member what seems like ages, I don't get to use C5 very often and every time I do, everything seems to change to anextent, so I seem to have to do the learning thingy again!
I'm using the latest version 5.7.5.8 and I've a…
Steps:
- Created a page type
- Added a few pages
- Added a new Content block to the page type
- Added the Composer Block to the page type defaults
Now I want to edit an *existing page*. This results in an "Unable to load block into composer" error.…
Hi All,
I've been going back and forth for months now trying to nail down a solid hosting solution that supports 5.7 with loading speeds that are acceptable.
For years, my small company has used a dedicated server from GoDaddy. The speed was there …
I am unable to log in. I sent a password reset to my email, but it never came through. Now I'm getting a message that my IP has been banned.
Please advise.
I need to make one page template called "products". Inside this page template there is a topic attribute that allows you to select a topic for the page, so in this case they are product categories.
I need to create a page list that first grabs all the…
So i have been getting to grips with using the Twitter Bootstrap Layouts in a custom theme. And i think i have mastered it.
However i do have one query. Outside of Concrete5 you can assign multiple classes to a column for example you can have it as 6 c…
Hello,
I think i found a litte bug in the silder.
In form_setup_html.php at the field for maximum width, there is
[code]
[/code]
I think that should be
[code]
[/code]
I wonde…
Hello
If I use provider located from the application source it works:
app.php:
[code]
return array(
'providers' => append_config(array(
'\Application\Src\Utility\UtilityServiceProvider',
))
);
[/code]
but if I try to regi…
I'm trying to find a solution for an area background. I've tried Layouts, but I prefer to set things up via a template file.
If I want to set up three backgrounds on an area, what would be the best way to achieve that? A custom style won't work, becau…