Developing (v7+)

How to replicate menu nav to other site?

Hi there, I would like to replicate the nav menu on another website not managed by concrete5 (ex. http://blog.website.com/). Obviously if I change or add a link this should be updated. How can I do this? Thanks Francesco

Programmatically set select values

I am building a page importer and I have an "Option List" page attribute that allows for multiple values to be selected, and I am attempting to programmatically generate a page with the correct options selected. The importer provides a list of values that…

Disable User's "Edit Profile"

How can I disable a users ability to "Edit Profile" and remove it from the account options menu. I would like to share a single user account with multiple people, and I do not want them to be able to change the password, or email associated with the us…

C5-8.3: maps script doesn't show map

The following html works fine on its own, the map loads and shows: [code] ymaps.ready(init); function init() { var myMap = new ymaps.Map("map", { center: [55.76, 37.64], zoom: 10 }); } …

C5-8.3: customized captcha doesn't get set during install

In version C5-8.2, maybe early 8.3.* when I installed my package with a customized captcha, it automatically set it in the system settings: [code] if (is_null(\Concrete\Core\Captcha\Library::getByHandle('my-captcha'))) { \Concrete\Core\Captcha\Libr…

Get Express Values from page attribute

Hi, I created a page attribute (express object type). How can I programmatically retrieve data in object after getting the value with this code? [code] $obj = $c->getAttribute('my_attribute_handle'); ... [/code]

Less / preset customization with Elemental instance

Hi all, There is a mystery that i cant figure out myself about adding custom variables to a preset Less file. For example i wish to add a set of color variables (my 'custom theme' main colors, primary/secondary/.../quaternary) in my custom_preset.le…

Force https using htaccess

i am trying to force all forms of the web address to use the https format. So www will redirect to https, and http: will redirect to https I have the htaccess code for wordpress but my it says it will not work for concrete5 I need the code for both…

Strange Redirect Problem

I am getting redirect errors on the Google Search Console for my site. Specifically it is complaining about the url: http://www.hikingwalking.com/concrete/images I can't see any .php or html file in this directory that might contain redirect code. …

Adding a popup with image gallery.

Hi, We are new to Concrete. We usually build websites in WordPress or code it ourself with Php/html/css. We just got a request to add a pop-up slider with 5 slides, that will activate on a button. But honestly I have no clue how and were to add thi…

Filter Posts