Developing (v7+)

Removing the "Add to"

Hi Is there any way of removing the 'Add to' on certain areas. Want to remove it from under my Header Nav area. Not really that knowledgeable when it comes to php but is there a line of code I can add to to make it disappear? Cheers Karl

Slideshow problem

Hi Just setting up my first template for concrete5 and must say its is by far the best CMS I have ever used. One problem that I can't seem to find a solution to is when I insert the slideshow block I get a margin at the top, not sure if its my CSS or s…

how to use View::url?

I wanted to use View::url ($this->url) to generate a link. But it seems this method is used within the dashboard and adds index.php unless I define URL_REWRITING_ALL. I don't want to get rid of the index.php in the dashboard, I'd like to keep it. B…

Single Pages and Controllers

Hi All I guess I am either looking at this wrong or somehow over complicating my understanding of Single Pages and possibly Controllers. Here is what I would like to do: 1. Create a page that will allow a contributor to enter a recipe. I have t…

Explode doesnt work.

Im not sure what im doing incorrectly, but whenever i apply explode( ' ', $tools), it simply returns a single string. [code] $tools = (string)$cobj->getAttribute('tools_used'); [/code] where $cobj is a collection entry pulled from a singleton "pag…

HeaderNav Order "stuck"

I was building a site based on Plain Yogurt theme. HeaderNav was working correctly. I changed the theme to a customized Green Salad. HeaderNav now displays in reverse Sitemap order. I've tried various options under "Pages Should Appear" in the HeaderNa…

admin user doesn't have "+add page" available, only "edit"

I am having an issue where an admin user is signed in, goes to the site and is only offered "edit" in the top control bar and not "add page". My admin account offers both. I have looked at all page permissions and they have all permissions. I am at a …

Search not displaying results from home page

I have checked the index in the database, and the home page has been indexed. I ran the query used for search against the database, and words from the home page are properly matched. But somehow, the home page is filtered out before results are displaye…

page types->defaults only affects new pages.

When you add or delete something in the page_type default concrete 5 does not include the change in any existing pages - only new ones. This means that changes to page_type defaults have to made manually on every existing page of that type (possibly usin…

Migrating old data into C5

One of the requirements of my work is to migrate old news data from the current sites into C5. I've managed to write some simple code to add the pages and tested it successfully with a local installation: [code][/code] This is great. I just have to con…

Filter Posts