Developing (v7+)

Can I remove C5 JS code from Public Site? Is it used?

My site theme has a dropdown menu that seems to be conflicting with the C5 jquery scripts. I've blocked the theme's JS in edit mode (so I can build my site) but in the normal Public View mode the dropdowns don't work because it is conflicting with C5's…

Missing editor

I have noticed today that when I go to edit a content block, the WYSIWYG editor doesn't show and instead just shows me the source code. (See attached screenshot.) Just started happening today without any changes being made to my system. Any ideas? T…

dashboard inacccesible

After updating to the newest version of concrete5, the tool bar at the top of the screen disappeared. Can someone provide some guidance? Thanks!

Custom Form Block

Is there any way I can make a form (or take an existing form) and save it as SampleForm. Then edit it in Dreamweaver or notepad? The reason I would like to do that is to use the framework it has but be able to customize how the data fits in the form a…

get block path from within block controller

Is it possible to get the block path from the blocks controller? basicly need something like below, however i get an error. [code] $layout_dir = Block::getBlockPath() . '/layouts/'; [/code] Error [code] Fatal error: Call to undefined method S…

Responsive Videos

I would like to hear how other people are implementing videos that are in the File Manager to their pages so they are responsive. I have several MP4 files that I don't want to load to YouTube for privacy purposes that I need to play on certain pages. W…

SQL data not returning result on page post.

I am having some troubles, and I think it's because I have been deep in .NET/SQL for awhile and jumped on a PHP/MySQL project. I have a drop down list that I'm using as a filter option, and when a choice is selected, I have the selection appending in a…

Date formatting for custom attributes in Page List template

Hey all, I've got a page type (event page) that lists 'start_date' and 'end_date' custom attributes via the date picker. I want to include those attributes in a custom template for the Page List Block. I'm able to achive the default date format, but am…

Page list show parent item

Hey there, I have a Sitemap that looks like this: Female Sizes -- Size 16 ---- Mary ---- Karen ---- Suzy -- Size 14 ---- Emma ---- Hayley ---- Katie -- Size 12 ---- Flow ---- Sharon On "Female" page I want to show ALL names but for a …

Full page caching with post request

I have some custom blocks that can accept post/get requests. I'm using the following cache variables: protected $btCacheBlockRecord = true; protected $btCacheBlockOutput = true; protected $btCacheBlockOutputOnPost = false; protected $btCacheBlockOutp…

Filter Posts