Developing (v7+)

A way to GET view templates available under a block ?

Is there a function already existing in concrete to get the list of block view TEMPLATES available under a block. ? I would like to add a selectbox that would list block view templates at the same time of entering the data. I find that sometime the…

Pagination - Index Blog Pages By Month

BACKGROUND: I'm trying to display an index page with a list of blog posts by from a single month. E.g: Post 1 - 07 November Snippet Post 2 - 13 November Snippet etc. Basicly what the page_list block does but filtered for a specific month. C…

Pagination - Vary Number Of Links To Index Pages

At the bottom of the list for blog posts, C5 generates a list of pages. Using the default pagination block, the list generates numbers: 1,2,3,4,5,6...14 (last page). You can find the default template in: concrete/blocks/page_list/templates/blog_index.p…

Packages in 5.4

Can someone help me with packages, I'd like to get to the bottom of this. I have included the contents of concrete/elements/users in a package as elements/users at my package root, and modified to suit my needs. I cannot get the modified code to run…

Modifying Theme Colors

I've been trying for two hours to modify the background color of my page's theme. The tool seems to have no effect, even in the tool window. Do I have to learn HTML?

Remove C5 Head Content - Php

BACKGROUND: When you visit a site running C5 you will typically see the following lines of code in the head tags: [code] var CCM_DISPATCHER_FILENAME = '/index.php'; var CCM_CID = 1; var CCM_EDIT_MODE = false; var CCM_ARRANGE_MODE = false; var CCM…

Hide C5 Login Page

BACKGROUND: For security reasons I want to hide my C5 login page so that it is not in the default location. Out of a fresh install you can find it at: www.mydomain.com/index.php/login You can edit page addresses under: Dashboard -> Sitemap -> Pr…

Performance issues C5 4.1.1

New install, right out of the box, C5 4.1.1 is painfully slow. I am also comparing it to other CMS that I've installed on the same webserver. Should I be optimizing something? I am using the LazyDays theme. Re-edited: May I add, saving this forum …

Send form to email with External Form

Hi C5 Community, I am looking for a tutorial for how to create an external form which sends email to me. I already created the external with all the fields but I getting the details submitted to my email address. Who can help me? Thanks oafre…

Filter Posts