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 Messages
User Messages
0
Comments
settings.php?PostBackAction=InstallUserUserMessages
and in the Extension list:
User UserUserMessages 0.1.2
it would be great if the inbox was slightly more obvious - it took me a lot of hunting to find it. an option to notify and to delete messages would also be very useful. and how about a PM link next to each user comment?
great work so far.
one problem i can see is that i have to delete a message twice for it to disappear.
the inbox link is not too obvious but i can add something manually to the sidebar for now.
I get that notice here: http://scrawlfx.com/forums
What's the problem?
after this code @ lines 48 $ 49:
$Context->SetDefinition('Messages', 'Messages');
$Context->Dictionary["MessagesTitle"] = "User Messages";
add this:
if (!array_key_exists('PRIVATE_MESSAGES_CATEGORY_ID', $Configuration)) {
AddConfigurationSetting($Context, 'TAB_POSITION_PRIVATE_MESSAGES', '100');
} elseif (ForceInt($Configuration['PRIVATE_MESSAGES_CATEGORY_ID'], 0) == 0) {
// Add notice
$NoticeCollector->AddNotice($Context->GetDefinition('SelectPrivateMessagesCategory'));
}