Closed (fixed)
Project:
Localizer
Version:
5.x-3.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
16 Feb 2008 at 04:55 UTC
Updated:
1 Mar 2008 at 08:22 UTC
Issue:
The upgrade to Localizer 3.x went well, but now TinyMCE stops working.
Presumed reason:
Localizer 3 now adds a language prefix to the URL (like Drupal 6 does). Typical TinyMCE visibility setting are:
node/*
user/*
comment/* but the language prefix messes this up.
Solution:
Set TinyMCE visibility settings to:
*/node/*
*/user/*
*/comment/*
Comments
Comment #1
Roberto Gerola commentedOtherwise, change the row 1125 in Tinymce module in this way :
$path = drupal_lookup_path('alias', $_GET['q']); if(!$path) $path = $_GET['q'];
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.