Wo finde ich nen Hack, der, sobald ein User, Admin, Mod einen Post
editiert, das auch im Post angezeigt wird.
Will heissen, dass da irgendwo
Code: Alles auswählen
[Edited by XXX on 10.01.2003 23:19 Uhr]
DANKE

Code: Alles auswählen
[Edited by XXX on 10.01.2003 23:19 Uhr]
Code: Alles auswählen
Author Note:
##
## If you want that the always the edit info is displayed (even if it is the last post) then adjust the
## '$edited_sql' codeline AFTER you done the entire HOWTO in the functions_post.php
## $edited_sql = ($mode == 'editpost') ? ", post_edit_user = $usr_id, post_edit_time = $current_time, post_edit_count = post_edit_count + 1 " : "";