MyBB.de Forum

Normale Version: Edit Reason
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Edit Reason

Zitat:Edit Reason Plugin 1.1
====================

Created by DougSD
Copyright 2008-2009

Overview:
Allows your users to put a reason why they edited their post.

====================
Installing
1. Upload "editreason.php" to your inc/plugins folder
2. Go to Configuration > Plugins
3. Click "Install & Activate"
4. Have fun!

====================
License
You may not re-distribute this plugin.

Post all bugs or errors here: http://community.mybboard.net/forum-72.html

====================
Support

Please PM the link to your support thread, as I may miss it since I'm currently too busy to check the forums often.
Und was ist mit Quick Reply? Wie kann man das machen, das die Änderungen auch übernommen werden, wenn man per Quick Reply editiert. Die Textbox habe ich eingefügt:
Code:
            <div class="editor_control_bar" style="width: 99%; padding: 4px; margin-top: 3px; text-align: right;">
                <i>Reason:</i> <input name="editreason" type="text" class="textbox" value="{$post['editreason']}">
                                <input type="button" class="button" onclick="Thread.quickEditSave({$post['pid']});" value="{$lang->save_changes}" tabindex="1000" />
                <input type="button" class="button" onclick="Thread.quickEditCancel({$post['pid']});" value="{$lang->cancel_edit}" tabindex="1001" />
            </div>

Aber was muss ich bei xmlhttp.php einfügen oder wie kann ich das Plugin erweitern?
Du musst außerdem eine Javscript-Datei ändern, damit das neue Feld auch an die PHP-Datei gesendet wird. Dort muss der Wert dann noch verarbeitet werden. So auf die Schnelle, kann ich dir alle benötigten Änderungen nicht sagen.
Ist nicht mehr nötig. Habs nach einer kleinen Modifikation selbst hinbekommen Wink