Developing (v7+)

Filter Users by Attribute

Hello. Would somebody be able to give me pointers on the best v8 way to get a list of users, according to their User Attributes, selectable by the front end browser. Possibly using Ajax to refresh the view I.e. Display a select attribute. Allow a '…

Editing view not updating on server

Hiya, OK, concrete/blocks/autonav/templates/responsive_header_navigation/view.php I've made some changes to and it works absolutely fine in my local environement. FTP the file into the server and NONE of my changes are being made. I grabbed a copy…

Bootstrap 4 css and other display errors

Below are a few fixes for several issues when creating a bootstrap 4 theme for concrete5 v8. Fix for the dashboard side bar acting inline instead of stacking each element. [code] div.ccm-panel-content ul.nav, div.ccm-panel-content menu { displ…

Accelerated Mobile Pages AMP

I would like to implement AMP on my Concrete5 website. Has anyone tried hissy's Concrete5 AMP implementation: (https://github.com/hissy/concrete5-amp ) ? Are there any problems or issues I should know about before trying the beta version of this packa…

The role of the userSignups table

With the need to delete all of the non-admin users, I have been adapting a GitHub job and it is running into Foreign Key Constraint (Users table) with the userSignups table. Does anyone know the role of the userSignups table? With appreciation... T…

RSS Feed From Non-Public Page List

A client of mine has a membership site that has two feeds, one for public and one for private content. We're ramping up marketing efforts, and would like to automate notifying members when there's new content, and normally I would do that by linking the R…

How to reset design

Hello everyone. A client of mine spent hours adjusting every single page inside his web individually through the design panel. Is there a way to safe these adjustments, just in case he hits »Apply to entire site« (translation from German) rather than »App…

Editing header_required links

I am trying to change what css autoloads from the site: [code] [/code] There are a lot of redundant css and I'm trying to streamline it. So I was wondering how you edit this line: [code] [/code]

Session Handling

Hi everybody, I'm wondering which method is the best and if there are some differences between them? [code] $session = Core::make('session'); $session->get('foo'); [/code]VS [code] use Session; Session::get('foo'); [/code] Thanks :) moos…

Filter Posts