ConX / dokuwiki-plugin-authorstats

Dokuwiki plugin that outputs statistics about the wiki's authors.
http://www.dokuwiki.org/plugin:authorstats
8 stars 7 forks source link

userhomepage link #18

Closed jlAlice closed 4 years ago

jlAlice commented 9 years ago

How can it be made the name of an auther to be a link to his userhomepage?

ConX commented 9 years ago

Thank you @jlAlice it's a nice improvement. I will mark it as such and I will work on it as soon as possible.

jlAlice commented 9 years ago

Thanks!

Klap-in commented 9 years ago

Hi,

The last two releases of DokuWiki have an additional option username_link for the showuseras config setting. Selecting this option should create nice linked links to user home pages as configured by the [[user>...]] interwiki link.

see also https://www.dokuwiki.org/config:showuseras

When the user names are created with the function userlink($username) the link creating is done according to this setting.

zeerd commented 4 years ago

when will we got this changing?

$output .= "<tr><th>" . userlink($name) . "</th><td>" . $author['C'] . "</td><td>" .

ConX commented 4 years ago

I will do some cleaning soon. If you have any pull requests, please submit them.

ConX commented 4 years ago

Resolved by #37

ConX commented 4 years ago

Resolved by #37