Discovery Gaming Community
Forum Prism.js Support - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Rules & Requests (https://discoverygc.com/forums/forumdisplay.php?fid=6)
+--- Forum: Site & Forum Feedback (https://discoverygc.com/forums/forumdisplay.php?fid=14)
+--- Thread: Forum Prism.js Support (/showthread.php?tid=164518)



Forum Prism.js Support - Laz - 09-16-2018

Prism.js is a useful utility for adding code snippets to web pages with syntax highlighting. While it's not something many people would use, it would be rather nice to have. I looked into it and I think I know how to integrate it with MyBB. Sorry if this is wrong.

Prism.JS download
I would suggest for implementation to add a new style sheet in the ACP called PrismJS and copy the CSS in there. Then create a new js file in the jscripts directory of MyBB, and add a link to it in the headerinclude template.

I hate web development.