Developing (v7+)

autonav problems

Hi everyone, I have a small issue that none the less is a pain in the butt. It concerns my autonav, which is dropdown menu that displays the menus as ul ul. My problem is that if I have one of the sub menu items as active (the chosen menu item), I…

How-to: Returning ID when using INSERT

While working on a project, I had a problem getting the auto-incremented value. My solution is to edit the database.php file (located in: concrete/libraries/database.php) with the following: [code] public function InsertWithReturn($sql) { $this->db->…

One page scrolling site with jquery. Is this possible in c5?

Hi, I'm looking at concrete 5 as a possible back end CMS for a new website I'm building. I wan't to build a one page scrolling website like this http://bit.ly/nFY3b. The HTML and CSS part seems pretty straightforward but I don't know how well concre…

Plugin to convert text to XML for Feed

I am looking for a plugin so my Editor can insert their text which than should be automatically converted to XML and be displayed as RSS feed on our website. Does something like this exist already or would I need to develop it myself?

C5 forms and how to display the data

Hello! I am pretty new to C5, but so far I am really enjoying it. So I would like to display the data that users input in a form on a different page within my site, possibly more than one place. In a table or list...does anyone know the best way to go …

Extending the XML Sitemap

I'm running bbPress & WordPress in addition to C5 and needed to edit the GenerateSitemap class to add urls from both those systems to my sitemap. In case anyone else is trying to do something similar, here's the file I used to do it. Make sure you r…

User File Uploader at /profile/files

I've added a fifth subpage, "/profile/files," to the user profile, which gives the logged in user an option to upload single or multiple files, and I'm wondering how to display the contents or a link to display the contents of the files that the user has …

Date/time Custom Attributes cant be save empty?

I've created two custom attributes using type DATE/TIME and the input don't save empty data, it always put back 1969-12-31 when reediting the properties. Something I miss?

Session expiration

I've got a single page with a form in it, and if I sit idle enough and try to submit the form I receive the "else" from my if in the controller. The else basically echo's something to the user stating that there is a problem with the form submission (not …

Filter Posts