You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be more intuitive to show last editor next to the date of last modification (showmdate), instead, when showuser option is selected, since this would mirrow the entry in the footer of the original page.
To show the original author of the page next to the date of last modification is misleading!
Thus, the option "showeditor" should be included in the admin panel as an alternative to "showuser"!
The text was updated successfully, but these errors were encountered:
My workaround is the following:
In dokuwiki/lib/plugins/include/syntax/footer.php look for the comment // author !
Modify the $author variable as follows: $author = $meta['last_change']['user']; // ++++ Edited ++++
Now, if the showuser option is selected in the admin panel, the last editor is shown in the footer of the included page or section, instead of the creator of the original page.
It would be more intuitive to show last editor next to the date of last modification (showmdate), instead, when showuser option is selected, since this would mirrow the entry in the footer of the original page.
To show the original author of the page next to the date of last modification is misleading!
Thus, the option "showeditor" should be included in the admin panel as an alternative to "showuser"!
The text was updated successfully, but these errors were encountered: