The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
BBCode only works in single post, not full thread
I've been trying to get Syntax Highlighting to work on my board so I added BB Code utilizing google's prettify.
As we can see it works here: http://snpr.cm/Mhtsv5.png [Link looks like: http://myforum.com/forums/showthread.php?557-Coding-Convention-amp-Guidelines&p=3054#post3054 ] And it doesn't work here: http://snpr.cm/OE9Y3F.png [Link: http://myforum.com/forums/showthread.php?557-Coding-Convention-amp-Guidelines ] My BB Code is this: Code:
<link href="http://myforum.com/prettify/src/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="http://myforum.com/prettify/src/prettify.js"></script> <script type="text/javascript"> var theonload = window.onload; window.onload = function(){ theonload(); prettyPrint(); } </script> <pre class="prettyprint"> {param} </pre> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|