Developing (v7+)

Pagelist thumbnail

I am creating a page-list of thubnails, much like this: http://mattgreydesign.com/projects/ however I would like every 3rd thumbnail to have a different class so the padding aligns them properly, how would I go about doing this using my existing code? ...…

Custom jQuery in Single Pages

How do I include an external javascript file for a single page? I have read about adding this to the controller.php file: [code] public function view() { $html = Loader::helper('html'); $this->addHeaderItem($html->css('jquery.ui.css')); $…

pageList order not same as sitemap

I am trying to create next prev navigation to will go through all pages in the site. So I am using this to get the pageList $pageList = Loader::model('page_list'); $pageList = new PageList(); $pageList->filterByPath(); $pages= $pageList->get(); …

Add a file upload to Single Page in Dashboard

I've created a single page for the dashboard following the example here: https://www.concrete5.org/documentation/how-tos/developers/build-a-single-page-powered-editing-interface-for-concrete5/ Everything works great and I was very happy to find this tu…

Debugging C5

Been working through a couple of sticky problems with C5 and found a need for a relatively simple debug tool / strategy. Many regular debuggers seem a bit trick to set up on a live c5 without breaking too many things. We spent a bit of time playing ar…

Page Templates

First of all I need to admit that I am not a developer just a rank amateur!! I have recently downloaded C5 and I guess I'm very fortunate that this is my very first attempt at using a CMS system and so far it has been incredible (for a rank amateur) to bu…

Unified news area editable from multiple locations

I've already got a Designer Block with a few tweaks to it working to pull news articles with a specific flag to different pages throughout my site, but I would like to be able to edit the actual news "master" page from any of the other news category pages…

Hardcoded HTML/CSS Nav lInk problems

I am in the beginning stages of my first website with Concrete 5. I have the pages all created and the css the way I want it. I would like to leave my header navigation alone as hardcoded html/css. When I am at the "home" page ( .../bakery/index.php/) …

How to Included Custom HTML/CSS Navigation and have links work

I've created the page templates fine so far, but I cannot figure out how to include my custom navigation. Is there a simple line of code that you can wrap the HTML in for the links to work? I've included a screenshot of the site. The custom navigation …

Filter Posts