Image Post Reply to myBB Custom markup for PHP Code insert for posts.

Post a New Reply
Reply to thread: myBB Custom markup for PHP Code insert for posts.
Post Subject:
Post Icon:
Your Message:
Smilies
Smile Wink Cool Big Grin
Tongue Rolleyes Shy Sad
At Angel Angry Blush
Confused Dodgy Exclamation Heart
Huh Idea Sleepy Undecided
[get more]
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)






Thread Review (Newest First)
Posted by Anonymous - 03-18-2025, 09:45 AM
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');