Developing (v7+)

Why does try {} catch{} not work?

I see a bug report that this was fixed in 2007. However, in my member function in a C5 namedspaced class I do this: function funcname() { Log::addEntry("started .. ", NULL); try { Log::addEntry("inside try ...", NULL); throw new \AccessD…

Why does try {} catch{} not work?

I see a bug report that this was fixed in 2007. However, in my member function in a C5 namedspaced class I do this: function funcname() { Log::addEntry("started .. ", NULL); try { Log::addEntry("inside try ...", NULL); throw new \AccessD…

Strange Caching Error

Every time I modify my CSS file I don't see any changes to my concrete 5 site until I clear my cache in browser. I'm realizing now that this effects anyone using my website. I've tried turning off the cache and clearing the cache within the concrete 5 …

FileFolders not documented - source code bug?

Hi together, I wanted to add some FileFolders programmatically to my File manager. This is not documented yet, so I had a look in the source code. I found the following snippet in the FileSystem class: [code] public function addFolder(FileFolde…

How to disable the dashboard/welcome page

Hello Concrete5 memebers, How can I disable the /index.php/dashboard/welcome page ? I used the code below for Concrete5 5.7 but it doesn't work for 8 [code] 'external' => [ 'news_overlay' => false, 'news' => false, ], [/code]

Cookie issue is holding up a launch.

We have ONE security vulnerability in our latest C5 install preventing us from getting permission to launch. When it is scanned by our security folks, they come up with: [code]Set-Cookie: CONCRETE5=9uvcif4shgtd1asoflmvdnp6l2; expires=Tue, 10-Jan-2017…

User Authentication against another table

I’m new to Concrete5, and looking for some guidance. Specifically, if what I want to do can be accomplished, and some help on what direction to go to get it done. Here’s my setup: I’m running Concrete5 on an IBM i server. It’s running Send Server …

Not read marking for signed in users on pagelist (C5.6)

Hi guys, Is there a way to make a marker/style on pages in a pagelist that a signed in user has not read/visited? I could make it with css by using a:visited but when the user signs in from an other device it will not work. - JaPPa

8.1.0 New Express Entity Form Block

Huge thanks to Andrew and the C5 team for quickly providing the Express form block!! I took the leap and started a client project with 8.0.3 because of Express Entity and was sweating how I was going to pull off some front-end tasks. Saved me! One ques…

Designer Block Content - Parallax image

Hi, I'm building a block to select and show an image full width with parallax effect on it. The block works when i'm log as admin to the website but as soon as i'm unlog the block didnt show images. The point is that the path is correct to the image.…

Filter Posts