Removed the debug line from the code and there is a custom bbcode that is needed that i forgot to mention in the readme file.
Code:
Title: Class
BB Code Tag name: Class
Replacement: <span class="{option}">{param}</span>
Example: [class="tcat"]Example[/class]
Description: CSS Class Code
Use {Option}: Yes
Remove tag if Empty: No
The Classes i use in the default app form is from my wowhead product CSS.
https://vborg.vbsupport.ru/showthread.php?t=183035 , i also make use of my other plugin in the app thread,
https://vborg.vbsupport.ru/showthread.php?t=169389
Check out your Main CSS options in your current style for all the classes you can use. I chose this method over hardcoding or a bunch of vbulletin options so that if you change your style the post itself will continue to match the new style.
The line you you need to change is the one you copied. that is the forum ID of whatever forum your applications are posted to (In the updated zip you no longer need to edit that plugin).
your SHOWTHREAD template MUST HAVE <!-- thread tools menu --> , for this product to be displayed. You also need to have moderator permissions in that forum.