Developing (v7+)

C5-8.2.1: multiple Ajax forms on page - how to prevent conflict?

Hi, I have a block with an ajax form. What's the way to prevent conflicts between multiple forms on the same page? Because obviously all input fields have the same IDs. I could add a unique bUID number from the controller to each field name, but how…

Concrete5 site as SAML Identity Provider possible?

Hey there, I'm wondering if anyone's implemented something like this, or can provide insight. I want to rebuild our inter-company web portal, mostly used for notifications/announcements, storing frequently used forms and files, some company information…

adding a page problem

suddenly getting this... {"error":{"message":"An exception occurred while executing 'select cID from Pages where cParentID in () and cInheritPermissionsFromCID = ':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQ…

Popup sign in

The client wants visitors to be able to download pdf's but not until they have signed in. He wants a login modal to appear when they click on the pdf icon if they aren't logged in. Is there a way to do this?

Redactor / Accordion text box issue

Hey everyone. I have a site with Accordion Pro on it. Same issue happens with Simple Accordion so it's not the plugin. When inserting a link, I can select from sitemap or files but am unable to type anything into the URL field. Has anyone else come …

C5-8.2.1: Why string doesn't get set with value?

[UPDATED] If I declare a string in a class and set its value right there, everything works. But if I only declare a string in a class, but set its value in the view(), the value doesn't get set, it returns empty strings. Why? This works: [code] c…

Retina Display isn't working in C5.8.3

As in the new Concrete5.8.3 says in the release notes and improvements, it says Retina Display thumbnails is supported. There is also a new option under System > Thumbnails > Options that enables creating Retina/High DPI Thumbnail. So I created a test …

C5-8.2.1: Please help convert SQL to db.xml

Hello, Could anyone please help me convert the following SQL into the db.xml format: [code] $sql = "CREATE TABLE IF NOT EXISTS `Spam` ( `ip_id` int(11) NOT NULL AUTO_INCREMENT, `ip` INT(32) UNSIGNED NOT NULL,…

Bootstrap dropdown menu - view.php structure

Menu - I need to insert class="dropdown-toggle" data-toggle="dropdown" into href element of the view.php file I need to instert it into the items that have dopdowms only. Any help would be appreciated. Thanks

Filter Posts