Developing (v7+)

Friendly download links?

My client has several dozen product brochures posted on their C5 site as PDFs. They frequently send direct links to these PDFs to their customers by email, but they're unhappy with how long and unwieldy the URLs are (they consider them very "technical" a…

Easy Social Feed

Hey! I am having trouble with the Easy Social Feed on the site i am currently building. I put in the details it is asking for to get the Instagram feed on the page. BUT it comes up with one of two errors: $cx = \Stack::getByName($_REQUEST['a…

Implement one other view in ajax

Hey everybody, I have a problem recovering a variable in a view. I followed this tutorial: http://documentation.concrete5.org/developers/working-with-blocks/creating-a-new-block-type/implementing-ajax-block-view-templates Once I have the other vi…

Support Organisation

A few months ago, @mrkdilkington started an email+slack dialogue with me that ranged over a bunch of ideas about how c5 support (documentation, bug-fixes, help, etc) could be strengthened. We consolidated these into a document at https://docs.google.com/d…

Unable to include ampersand in URL

I'm trying to include an '&' in the URL but it gets converted to '%26' The URL should be like this /FatLoss/WT&End , but Concrete5 converts it to /FatLoss/WT%26End Some people said I should put '%26' in the URL and it will be converted automatically to …

/login goes to old domain

I'm running v8.2.1 and had developed a web site under an old domain, let's say old-domain.co.uk. That developed version had been migrated to a new area on the server with a new database and is working perfectly but I decided to reuse the old developmen…

Validation Error

Now when I comment the addRequired line I get this error [code] private function addValidations($val) { $val->setData($this->post()); $val->addRequired("firstName", t("First Name is required"), $validate = ValidationFormHelper::VALID_N…

Validation Error

Hi, What is wrong with this code? [code] $validator = \Loader::helper('validation/form'); $validator->setData($this->post()); [/code] I am trying to setup a validater to validate several form fields. I am getting this error: syntax error, …

Saving a remote file from Google Drive?

Hi I am using the GoogleDriveAPI to build a podcast, however I am now hitting a wall in that Google Drive doesn't support Byte Range Requests, so i'm thinking is it possible to run a script to save the mp3 files to the concrete5 cache / file manager for s…

Filter Posts