
04-28-2006, 11:47 PM
|
 |
|
|
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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"
|
nice thanks for the tips
|