Developing (v7+)

json helper error: encode() on a non-object

Hi, I am trying to use json helper to encode one array: [code] $json = Loader::helper("json"); $j=0; foreach ($pages as $i ){ $result[$j]['ID'] = $i->getCollectionID(); $result[$j]['title'] = $i->getColle…

Free Page change notifier add-on

See: https://github.com/akodde/d3_page_change_notifier It sends out an email if a page has been updated and hooks into a few events to do so. See the Git repo for more information. If you have code suggestions, please send a pull request. Thanks, A…

Cannot edit and save a form after setting it up

After setting up a form on a page, I tried to edit and save but it does not respond when I click on the Save button. I am using Ajax Form (https://github.com/jordanlev/c5_ajax_form) and Concrete 5.6.3.2. I have enabled the placeholder feature and th…

Dashboard navigation with active class

Hi all, Im currently building an add-on for our client and I'm a little stuck with something... We are using bootstrap pills to form our navigation betwen the 6-7 dashboard pages and would like to assign an active class to them. Ive researched this…

Changing pagetype programatically

Hi I was searching for an answer for this for a while now and it might be obvious but I can't figure it out. How can I change the pagetype of a page programtically? something like $page->setPageType($pagetypeHandle); Any help is greatly appre…

How to easily manage multiple sites

Hello, I'm new to Concrete5 and have a question. I design and build websites for customers and after that I host and offer support. Now my question is, is there an easy way for me to manage all these sites from one place like some kind of super admin? …

After moving to new server, links are no longer working.

I rented a new dedicated server and moved all my web sites to this new server. My mysql databases seem to have transfered okay because the pages are being served up normally. Some links embedded in blocks that point to other internal pages will no longer …

"Queue Messages" DB table...

Hello, I've seen my database swelling by a couple MB a day. I started digging around and the "Logs" table and "QueueMessages" table seem to be the bulk of it. Logs was going crazy b/c I had some poor code that was throwing an error occasionally and caus…

Sending a site live

Hello Have a site ready to go live. When you type the URL in you get to a login screen. How do I get to the point where one would type the URL and get to the actual website? Thanks in advance :)

Filter Posts