vForums Support > System Improvements :: Suggestions :: Implemented Suggestions :: > Forum Settings

Forum Settings - Posted By dog199200 (dog199200) on 24th Feb 08 at 11:22pm
Umm if possible can you make it an options if it shows the:;

All times are GMT-8 :: The current time is 3:16pm

and

This page was generated with 71 database queries and 8 cache files in 0.6242 seconds.

text at the bottom of the forum, it can be added under Forum Settings or something. The text at the bottom makes the forums look very tacky.

Re: Forum Settings - Posted By Marc (cr0w) on 24th Feb 08 at 11:31pm
This would be better left as a code. {Unsure}

Re: Forum Settings - Posted By Ross (admin) on 25th Feb 08 at 12:25am
I've added IDs so it'd be as simple as:

Code: CSS
 
  1. <style type="text/css">
  2. <!--
  3.  
  4. #footertime, #footerstats { display: none;
  5. }
  6. //-->
  7. </style>
 


in the header

Re: Forum Settings - Posted By dog199200 (dog199200) on 25th Feb 08 at 1:16am
ok cool