Developing (v7+)

CRM, PM, quoting/billing, and client portal?

Hi everyone, really hoping someone can point me in the right direction. Basically, I am starting my own (small) creative design business. I have C5 installed and have begun building my website. I am getting more and more clients so I need to start…

Package upgrade / throw new exception / version number change

Hi there This is my packages upgrade function [code]public function upgrade(){ parent::upgrade(); $pkg = Package::getByHandle('steff_travels'); Loader::model('job'); if(DB_TYPE != 'mysqlt'){ throw new Exception(t('You must set DB_TYPE…

Calling the fonts.css file

I've been trying to follow the instructions on this page: http://www.concrete5.org/documentation/how-tos/designers/how-to-add-a-custom-font-face-to-your-theme/ Got as far as the last step. But the documentation is incomplete, IMO. Since I'm a beginner…

Upgrading Concrete on QA server

I've upgraded Concrete successfully on my dev box from 5.4.1.1 to 5.4.2.2. However, once I commit the new code (new concrete folder update) to our QA server, and re-run: /index.php/tools/required/upgrade The page says "Your site is already up to da…

Loading page list entries via AJAX

Hi All, I'm trying to put a block together that will load and display a list of blog posts, with a button to load more posts via AJAX. Funnily enough, just using a modified version of the Page List core block gets me 70% of the way there, but I can't …

automatic resize on upload of images

Hi, I am trying to find a way to resize all images uploaded to my website through file manager down to a certain pixel size. This needs to work for both multiple and single file uploads. I have seen these posts: http://www.concrete5.org/community/for…

5.5 and Twitter Bootstrap

As part of our effort to better document and educate people about what concrete5 can do and how it does it, I've put together a brief how-to on concrete5 and Twitter Bootstrap. Version 5.5 uses the Bootstrap library (open-sourced by Twitter) as a way to c…

Dashboard overlapping edit in Edit bar

Hi there! I am new to Concrete5 and am trying to build my first theme from an HTML site I have coded. I have followed instructions to create a Concrete5 theme from my site, but there is a problem: the Dashboard area of the edit bar, which appeared on the …

Please Help with Form Post

I have a few forms on the siter we're about to launch and am still unsure how I process and email the posted form data. It looks like it all gets posted back to index.php and then index routes back to the form page to say 'thanks'. However, so far I've…

Filter Posts