Developing (v7+)

password salt not in site.php

i made a new install last week. i need the password salt. i did not delete it from the config/site.php not sure where it is. does anyone know where/how i can find it?

validating captcha with jquery

i made a contact us page on my website. there is a controller method call validate() before the form is sent i validate the captcha using jquery [code] $captcha = Loader::helper('validation/captcha'); if ($captcha->check()){ echo "true"; set…

How to display a browser page (Dropbox) in a block

Our organization has photo albums/groups hat we would like to display within a block on a page e.g. https://www.dropbox.com/sh/mfirupjs1tkeohl/AABA_XBDFD8FE24vaNP5y32ra Is there a way to do this? Thank you, Todd

Can't login on server but can login locally

Hello, I've currently got a C5 install set up locally that is also set up and a live server. They both use the same database. When running the site locally I can login with my credentials and I can access the dashboard etc. However when I try to login …

Using Custom Permissions on a Fileset breaks Gallery Blocks

Steps to reproduce.. Fresh install of Concrete Turn on advanced permissions Install a gallery (any gallery) Create a fileset with Custom Permissions "On" and give "Guest" permission to "View" Files. Upload some images and set the gallery to use the f…

custom form

I have a php form to mail script I wrote and was wondering if its possible to use this in my concrete 5 design. The part im lost on is how to add my fields for it and then how to have the submit button use my php script to send the html form to me

How to pull a specific pages title and description

Hi, Im witting a small block that needs pull a specific (hard coded) pages current title and description and display it. Can anyone help with the PHP syntax. I can call a current pages title and description with $page->getCollectionName() and $page->ge…

Setting Last Modified Header / Expires Header

Hi All, In its Article "Optimize Caching" (https://developers.google.com/speed/docs/best-practices/caching?csw=1#LeverageBrowserCaching) Google recommends to enable both Expires Header and Last Modified Header. I added Expires Header throughout my .…

Filter Posts