Developing (v7+)

Can't delete page types

When I try delete a page type I get the following error message: "You must delete all pages of this type before deleting this page type." I'm assuming this means to delete all the pages using the page type. I have deleted all the pages of this type so …

How to overwrite a package javascript file?

Hey everyone, I need to overwrite a JavaScript file that came with a package that I installed. I attempted to move the file to the root/js folder - and that didn't work, then I moved the file to the Blocks folder keeping the folder structure the same a…

Refreshing/updating block data does not work

Hello world! I had to make some modifications to the built-in form block. First things first, I added a new entry to db.xml for btForm. Then, I coded the new input element to have a new, boolean type setting for the form block. After refreshing the block…

Clip Board

Hi Team I have a really annoying issue. My fault should have checked it actually worked before using it! I have 300 pages with an easy accordion block which i had to manually add the add layout to because you can't use this in page defaults and i can a…

Overriding System Pages/Files

Hello Everyone! :D! I'm having issues with overriding system pages/files as the subject kindly suggests. Okay, so basically, I'm trying to make a 'members' page which will have information about memberships with the purpose of the site. It's nothing to…

C5 Disk space usage

I've just cleaned out one fairly small low-traffic site, reducing its disk footprint from 296MB to 88MB by deleting 'crap' which would be OK if it were crap I had created but it's not and this stuff gets backed up every night and then transmitted off-site…

design of my website

All: I'm new to website development, but I found concrete5 fairly easy to use, and have managed to put together a rudimentary website: www.LeavingCastrosCuba.com I want o change a few things that I have not yet been successful in doing: 1. I want to…

Add page manually

Hi, After some searching, I cannot find a way to create a page manually. I would like to know what the SQL command would be, or better yet, is there a built in API command? Thanks.

Auto Nav dynamic output based on level

Here is what my client is wanting to do: Sub Navigation always shows the "below" level with its immediate children, unless there are no children. If there are no children, then show current level. here is an example: http://www.pcbc.org/conc/index.ph…

PageList feature by "tags" attribute

How do I filter by a select attribute (with a handle, "tags") for a select value, "featured"? [code] Loader::model('page_list'); $list = new PageList(); $list->filterByAttribute('tags', 'featured'); $pages = $list->get(); print_r($list); [/code…

Filter Posts