a quote:
 Originally Posted By: jcl
The old forum is redirected. You'll notice that when you click on a post.


a codeblock:

 Code:
	function samplecode();
	ENTITY* ETC;
	
	function samplefunc(){
		while(1){
			if(!sampleloop){
				//lots of things done here
			}
			wait(555);
		}
	}
	function samplefunc2(){
		while(1){
			if(!sampleloop2){
				//lots of things done here #2
			}
			wait(222);
		}
	}

^
it is ok when it's a quote but, code blocks are a bit narrow and has a fixed width and a max height, maybe you can change width to something like 80% instead of 512px (css?). (this sliders makes it hard to read codes.)

and some text are missing:


But i like the new version. The stock(light) theme looks less messed up and more clean.

there is no use of it on this forum but i like this syntax colored php boxes \:D
 PHP:
$something = "weeeee, some php here"; while(true){ echo $something; }


and yes, when you click on a link from old forum it rdirects but if you go directly to this (old forum home) : http://www.coniserver.net/ubbthreads/ubbthreads.php/Cat/0/C/3
it says something about maintance.

Last edited by Quadraxas; 03/31/08 15:16.

3333333333