MyBB.de Forum
Edit Reason - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Edit Reason (/thread-20618.html)



Edit Reason - MyBB.de Bot - 12.08.2008

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.



RE: Edit Reason 1.0 - Manuel - 12.10.2008

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?


RE: Edit Reason 1.0 - StefanT - 13.10.2008

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.


RE: Edit Reason 1.0 - Manuel - 03.12.2008

Ist nicht mehr nötig. Habs nach einer kleinen Modifikation selbst hinbekommen Wink