MyBB.de Forum
Mod User Notes - 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: Mod User Notes (/thread-20567.html)



Mod User Notes - MyBB.de Bot - 03.08.2008

Eine neue Erweiterung wurde veröffentlicht: Mod User Notes

Zitat:This plugin allows administrators and super moderators to keep notes on each user, editable in the user's profile. The notes are also displayed in the postbit (only to super mods and admins).

For admin notes displayed in the postbit, by default, there is a maximum length of 30 characters. This can be overridden (or display notes can be disabled) by editing the following line:
Code:
define('POSTBIT_MODNOTES_MAXLEN', 30);



RE: Mod User Notes 1.1 - mischungsmicha - 21.10.2008

Der Link funktioniert leider nicht :-(. Hat jemand ne Alternative parat??

Byebye Micha


RE: Mod User Notes 1.1 - StefanT - 22.10.2008

Der Download funktioniert einwandfrei.


RE: Mod User Notes 1.1 - JackR - 09.05.2009

Hallo..,
ich habe das Plugin hochgeladen & aktiviert, wird aber leider nicht im Profil angezeigt.
Habe extra geschaut ob

Code:
{$post['modnotes']}
existiert im Tempalte (member_profile) & es existiert.
Wir trotzdem nicht angezeigt & nun?


RE: Mod User Notes 1.1 - StefanT - 09.05.2009

Im Template member_profile muss {$modnotes} und in den Templates postbit und postbit_classic muss {$post['modnotes']} vorkommen.