Search found 4 matches
- Thu Oct 02, 2008 8:05 am
- Forum: Tips and Tricks
- Topic: CSS compression
- Replies: 3
- Views: 3409
CSS compression
Loading time of a website is as important as its functionality 8) Edit stylesheet.php in root. On the end of file is something like this: echo $css; Replace that with line: // Compress CSS output echo str_replace('; ',';',str_replace(' }','}',str_replace('{ ','{',str_replace(array("\r\n",...
- Sat Sep 20, 2008 9:50 am
- Forum: General Discussion
- Topic: Problem with TinyMCE
- Replies: 2
- Views: 1602
Re: Problem with TinyMCE
Problem solved: RewriteCond %{REQUEST_URI} !^modules RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php?page=$1 [QSA] RewriteCond %{REQUEST_URI} !^modules - this line exclude from rewrite rule all in modules And don't forget, that modules folder shal...
- Sat Sep 20, 2008 9:15 am
- Forum: General Discussion
- Topic: Problem with TinyMCE
- Replies: 2
- Views: 1602
Re: Problem with TinyMCE
The problem is in bloody
mode rewrite !
Request for tinyconfig.php is redirect to index.php?page=modules/TinyMCE/tinyconfig.php
Then CMS return 404 page not found, instead javascript code.

Request for tinyconfig.php is redirect to index.php?page=modules/TinyMCE/tinyconfig.php
Then CMS return 404 page not found, instead javascript code.
- Fri Sep 19, 2008 4:02 pm
- Forum: General Discussion
- Topic: Problem with TinyMCE
- Replies: 2
- Views: 1602
Problem with TinyMCE
I have problem with TinyMCE editor in admin section. TinyMCE WYSIWYG is permanently off, checkbox for putting them on return this error:
"toggleEditor is not defined"
I am using Czech translate and czech admin interface with UTF8.
Any idea ?
"toggleEditor is not defined"
I am using Czech translate and czech admin interface with UTF8.
Any idea ?