Quote:
Originally Posted by proxx
sorry to hear about the author.
I hope someone will re-make this hack for 3.8.x it was super useful
|
Sorry to hear about the mod writer's passing RIP. This is a great mod. I've installed it on a 3.8 board and it seems to be running fine. I just followed the configuration option here and manually edited the MEMBERINFO template to get it showing on the member's profile page.
I searched for
Code:
<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>
And after it added
Code:
<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
I don't know if that will work for everyone but it certainly worked for me.