Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [wickedmoon] Limit number of users

Quote Reply
Re: [wickedmoon] Limit number of users In reply to
Would something like this work? Say, put it at the very top of category_view and the forum templates?

Code:
<%if users_online > 5%>
<p>Sorry, too many users online, come back later!</p>
<%else%>
(Your normal category/forum view code here).
<%endif%>
Subject Author Views Date
Thread Limit number of users telemachus 3631 Apr 28, 2004, 4:45 PM
Thread Re: [wickedmoon] Limit number of users
agaffin 3522 Apr 29, 2004, 8:29 AM
Thread Re: [agaffin] Limit number of users
telemachus 3516 Apr 29, 2004, 10:19 AM
Thread Re: [wickedmoon] Limit number of users
agaffin 3524 Apr 29, 2004, 10:24 AM
Post Re: [agaffin] Limit number of users
telemachus 3482 May 9, 2004, 8:23 AM