Developing (v7+)

WordPress-ish dashboard

hey all, I made this dashboard change and kinda like it, if you would like me to send it to you, simply pm your request with your email address. features: - inset header text - background to light grey - menus and headers to gradient grey - glos…

token validation helper

http://www.concrete5.org/documentation/developers/forms/basic-validation/ mentions a "token validation helper": [code]$val->addRequiredToken($value, $errorMsg = null){/code] Validates the form against a unique token as generated by the concrete5 toke…

Speeding up Concrete5 with Fallback for CDN Hosted jQuery...

Ran across this bit of code which allows one to load jQuery from a CDN, but if it's down/there's no internet, it loads a local file. [code] if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='/js/jquery-1.4.2.min.js' t…

Events and Packages

Hey all! Not sure how to do this, but i need it ;) How can i install an event via a package, like in the site_events.php, Thanks in Advanced ;)

Getting a static html theme to work

Hi Guys, I'm new to concrete and have been having problems getting a simple html theme to work. I've followed all the instructions with regards to changing the index.html to default.php, adding commands to show the correct paths for the stylesheet …

Listing attributes and email addresses on the members list

Hi all I'm trying to extend the members list a bit to provide more information. I've got it showing up some custom attributes, but I can't get the email to show. I'm not fully understanding the API despite the documentation on it. Here's what I h…

new rc conflict?

I just installed the new RC on my C5 site. I thought my Scrapbook Tabs block was no longer functioning, but after playing around, it seems to work fine if I'm logged out, but as soon as I sign in, it doesn't work. I left a support question on the block'…

View.js in editmode

I'd like to stop view.js from loading in editmode. i was thinking about renaming the js to something else then loading it with on_page_view { if (!editmode){ load js; } }

jquery + concrete5 = conflicts

this block, no matter what order I put it in, cause conflicts. it either breaks the jquery slider (all images appear and dont slide) or it breaks concrete5 (when you login the menu to edit at the top of screen doesn't appear... only a space for it). or i…

5.4.1 Release Candidiate 1

Hey everyone, just wanted to let you know that the first release candidate is available. At this point we should be feature complete for 5.4.1, and hopefully not too many major bugs remain. I've updated the feature list on the main 5.4.1 changelog page (a…

Filter Posts