Developing (v7+)

Modifying default .. \dashboard\users\search.php

I want to alter the way it displays the user attruibutes to Admin when their editoring. I want to group them and style them by their Attribute Set name. I need to Modify This [code] Loader::element('attribute/editable_list', array( …

Modifying default .. \dashboard\users\search.php

Good Day people.. I am trygin to modify the /dashboard/users/search/view/7 Page the way you view the Member Attruibutes. But it uses. [code] Loader::element('attribute/editable_list', array( 'attributes' => $attributes, …

OpenID support

Hello. I need to do external authentication using OpenID and in documentation is mentioned that there is option for OpenID in registration settings. Unfortunately I don't see those settings in backend. Do you know if C5 has OpenID support at all? Th…

Import To page Attributes - Import direct to SQL "AttributeKeys

Good Day All I have a list of 200 Member Attributes to Set-up on a server, I have added 10, Then downloaded the CSV from "AttributeKeys" From SQL.. Then added the 200 Entries and Pushed new Inputs to the SQL table with Others. Seemed to work Withou…

Building News System with v8+

Hi, I would like to open this post to have your experience with the best way to build a news system with the v8. 1. Using standard approach : "Page" sitemap with Composer feature. 2. Using standard approach : "Page" sitemap without Composer feature…

Pretty URL/Mod-rewrite not working with GoDaddy

http://www.arizonaluxurycoach.com I have a new client site built in 8.4.2 that we are attempting to launch but can't get URL Redirects to work either with the various config file methods through the C5 dashboard or with htaccess. I get a 404 error on a…

Filtering by association in Express

According to documentation, this is not currently implemented. This seems like a pretty valuable feature to have when using express to create content for your website. Is there anything currently being done to implement this? I've checked the roadmap a…

8.4.2 How to handle checkbox in single page controller?

I have a checkbox in a single page: [code] echo $form->checkbox('policy', 1, '0'); echo t("I have read and agree to the") . ' ' . t('Terms and Conditions') . ''; [/code] I set its value with JS: [code] $('#policy').on('change', function() { $(…

8.4.2 Column 'cParentID' cannot be null

I'm trying to install a page within my package (it used to get installed without problem), but after playing with multilingual something got broken. So I reverted back to a single locale, cleaned up as much as possible, but now when I install my package, …

Filter Posts