(OLD 5.7 Discussion FORUM)

$view->action points to parent page breaking ajax calls

I wrote a custom single page which reads 2 additional parameters off the url Typical URL: /index.php/mysinglepage/88/138 [code] class mysinglepage extends PageController{ public function view($pram1 = null, $pram2 = null){ //$pram1 = 88 /…

Updating a URL/Domain in 5.7

Hi all, It might be the heat wave and no AC, or the smoke from forest fires, but I cannot for the life of me find any information on changing the domain/URL of a site in Concrete5.7. Just so it's super clear, the client has a live site and so I deve…

Extend/Override core block controller in package

Hey, I need to override/extend a core block type controller in my package so I can extend its methods. My current use case is to use registerViewAssets() in my extended controller to require assets for a custom template provided in my package. Here's w…

Forum?

I need to build a forum or simple message board in 5.7 Looks like the conversation doesn't work, it returns the following when trying to post a message: Invalid Block Object. Invalid Page. There doesn't seem to be any add-ons to do it, any ideas how…

How to make URL case sensitive in concrete5 5.7.4

Right now, concrete5 make page slugs in small letter and they are not case sensitive. What will require to make URL case sensitive ? For example www.mysitee.com/abc www.mysite.com/Abc will be different Pages.

301 Redirects in bulk

I have old website with 3000 pages and now I am migrating to concrete5 5.7.4. My old website is live and have good traffic on it. It would take lots of time to add 301 redirects of every page by going to setting -> location in new website. It will take…

Topics getting capitalized unwanted

I would like to display my topics as i type them in the attribute. They all get capitalized right now. Does someone know what code can i change to stop this capitalization of the text?

Invalid file Extension

When developing a package, is there any way to add a file extension to the list of approved extensions programmatically from the install controller?

Namespace error while installing 5.7.4

During installation, I am getting this error. Search it in forum, but it looks like no one had this issue. I have attached screen shot. [code]{"error":{"message":"Namespace declaration statement has to be the very first statement in the script"},"err…

Filter Posts