In my forum i have a lot of posts with [code] where BBCode inside shouldn't be parsed. Adding [noparse]inside the [code] is not the solution for me. I have installed product named Advanced Syntax Highlighter from this post https://vborg.vbsupport.ru/showpost.php?p=2007541&postcount=116 and it turned off parsing BBcode inside [code], but after update to vBulletin 4.0.5 it no longer works, why?
I have another issue after this update with this plugin. When i post something with highlight, for example
Code:
[code=cpp]#include <iostream>[/code]
and i try to edit my post, it looks like this
Code:
Kod cpp:
[FONT=monospace][COLOR=#339900]#include <iostream>[/COLOR][/FONT]
How i can fix it?