Developing (v7+)

Form data is in an array?

Heres my code [code] $db = Loader::db(); $sql = "INSERT INTO single_page_areas (areas) VALUES (?)"; $vals = $this->post('areaName'); $db->query($sql, $vals);[/code] When I use this, the data is saved in a double array, so like this [code]A…

Admin Bar Minimize

hey, just wondering if anyone has made attempts at minimizing the admin bar, I find it distracting to have it be there all the time while editing a site and would love it if it would hide itself behind the C5 logo and slide out on rollover or something li…

Disabling end user fonts and styling

Just wondering what the best practice is with C5 to be able to control what end users will be able to do. I'm putting together a site right now, and I know these clients *love* Comic Sans... And I just know the site will end up having purple bold Comic Sa…

C5 site compromised (related to chmod open directories).

A major site I manage running concrete5 has just be compromised with pharmaceutical ads. The attack was related to open chmod directories (updates / packages / etc). The site is still functioning properly, but compromised directories have allowed the "…

using Less instead of css

Hi , Recently I found this page : http://lesscss.org/ according to the statement and the examples it looks cool : LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE…

Refreshing block height and width

Hi Can someone explain how a block's height and width work. I have the following [code] protected $btInterfaceWidth = "400"; protected $btInterfaceHeight = "350"; [/code] These values didn't take affect at all, until I changed the db.xml fi…

Allow registered users to join a group

After a user registers I would like them to be able to select multiple groups to be a member of. This is a roster system and people can join a roster or not from this page. I would like to use the groups to allow these people who join that group to see co…

Too many redirects

I have a website hosted on my own servers along with about 16 other Concrete 5 sites. This one site has developed a problem. I cannot work out if it is to do with the database or one of the add-ons. If I try to open in Safari I get a message saying too ma…

Filter Posts