Fixes
Patch: GoDaddy Hosting
Running C5 on GoDaddy shared hosting requires some custom configuration changes, due to the way that GoDaddy has setup it's server variables.
To install C5 on GoDaddy shared hosting, follow these instructions.
1. Make sure your site is setup as php...
[Path] Add 12/24 hours + flexible setting date format
add possibility to using 24 hours time format and defining own date format
Patch: Make REDIRECT_TO_BASE_URL==false work more consistently
A patch for consideration, against 5.4.0. I think it's pretty
solid, and it's been in production use for a few weeks now, but
someone more familiar with the concrete5 codebase should have a
fairly careful look at it.
Description:
Make REDIRECT_TO...
Why not use Zend_Session::start() ?
Hi, Andrew. Here's some code you might find usefull for the session startup tool.
I'm not sure if it could be usefull, but just in case..
[code]
// Start zend session to handle all session stuff
try {
Zend_Session::start();
...
HtmlHelper patch
Hi!
Patch for:
concrete\helpers\html.php
Take this or the patch:
http://pastie.org/private/f50wupjw17x3lkml2kxunq
Now we can use condcoms in our themes without typing any script and link tags manually.
The following code works in all combinati...
header_required replacement + meta_required
Hi!
I've come across a problem during development of themes. Concrete5 will force you to use it's own (outdated) jquery library + it will always load some stylesheets and javascripts.
In short: It loads unnessary files.
That's why I've rewritten ...
html5 video patch
attached the patch to make html5 video available for video block.
as i mentioned here http://www.concrete5.org/index.php?cID=15258
has to be added as a valid file extension
enjoy
Reorder page attributes patch
Just not to repeat information, please refer to:
http://www.concrete5.org/community/features/ability-to-reorder-page-attributes/
Not sure if you can call this a bug. But ...
...the popup calendar available for an attribute type "date" or "date and time" only goes back to 1999.
Nobody over 10 years old can get to my site (just kidding).
They can type BD in, but can't select from calendar prior to 1999. Also, will this c...
Patch: Non-Working FileSet in Slideshow
Replace the loadFileSet()-Function in controller.php with the following:
[code]
function loadFileSet(){
if (intval($this->fsID) < 1) {
return false;
}
$f = Loader::helper('concrete/file');
$fakID = $this->db->getOne("SELECT fakID...




