Quote:
Originally Posted by moonclamp
Just installed this, works well.
I added a couple of my own modifications too.
I created a new phrase called $vbphrase['pager_anon']; to replace $vbphrase['n_a']; in pager.php. This means that an anonymous message now comes from "Staff Member" rather than just N/A ... I'll only use this feature for giving out warnings to naughty members.
In the navbar link I added <if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid'] AND $show['pager']"> in order to hide the buddy list if the pager is disabled. (I think I did this right)
In memberinfo I added AND $show['pager'] to the conditional for the same reasons ..
Therefore when a member cannot use it, it becomes a case of "out of site, out of mind"
|
Can you explain in more details how you added the conditions as I am not a coder and would like to do the same...
Thanks