Developing (v7+)

When User Logged in call C5.8

Has the code change for determining if a user is logged in? // Do something It's kicking me an error saying that the call is nolonger. The if user in edit mode is still working correctly. // Do something Thanks in advance for your hel…

404-fout

Hey, I wish to make a registration form (page) for registering new clients. I would give the permission to an editor group. I did look in the single pages and find the /register page. I get the message: 404-fout page not found when selecting this pag…

birthday

Hey, I would be happy to be able to add an birthday event in the calendar add-on. So adding an event that occurs once a year. I don't really see how to do this. best regards, Stefaan De Reu

overrideCoreByPackage no longer functions in 8.2

So what's the way to achieve what this did, then? Was doing this to help prevent user from inadvertently accessing functions they could destroy their C5 site with: [code] // override dash RHS panel $objEnv = Environment::get(); …

Email test fails but PHP *can* send email

V5.8.2 The C5 dashboard email test for default PHP fails with: The following error was found while trying to send the test email: Unable to send mail: Unknown error However doing putting mail('me@myplace.com', 'test', 'testing'); into the package'…

get current page at package on_start method

Hi, is it possible to get the current page at package on_start method? As i tested it always return null? is there any workaround? [code] public function on_start(){ $c = Page::getCurrentPage(); dd($c); } [/code]

Page Attribute Display

Hi All , I am currently using Concrete 5.7.5.2 version, and created a new stack for my blogs page and wanted the page name to be displayed in beginning of the blog . In the latest version of Concrete5 there is Page Attribute Display (where i can c…

Trying to override the account pages - impossible in 8.2.1?

I've been trying to update a site that was running 5.7.5.6 (think that was it) which did a lot of customization on the edit_profile and avatar pages, and was using it with the actual theme from the site. With version 8.2.1, I can still display their c…

Filter Posts