(OLD 5.7 Discussion FORUM)

Hardcoded autonav render template

Hello all, I have stared working with 5.7. I have hardcoded the autonav in the theme. As template I wanted to use responsive_header_navigation that comes with 5.7. But the template does not get rendered. [code] [/code] The same problem occur…

C57 slow?

Just installed yesterday looks great. Some new things to learn.. Kind of hard to see the slideout a bit .. Maybe lighter font? Anyway ... Wow is it slow. Have installed in same server as all my fast C56 versions. Turned cache on and still really really…

Multiple Database connections needed (Mongo DB)

Hi, I started a new project with concrete5.7 and have referred to the docs for calling a new (external) db connection. The issue is that I am looking to query information from my mongo db on localhost but cannot over-ride my default mySQL connection. …

Content of page in Page List

In 5.6 I am able to display the main content of a page in Page List. http://www.jmrealestate.com/lease/office-lease is an example. This was accomplished by using the code: [code]

5.7 One Controller, Multiple views

So im trying to do what is the same as this post here: http://www.concrete5.org/community/forums/usage/one-controller-for-multiple-single-pages/ but using 5.7 I have tried to implement the solution by Jordan but this does not work in the new 5.7 (or im…

Question and idea regarding the image editor in 5.7

Preface: In an ideal situation, I would like to automate the the process of creating thumbnails. Thumbnail creation was handled in 5.6 with the image helper and it sounds like there is something in place to do it in 5.7. I've been keeping up with this…

Database getRepository and BlockTypes

I've got two menus hardcoded in my template: [code] $bt = BlockType::getByHandle('autonav'); $bt->controller->displayPages = 'top'; $bt->render('main'); $bt = BlockType::getByHandle('autonav'); $bt->controller->displayPages = 'second'; $bt->ren…

Image Gallery with Content Editor

Hi! I've build a Block for C5 5.5-5.6 wich was able to have a Image Gallery and Some Content (With Tiny MCE Editing) Now i'm able to do this in 5.7 too, but if I want to insert a link or an Image i can't write in the input fields - so I only can choos…

Page List, List Current Level Items

Hello The Page List Block it's very useful and easy way to create a nice Menu with the option Everywhere, Beneath This Page and Beneath Another Page but how can I show the Items of the current level ? How can I add the option: Current Page Level... …

Filter Posts