Image myBB Custom markup for PHP Code insert for posts.

myBB Custom markup for PHP Code insert for posts.
#1
Open showthread.php (You can find it in your root directory, i.e. where index.php, etc, files are located).



After:
(Code_Block)
define('THIS_SCRIPT''showthread.php'); 

Add after it:
(Code_Block)
ini_set('highlight.string''#ffffff'); 
ini_set('highlight.comment''#00ff00'); 
ini_set('highlight.keyword''#22ff22'); 
ini_set('highlight.default''#cecece'); 
REPLY


FORUM JUMP: