Developing (v7+)

Auto-Nav, HTML

I am currently building my website with this beautiful CMS. I'd like to know is it possible to make the pages in the navigation display horizontally instead of vertically? If so, please tell me how. Also, how do i add HTML to my page? I have already…

Can we get a look at the new grid code in 5.7?

Hi all, Does anyone know if there's anywhere we can have a poke around with the new grid functionality in 5.7? I've had a quick look in git hub namely the 5.7.0 branch but can't see any examples in the built in themes. Thanks & cheers

Access and Permissions in File Manager

Going to the documentation I was excited to see this... http://www.concrete5.org/documentation/editors-guide/dashboard/file-manager/access/ It looks like a pretty nice interface but how does an admin find it. As a top level editor I've liked what I…

Unable to Connect to Database

I just transfered my site to a remote server, following this: http://www.concrete5.org/documentation/installation/moving_a_site/ Unfortunately, when I go to my site, I get an error. I attached a screen shot of it.

Getting the name of a stack in an area

Is it possible to get the name of a stack that is in a page area? I need to count the number of blocks in the stack, but don't know the name of the stack or I'd do this: $s = Stack::getByName('THE STACK NAME'); $blocks = $s->getBlocks(STACKS_AREA_NAME…

addHeaderItem not adding header item

In a block, I have: [code] public function view() { $categories = Category::all(); $this->set("categories", $categories); $html = Loader::helper('html'); $this->addHeaderItem($html->css('my.css', 'my_block')); } [/code] I'…

Best practices on translating dynamic content...

In the interest of having consensus on a topic that is important but spread all over the place, I'm starting this thread. Short version: Should we wrap things that could create site-specific dynamic content in the t() function? The euro gang wants t…

Help!! Site Down!! C5 Upgrade problem

Hi folks, I really hope someone can help. I tried to upgrade to 5.6.1.2 from 5.6.0.1 but didn't realise that the server was almost out space. I got this error when trying to download the update: [code]Parse error: syntax error, unexpected T_ENCAPSED_AN…

Pretty Image URLs

Hello, I have pretty URLs enabled on my site and they work for the page URLs but only sometimes for the image URLs. The images in the homepage and about page read correctly: http://americamartin.com/files/3013/6878/8382/Fine-Artist-America-Martin.j…

Filter Posts