Developing (v7+)

Generate Image Buttons on the fly in C5?

Hi My client wants to use a non web font for navi and headlines. In my old CMS I generated buttons via PHP and GD and saved them on the Webserver. Is their also a possiblitity in C5 to do that? Thanks cheers Philipp

Has everything changed??

Hi, I've used concrete5 on 2 previous websites without any issues at all. This time round I'm trying to install a theme and it barely even registers it. The thumbnail is missing and the decription and title don't show up. If I try and activate it like t…

How to set default modul ?

Hi, when i add page, i so tired to set all modul for the leftside, to the rightside and then the content. the different only the content. how can i set this default modul for leftside & rightside automatically ? so the modul tags, survey, date nav.. …

Page edit is munged

I have a page in my 5.4.1 C5 site that is hosed when I enter edit mode. Instead of the popup field, my page goes to another page, without any formatting and fields missing, etc. It's like something has become corrupt. This is the ONLY page in the site …

$cArray in theme

hello, have problem with var $cArray in theme, eg.: /el/header.php need list pages with concrete design, but $cArray is still empty... if (count($cArray) > 0) { foreach ($cArray as $cobj){ no functional, thanks for reply

on_page_update

Is this event also fired when a page property or permission has changed? thx

After Update to 5.4.1 Page-Attributes seems to disappear

FYI: If you using Page Attributes in your theme to switch the output or print them out be aware of this-> if you do a test on an attribute with someting like EXISTS or EQUAL be sure you do a PHP trim() on it because it seems that now spaces and linefeeds …

Getting block action url in controller

In the view you can call $this->action('save') to get an url to run the blocks function action_save() in the controller. The problem is getting this url in the controller. Anyone knows? As for now I have to tweak things and let the view pass itself …

Disabling cache for a block only?

Hi, Is it possible to disable the new caching feature in C5 v 5.4.1 for blocks only? I've got the feeling it's causing problems with my navigation. I'm using an autonav (stored in my global scrapbook) that I've hard-coded into a template, but every …

Adjusting the dimensions of the Add // Edit block modal

Is it just me or do $btInterfaceWidth & $btInterfaceHeight have no effect at all? I could really do with making the modal narrower and taller, but regardless of what I set these values to, my modal remains the same size... Anyone else having more luck …

Filter Posts