Posted
over 15 years
ago
on this page, http://compactcms.nl/todo.html it says "Fix bug at image upload (double authentication)"does anyone know if this is related to my problem?
|
Posted
over 15 years
ago
http://www.merijntje.nlhttp://www.musicevents4you.nlhttp://www.666thenightmare.nlhttp://www.infini...
|
Posted
over 15 years
ago
This won't help you Nick, but Xander - another solution is to move authentication into the database Chris.
|
Posted
over 15 years
ago
Hi all,Because I'd like to give you new tips & tricks periodically, I decided to set-up a blog. I'm planning to use it for more topics besides CompactCMS, which is why I felt that new tips & tricks would be better suited here. It also allows me to kee...
|
Posted
over 15 years
ago
Hi Chris,I fixed the glitch you indicated. The preview after saving is now always shown (with a notification that its publication status is disabled if it is) and in regard to the front-end I've taken up a new variable in the configuration ($cfg['auth...
|
Posted
over 15 years
ago
Ha! Who would have figured...I assumed - I honestly admit - that due to the PHP coding and its parsing it was necessary to keep this line as PHP. But your method using output buffering works very well (also with the guestbook, lightbox and contact for...
|
Posted
over 15 years
ago
I have now experienced another issue, which doesnt exist in ie8 , but does in firefox and chrome.with (and only with) the htaccess enabled, whenever i try to upload a file, using the file upload functionality available when creating a link, the browse...
|
Posted
over 15 years
ago
One more step. Find the full function definition at about line 111 in /lib/sitemap.php and replace it with the following:[code] function ccmsContent() { global $link, $ccms, $cfg; ob_start(); // start buffer if($ccms['published']=='Y') { ...
|
Posted
over 15 years
ago
Just wondering why the function call ccmsContent() is in the templates? Would it make sense to convert this to a template variable?For example, in index.php, have:Code: [Select]$ccms['pagecontent'] = ccmsContent();and in the template, replace:[code]...
|
Posted
over 15 years
ago
Hi all,the recent CMS Critic review highlighted that the menu admin can be confusing - especially where multiple pages are concerned.Both in versions 1.3.x and 1.4.0 I think the first thing that could be improved is the context help messages.So to s...
|