CKEditor um Geshi erweitern
am 24.04.2013 - 14:48 Uhr in
Hallo Forum,
ich benötige mal wieder eure Hilfe. Ich möchte meine CKEditor-Installation um das Geshi Plugin erweitern, leider gelingt mir das nur bedingt.
Ich bin nach diesem (für Drupal 6) Tutorial vorgegangen. Leider kann ich hiermit nicht viel anfangen
On line 27, the code checks for CKEditor version and activates Drupal specific plugins. Line 3 of the code activates the new plugin (for CKeditor module 6.x-1.3 and earlier)
if (Drupal.ckeditorCompareVersion('3.1')) {
config.extraPlugins += (config.extraPlugins ? ',drupalbreaks' : 'drupalbreaks' );
config.extraPlugins += (config.extraPlugins ? ',geshi' : 'geshi' );
}
und auch diese Anweisung kann ich nicht befolgen:
For the issue of GeSHi not converting special entities such as < and > open geshi.php from sites/all/modules/geshifilter/geshi and add the following code on line 2141. You can also search for "// Replace all newlines to a common form." in the existing code.
Die Datei finde ich einfach nicht.
Vielleicht gibt es ja noch einen anderen Weg das ganz zum laufen zu bringen.
mit freundlichem Gruß
Andy
- Anmelden oder Registrieren um Kommentare zu schreiben
Neue Kommentare
vor 3 Tagen 20 Stunden
vor 4 Tagen 11 Stunden
vor 4 Tagen 16 Stunden
vor 5 Tagen 1 Stunde
vor 5 Tagen 1 Stunde
vor 6 Tagen 23 Stunden
vor 1 Woche 1 Stunde
vor 1 Woche 20 Stunden
vor 1 Woche 3 Tagen
vor 1 Woche 3 Tagen