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.
How do I get the inbox count?
I am making a My Profile box like on Vanilla forums. How do I retrieve the inbox count?
I have something like this :
<?php echo Anchor('Inbox', '/messages/all'); ?> X
I need to change X to the actual count in the inbox.
I have something like this :
<?php echo Anchor('Inbox', '/messages/all'); ?> X
I need to change X to the actual count in the inbox.
0