Quote:
Originally Posted by anthroforum
To save on server load, how would I have a chatbox exist only on one page of the forum, via a clickable link, rather than consuming resources on the index page, where many users may not be interested in the chat facility.
|
Add some form of conditional around the chatbox display
<if condition="$forum[forumid] == X">CHATBOX</if>
<if condition="in_array($forum['forumid'], array(1,2,3,6))">CHATBOX</if>
Good Article here
There are also chatbox addons which have full page views.