Developing (v7+)

narrow blocks down in areas

Hi there, the available blocks in c5 are numerous, is it possible to narrow single blocks down for an area? example: [code] #create a new area $ahh = new Area('Sidebar'); $ahh->display($c); #only allow certain blocks in this area $ahh->allow…

Edit theme files in dashboard?

Has anyone created an add-on package which would allow admins to edit theme files via dashboard? I already know how to add customize-comments to css files so that the styles can be edited in dashboard, but this is rather restricted. The point is that i…

Parent section name (w/ multi-tier)

I looked around the forums and found the way to embed the section name within a template is to use [code][/code]So even if your on a subpage of a section, the main section name is still displayed. My issue is, if someone goes three levels deep, then the …

Form Email Issue

So I have been running a site for a couple of months now using Concrete's built in form system. It was brought up to me today that form was longer working. After investigating I realized that the form goes to a blank screen unless I uncheck the "Notify …

Embed page list block in template

I use the following to hard code an auto-nav into a template [code] $headernav = BlockType::getByHandle('autonav'); $headernav->controller->displayPages = 'top'; $headernav->controller->orderBy = 'display_asc'; $headernav…

RSS Feed

We have a news feed that shows titles and intro content then links to the main story. The client wants a RSS Feed when creating new news stories. Is this hard to do in c5? Could someone point me in the right direction?

events / bootstrap

Hi there, as the documentation shows, there are several events available in c5 to hook into. I basically want to add security-related functionality and that should be done before any request-parameters have been processed. Is there an event that is …

Problem with Login Block

Hi,new to C5 but loving it already. I have a problem however with the Login Block downloaded from the marketplace. I have installed it through the dashboard and it appears there as an installed and currently available package but when I put the target pag…

Installing Attributes with a Package

I have packaged up a theme and would like to install a couple of text & image attributes along with the theme. I am using the code below in my controller.php file and the text attributes install fine, but not the image ones. What am I not doing right? [c…

Dashboard Modules

Hi everyone, I was just wondering if there is any documentation about how to customize/add dahsboard-modules. I saw some impressive addons like "mailing" which add new dashboard modules. How can that be achieved? Thanks in advance for any tips an…

Filter Posts