vForums Support > vForums :: Support :: > Hide Info Center

Hide Info Center - Posted By benalmick (benalmick) on 28th Feb 08 at 12:50am
Is it possible to hide the Info Center on the Log In page so guests can't see who is online etc?

Re: Hide Info Center - Posted By Marc (cr0w) on 28th Feb 08 at 12:58am
Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. /* Hide Info Center */
  4.  
  5. if(vf_username=="guest") get('info_center','id').style.display = 'none';
  6. //-->
  7. </script>
 


Main footer. {Smile}

Re: Hide Info Center - Posted By benalmick (benalmick) on 28th Feb 08 at 1:41am
I just dont believe the quality and speed of replies in here. Absolutely brilliant. Thanks.

Re: Hide Info Center - Posted By Marc (cr0w) on 28th Feb 08 at 3:05am
Posted By benalmick on 28th Feb 08 at 1:41am
 
I just dont believe the quality and speed of replies in here. Absolutely brilliant. Thanks.


No worries. {Smile}