hey,
Ben bezig aan een site dat draait op een windows platform,
dus voor url rewriting gebruik ik de 'internal'-methode.
Nu geeft TinyMCE mij elke keer als ik een link maak naar een CMS pagina, het pad van de doelpagina 2 keer op in de url v/d link. Voorbeeld: http://tinyurl.com/34glp3z (heb een demo hiervan opgezet.)
Specs:
clean install van CMSMS 1.8.1 met TinyMCE 2.7.2
bug in TinyMCE? [solved]
Moderator: velden
-
- Forum Members
- Posts: 64
- Joined: Sat Jun 20, 2009 3:28 pm
bug in TinyMCE? [solved]
Last edited by Anonymous on Fri Aug 20, 2010 12:24 pm, edited 1 time in total.
Re: bug in TinyMCE?
Exactly the same problem here! (sorry I reply in English)
I upgraded TinyMCE module to version 2.7.2 but still the same problem...
Any idea how to solve this issue please?
I upgraded TinyMCE module to version 2.7.2 but still the same problem...
Any idea how to solve this issue please?
Re: bug in TinyMCE?
Ok, I found ± the problem : look here http://viewsvn.cmsmadesimple.org/diff.p ... 84&peg=584
When I comment theses lines, no more double Alias in link
Actually my CMSMS version is still 1.7.1 ... maybe use the last will solve te problem without edit modules/TinyMCE/TinyMCE.module.php (?)
When I comment theses lines, no more double Alias in link
Code: Select all
if ($config['use_hierarchy']) {
$link.=$entry->HierarchyPath().$config['page_extension'];
} else {
$link.=$entry->Alias().$config['page_extension'];
}