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…
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…
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 …
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 …
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…
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?
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 …
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…
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…
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…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.