MyBB.de Forum
[G] Behandlung vom Umlauten bei Inlinebearbeitung - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-40.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-41.html)
+----- Thema: [G] Behandlung vom Umlauten bei Inlinebearbeitung (/thread-3256.html)

Seiten: Seiten: 1 2 3 4 5 6


RE: [G] Behandlung vom Umlauten bei Inlinebearbeitung - Sapd - 26.12.2006

Also ich bin mir jetzt nicht sicher ob das geht,
aber versuch mal im Ordner jscripts. Die Datei inline_edit.js
Mach aber vorher davon eine Kopie ich weis nicht ob es Funktionirt.


RE: [G] Behandlung vom Umlauten bei Inlinebearbeitung - Elrond - 26.12.2006

Ich habs entfernt.

Wenn es jemand genau so stört, wie mich dann einfach im Admin-CP unter Templates die Postbit-Templates ausklappen und in postbit_edit folgendes löschen :

Code:
<script type="text/javascript">
    document.write('<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<div class="popup_item_container">
<a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}<\/a>
<\/div>
<div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}<\/a><\/div><\/div>');
    new PopupMenu("edit_post_{$post['pid']}");
</script>

Schon ist die Abfrage weg und beim Klicken auf bearbeiten springt der normale Editor an Smile