Developing (v7+)

Backup Strategy

Being new to C5 (or any other DB based CMS), I'm in need of some help / advice with deciding on a backup strategy. I'm working on a site for a non-profit org, hosted on a low-budget shared host. I can easily download the entirety of the current static sit…

ccm-search.js

The c5 js search system requires a ccm_setupAdvancedSearch('searchType') script in the header. From there it configures where to return the ajaxForm response into an appropriately named div; the results of which are based on the submit/form method action…

Paths inside JS?

So, you can set the path in C5 with PHP like this: [code] [/code] But this doesn't work in JS. How would I set the path for the image, for something like this?: [code] $('p.thing').append(''); [/code]

ADOdb's Prepare Method and MySQL

Howdy, I am wondering if anyone knows if using ADOdb's prepare statement works 'properly' for a MySQL connection? I'm not clear on whether I'm actually successfully preventing SQL injection, or if the prepare method is just emulated for MySQL. Would…

Hour schedule weekly mailing

Hello everyone. Im making this website were the workers of that company, they are only 8, need to be able to sign in and add their working hours for the day. I was thinking the only data they needed to fill out should be something like: Name: Case …

Why does new user() need session regeneration?

Hi to all (especially Concrete 5 core team), I was looking a way to build my own cart application in Concrete 5. When i was examining User class, i saw that after a successful login, __construct() function "regenerates the session". (So sID taken from…

Way to store something like a phone number...

.. have it repeat on certain pages, and have it be changeable by user through panel? Kind of like a repeating widget? Maybe the answer is obvious but it's escaping me today. Thanks.

Filter Posts