Developing (v7+)

Last modified date for page

How would I got about getting the last modified date for a page so that I can display it in the footer of every page. I tried, getCollectionDateLastModified(), but it doesn't seem to change the modified date if I change the text in say the content block a…

Adding cart to template

I am wanting to add the cart_link block from the ecommerce addon to each page in a template. I am new to adding blocks to pages types have only added auto nav. What/where do I find the information to load like the handle what information has to be there e…

C5 Code & Documentation

Looking at the Form - and other - blocks, the code really needs clean up, better formatting and organizing. For example, the controller file for the form block has 747 lines, of which 370 is a class related to the block, that it better put in a separate …

Changes to the page delete function

The page delete function (concrete/js/ccm.sitemap.js, line 98) has 2 problems: 1. The simple "Are you sure?" message is not heavy enough. This is a big deal, not easily undone. The confirming needs a boost. 2. Once a page is deleted, the icon of the pa…

ajax request in custom block

Hi, I'm making a custom block, which has "just in place editing" function, with jeditable(http://www.appelsiini.net/projects/jeditable) I added update_action method in view.php $('#editable').editable( '

Importing users

I have an excel file with 300 users I'd like to import into the database. It holds basic accountinformation (username, password etc) and additionally created attributes. I would like to import this through phpmyadmin, but does anyone have experience wi…

RTE in custom block

Hi c5forum, I have created a custom block that uses the rte functionality from the content block. However, if I link to internal pages using this rte, the url's always look like "index.php?cID=". Did I forget something? Thanks for your help with …

autonav / pagelist combo

my autonav has a link to "calendar". however, the "calendar" page doesn't actually exists (no content). what it needs to do is link to the earliest from today "calendar_event" page type. my upcoming page list does it nicely. i have the controller tell…

Override C5 block handling?

I have an HTML layout with something like this: [code] Link Name Link Name Link Name [/code] So, I updated it to make it "c5" with this: [code] [/code] C5's auto nav makes this: [code] Home …

Filter Posts