Quote:
	
	
		
			
				
					Originally Posted by  chrsschb
					 
				 
				That worked! 
 
 
Now... does anyone know how to add the loot/item links my forum. 
			
		 | 
	
	
 Add this to the config.php anywhere, this will get rolled out in the default config in the next SVN submission.
	Code:
	// PHP Debugging
$DebugMode = FALSE;
	if($DebugMode){
		error_reporting(E_ALL);
		ini_set('display_errors', '1'); 
	}
	else{
		error_reporting(0); 
	}