tinymce and .html extension
Posted: Fri Jan 30, 2009 11:50 am
I think everything is probably working the way it should be but I wondered if anyone knows if this is easy to alter.
I have the cms selflink in tinymce. When adding an internal page link it adds eg training instead of training.html
Both link formats work unless I want to add an anchor
So www.domain.com/training#anchor does not work
but www.domain.com/training.html#anchor
.html needs added manually when re-editing the link.
I know to do this but clients will not. (unless i write instructions which they rarely read!)
I think I have probably missed something really obvious.. and I am hoping someone out there has resolved this and can pass it on..
cheers
E
PS:::
1. I am using CMS Made Simple 1.4.1 and TinyMCE 2.4.5
2. I have in config
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = '.html';
$config['internal_pretty_urls'] = false;
I have the cms selflink in tinymce. When adding an internal page link it adds eg training instead of training.html
Both link formats work unless I want to add an anchor
So www.domain.com/training#anchor does not work
but www.domain.com/training.html#anchor
.html needs added manually when re-editing the link.
I know to do this but clients will not. (unless i write instructions which they rarely read!)
I think I have probably missed something really obvious.. and I am hoping someone out there has resolved this and can pass it on..
cheers
E
PS:::
1. I am using CMS Made Simple 1.4.1 and TinyMCE 2.4.5
2. I have in config
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = '.html';
$config['internal_pretty_urls'] = false;