Developing (v7+)

Edit bar disappears

Hello, I am including Prototype.js in my template page and have placed it after this makes the Edit bar disappear when in edit mode. I need to have prototype.js since my client's production site uses it for form validation. Is there a solution? Th…

Standard Pagination - anyone ever do this with C5?

This is what I have always known as pagination: http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/ I thought this was built into the PageList block, but it isn't. There is something called "pagination" built int…

Images will not upload properly using File Manager

NOTHING UPLOADS! I get no error message and it says that "x" amount of files has uploaded successfully, yet NO thumbnails show up and no image file exists when you try and go to it. This doesn't happen all the time, only random times. Sometimes clearin…

Adding id and classes to autonav view file

I realise I have to add my custom ids and classes to the duplicated view.php. But as I am not very familiar with adding code here, where do I put the ids and classes in the view.php? At the beginning? At the end? Do I add empty tags? Or my full hard coded…

Existing website into an editible concrete5 website

I'm new to concrete5 but i want to covert a website into a concrete 5 website. i followed this tutorial http://www.concrete5.org/documentation/how-tos/designers/make-a-theme/ (not even sure if its the right way) in the end when i did all the changes …

Genius.com HTML code for newsletter sign up crashing site

Trying to put in a block of HTML which allows people to sign up for our newsletter. WE are using Genius.com for blasting and this is the code they gave us. Can anyone take a look at it and figure out why it crashes the pages it is on. …

Loader::helper('navigation') documentation??????

Lately, I keep seeing people mention this helper in the forums and the fact that this is curiously absent from the documentation. The oldest date I see is 2009 and here we are almost 2012 and it is still not documented anywhere: http://www.concrete5.or…

REST Server

This application interacts with Twilio -- a cloud-based interactive voice response service. The communication is through REST. I'm still learning C5, so I appreciate your patience. I've been in the thought process and am about to try some strategies. I…

ecommerce more info button on product list

Hi I'm wanting to add a More Info button on the product list items that will link to the product page. I have added More Info to the plain template which adds it OK but i'm not sure what php coded i need to add to the to make ut link to the relevant p…

How to get pagelist that exclude from nav?

I try to get pagelist that exclude from nav like contact, sitemap, about, etc. but i can get it till now, can someone help? [code] Loader::model('page_list'); $pl = new PageList(); $attributeKeyHandle ='exclude_nav'; $value = '0'; $comparison =…

Filter Posts