I have a feature request. Sometimes I go away from the computer for a while and come back and I am "inactive" in the shoutbox. The only way to become active again is to refresh the page or say something. There should be a way to press a button to become active again. This would be especially handy for dialup users.
Quote:
Originally Posted by m002.p
Out of interest... anyone managed to get this working on VbAdvanced? If so, care to share the info?
|
Yes I did
Wasn't too hard surprisingly.
All I did was removed the SB entry from the HomePage and put it at the bottom of Navbits.
Then I went into the SB settings and added "adv_index" to the page deployment area.
If you want it to show up on more pages just open the .php file for that page and find "define('THIS_SCRIPT', 'page name here');" The page name is in the second single quotations (ex. "define('THIS_SCRIPT', 'adv_index');" the page name is adv_index).
Hope that helps
Quote:
Originally Posted by ianwilcox
can you stop guests from viewing the shoutbox ?
|
<if condition="$show['member']">
<!--{%SHOUTBOX%}-->
</if>