1
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted almost 16 years ago
The content in CCMS gets flushed. I just tried this at the demo with this page. Check the source for this file using the administration. All I added was:...
Posted almost 16 years ago
Fixed this. The bug is not in CompactCMS, but in the translation tool. It can easily be fixed manually, so I decided to this now and focus on the tool itself later. You can find the new corrected file [url=http://www.compactcms.nl/files/translation/app...
Posted almost 16 years ago
For adding external links, a simple way could be like in the picture attached. It's the same way for changing page descriptions or titles: the user point over the page title and he can modify the link. On the right is printed the original page filenam...
Posted almost 16 years ago
The first line works, thank you!  This:Quote from: Xander on Today at 05:47:04 PM[php]header("HTTP/1.0 301 Moved Permanently"); // Optionalheader("Location: http://yoursite.com/foto/index.php"); exit();?>  [/ph...
Posted almost 16 years ago
There is a little problem, probably your script doesn't manage accent, unluckily italian has accents in his language, and they are replaced with strange symbols 
Posted almost 16 years ago
Hi!This might be caused by the location of your line within the .htaccess file. If this rule isn't on top of:Code: [Select]RewriteRule ^([^/]+)\.html$ index.php?page=$1 [L]Your new rule will never be applied. Another option by the way could be to ad...
Posted almost 16 years ago
Good to hear .. I'll continue to work on it and will of course post any announcements when appropriate. The external link feature is a very logical one (never thought about it before ), but I can't think of an easy way to implement it. Perhaps that...
Posted almost 16 years ago
thank you very much, I'll try the first solution, waiting for a compactcms upgrade... 
Posted almost 16 years ago
It's not straightforward. One solution is to create a page in your website, say "external-link-1" (or something). Then edit your .htaccess file and add a rule to forward the corresponding address to the external link.It's ugly, but it gets your link ...
Posted almost 16 years ago
Hi Ger (and others),Although I realize you have moved on, your suggestions have kept me on the job this weekend. Since it has been a wish from many before to have multi-lingual content and different templates, I have moved my priorities around and hav...