Developing (v7+)

How do I output a Composer Content block in a Page List?

I've created a Page Type that has two Content Blocks in the Composer. I would like my Page List to only display one of those blocks in the output. They are currently both in the "Main" Area in the Page. I seem to be able to output everything in Main us…

How does Page List's "Filter by related topic" work?

When I create a Page List, I have the option to "Filter by related topic" which allows me to select a Topic Tree to filter the pages by. This is a whole Topic Tree, not a particular item in the tree, so how does C5 determine which pages are related? D…

Redactor as default WYSIWYG in 5.6?

Hi, I have been developing a church website in 5.6 for a year or so now. The only real problem we've had is the ease of use of the WYSIWYG editor (We have a lot of older contributors on our site). Redactor seems to be the way to go, and it has proved …

Header Background Does Not Display

We recently started with concrete, and are using the Elemental Theme. The header right now should have a grey background color (selected from the header side menu), but right now it's just transparent through to the background. header.php does not contain…

Files do not exist

After installing the whale bootstrap carousel block to my site, my site says that a bunch of files don't exist. Can you help with what to do here?

Custom query for Pagelist

I'd like to get a `Pagelist` object of multiple pages based on page names. However, I need the ability to do a query with 'OR's. For demonstration purposes, the query would be similar to: [code] SELECT foo, foo2, foo3 FROM bar WHERE foo2 LIKE %art 1…

Making nav visible in editmode

I have an issue with the navbar in my header as I have made the header sticky. When it editmode, the navbar is obscured by the c5 editing strip at the top of the screen. What is the code needed to adjust the position just for editmode viewing? thank…

install.xml : what am I missing?

I am using install.xml to install blocks and singlepages in my package [code] [/code] I have tried this with pagetype=”” as well. The page gets made, but, there is no template associated with it, so I …

Export Users in concrete5 5.7

Does anyone know how to export members in concrete5 5.7? In the dashboard it is not possible.

Globals not working within a function in C5.6

I have the following test code inside a view.php: [code] $tt = 10; print_r("tt: " . $tt . ""); // Get vertical space needed function test() { global $line_offset; global $tt; print_r("tt inside: " . $tt . ""); } print_r("I am here"); …

Filter Posts