Developing (v7+)

help with extending the Form block

I'm trying to extend the Form block to enable the user to choose an email recipient. It is partway there; the problem is that it doesn't actually send an email to the selected user. Secondly, I can't figure out how to limit the users to a group. If …

Using periods "." in login name (username)

Hey all, Just updated one of my clients from 5.3.x to the newest 5.4.0.5. I guess in that time, username rules have changed, though because now when they try to add new users under the naming convention [first-name].[last-name], the system throws up an …

Customizing CoreCommerce checkout HTML

One of the things I like about Concrete5, generally, is how it allows me to use my HTML rather than imposing DIV hell (like, say, Drupal). However, I'm finding this not at all to be the case with the CoreCommerce plugin. E.g., I am trying to change the…

How to change search block to filterByAttribute?

I'm overriding the 'search' block controller's 'do_search' function: [code] function do_search() { $q = $_REQUEST['query']; Loader::library('database_indexed_search'); $ipl = new IndexedPageList(); $ipl->filterByKeywords($q); if( i…

blank job page

When I click System and Maintenance tab on the dashboard, I get a blank page. (nothing in the web source either) Anybody have any ideas on how to fix this so I can run maintenance tasks?

Problem with German Umlauts in block development

I am developing a new block. The $btDescription of this block contains German Umlauts (ä, ö, ü, etc.). When I save the PHP-document in standard ANSI format, the umlauts aren't displayed correctly when viewing the Add Functionality page. When I save …

How to change header image?

I'm puzzled. I've installed an Anther theme and want to change the header image. The default image is set in the CSS as a background image: [code] #header { width: 960px; height: 240px; margin: 0 auto; background: url(images/img03.jpg) no-repeat…

need help with tab menu please

see original post: http://www.concrete5.org/community/forums/customizing_c5/mega-menu-detect-last-child-of-menu-with-if-statement-in-view-ph/

Blocks I'd Love in C5 Marketplace!

Hello, Over the past couple of weeks, I've been taking learning as much as possible about Concrete5. The more I see, the more impressed I am. The add-ons in the Marketplace are really elegant, and I plan to purchase several for my sites. Recently,…

Using Zend Library in a Package

I'm building a Concrete5 package from scratch to try and learn the in's and out's of Concrete5 - doing has always been the best way for me to learn - and I have run into a problem with including the GData portion of the Zend Framework in my package. I …

Filter Posts