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.
Options

How do I get the inbox count?

edited August 2010 in Vanilla 1.0 Help
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.
Sign In or Register to comment.