Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
User Tasks
User Tasks
0
Comments
One thing you could do is change the text when you're viewing your own account page.
(like "Find all topics started by me," "Find all my comments," etc.)
oh ok
thanks anyway
============
[update]
i re downloaded it and enabled it again
and now it works
yay
I will use it only for Mods - so they can easy find out what certain users wrote so far
I added this in the first part of the script:
$Context->SetDefinition('PERMISSION_USER_TASK', 'Use UserTask');
$Context->Configuration['PERMISSION_USER_TASK'] = '0';
if ($Context->SelfUrl == "account.php" && $Context->Session->User->Permission('PERMISSION_USER_TASK')) {
---
and to make it work you have to put a
}
in the and to close the if