Developing (v7+)

Uploadify & CONCRETE5 Session Problem, Authenticating File Submission

Hello. Here's my problem. I am using Uploadify script for an add-on I am developing. I need to securely authenticate the upload, and it seems like the best solution to use is SESSION. I am sort of new to this so if there is a better way please let me k…

Calling block action with arguments

Hi. Does anyone know how to call a block controller action with arguments? Using '$this->action('myFunction')' calls the controller function 'action_myFunction(){}'. But I need to transfer arguments to the function. Doing '$this->action('myFunction'…

Attribute help

Hello I am using the following code below to pull through an image to one of my templates. The only issue is that if you do not insert an image when you create the page and go to edit the page, the header bar doesn't load and only have the page loads. …

How to use Sanitize()?

Hi all, How to use sanitize() and where to use this? Is there is any example to use this?

Working through my new test site

I have only been at this a couple of days now and I am slowly learning the C5 way of website building. This is my test site so far. Nothing to sneeze at yet :) http://67.20.76.108/~mcrancom/test/ All I am doing is copy/pasting the code I already …

Adding new functionality to certain pages

Hi, I want to add some new functionality to pages in my website. Right now I have a page on which I maintain the available products. I have to edit this manually every few days to keep it updated. I was thinking, that it'd be much easier to keep thin…

Autonav Links to Single Page URLs

If I want to create some single pages that have URL's multiple levels deep, is there a way to add links to these single pages that so that they are created with the autonav block? For example: Home > Projects >> Project 1 >> Project 2 >>> Regist…

how to use addToQuery() and filter()

I created my List model. That extended DatabaseItemList library. In that I set my base query like [code] protected function setBaseQuery() { $this->setQuery('SELECT table1.col1, table3.col2, table1.col2, table2.col1 FROM table1, table2, table3…

Filter Posts