Ok guys. Here's my problem.
I wanna call the users pm quota and put it in their postbit.
Now when I use
Code:
<phrase 1="$permissions[pmquota]">$vbphrase[quota]</phrase>
It shows the same in every postbit which is your usergroups pm quota.
The phrase 'quota' simplay contains {1} at the moment.
I need it to show the differring amounts per usergroup as applicable.
Does anyone know if there is a function built in to show this, or do I need to create one?
Basically, I'm updating a couple of my mods and need this otherwise it's like loads of lines of unnessessary code just to show this info.
anyone?