Developing (v7+)

Adding new Style Customizer Values

Loving the new 5.7 style customizer! I'd like to add a few more simple values to the image value, ability to set background position and other properties. What's the easiest way to do that? Any tutorials on this yet?

Override login-page with theme

Hi Folks, anybody successfully override the login-page with a theme-page? I tried it with no luck.. /application/config/app.php [code] return array( 'theme_paths' => array( '/login' => 'mytheme' ), ); [/code] and a new login…

How to make a "singleton" block?

Hi folks, i'm new to C5 but i have years of experience as a software developer. Most of the time I've been building highly customized software systems which don't fit into a CMS but lately a customer of our company asked us to build a small site for th…

Custom block_form_submission.php selected via form custom template

Hi all, I have a series of form custom templates, all working fine however I need to be able to customise the email that is sent out. I found that it generated via block_form_submission.php in concrete/mail however I was hoping someone might be able to…

Issues With Third Party Library as Part of Jquery Addon

I am trying to get my addon, Social Feed, to pass all the automatic tests when uploading a new version. However, 2 of the tests fail: 1. Exec or die statements not used 2. Uses json_decode functions The plugin is a jquery plugin that calls two PHP …

hide block on desktop

i have a shopping cart block that i only want to show up on mobile. i'm using formigo alpha theme with a formigo foundation 5 theme for mobile.

filter or search a page list

I'm using a pagelist as a blog archive list. Anyone know if it's possible to filter by tags or search the list. In php I'd just pass a parameter in the url if filter the list by it, not sure how it works in C5.

Filter Posts