Even better: I disabled this AddOn and the Modification on
postbit_legacy still works! Perhaps this means: You don't even have to install this mod, simply change
postbit_legacy as desired,
vbMediaWiki does the rest:
In Template
postbit_legacy (or
postbit) search for
Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts}
and add
Code:
<vb:if condition="$post['wikiedits'] > 0">
<dt>Wiki Edits</dt> <dd><a title="Wiki Edits" href="/wiki/Special:Contributions/{vb:raw post.username}">{vb:raw post.wikiedits}</a></dd>
</vb:if>
Greetings, Bruno
[Does anyone know how to put this Templatemodification into a plugin instead? {vb:raw template_hook.postbit_userinfo_right_after_posts} seems to give us this possibility]