Developing (v7+)

Zend_Rest in Concrete5

I am having to move away from Joomla! because of its GPL license so I've been researching different CMS. Concrete5 seemed to fit and looks great but I didn't see any kind of RESTful api so started looking at pimcore. Then I noticed the Powered by Zend Fra…

Jquery Load method doesn't work

Hello, I try to use .load() method of Jquery library. [code] $('#main').load(p +' .content', function(){ alert($('#main').html()); }); [/code] where "p" is href link of autonav (like: "/en/contact/") alert(); return empty string ! …

noob question about adding a php block

I'm trying to integrate a php script that does an api call. the example is here... https://churchcommunity.fogbugz.com/default.asp?W449 but I'm not sure if I should create a package, a custom block, or use some sort of php or html block... any sugges…

Valid W3C HTML

Hi! I would like to ask if there is some HTML code refactorisation planned for Concrete5 blocks to make them W3C valid. For example YouTube block is not validated because of ampresand in URL's and an embed tag. I believe it should be based on OBJECT…

Strange mysql echo on my page

Hi, i found a stange mysql output on my html page : (mysql): SELECT DISTINCT u.uID, u.uName FROM Users u left join UserGroups ug_5 on ug_5.uID = u.uID left join UserSearchIndexAttributes on (UserSearchIndexAttributes.uID = u.uID) where 1=1 and u…

Copy from how-to, missing download link

This page http://www.concrete5.org/documentation/developers/blocks/creating-a-new-block-type/ is a copy of a how-to http://www.concrete5.org/documentation/how-tos/understanding-and-building-blocks-in-concrete5/ The link to the basic block file is broke…

Export All in the User Search

Very happy to see this feature in the 5.4.0 release. However, I am having an issue with the script returning only a fraction of the results. My hypothesis is that it's a timeout issue since my client has 5211 users. During any given export, about 3000 …

External Email Form

Sorry if this is a dumb question, but I can't seem to find an answer by searching. How do I create a form in a page that emails the form data to an external email address and doesn't dump it into the database? I just need a simple contact us form. Is …

File Upload

I have built a block to allow the user to add bios. I need for the user to be able to upload a photo however, and I cant seem to find any straight documentation on this scenario. How would I, from a block, allow the user to add a photo and then have this …

Javascript Problem

I'm having a problem. Whenever I put the following into my header after [code] [/code] I can't edit anything in c5. Any ideas? [code] $(document).ready(function() { /* var defaults = { containerID: 'moccaUItoTo…

Filter Posts