Ah, the WYSIWYG javascript global variables use the new Object() method, and i called one of my variables Object, how nice, collision
Anyway, to fix this, go to the template "pm_newpm"
Find:
Code:
Object = document.getElementById('buildSearch')
Replace With:
Code:
ObjectIns = document.getElementById('buildSearch')
Find:
Code:
Object.innerHTML = BuildHTML
Replace With:
Code:
ObjectIns.innerHTML = BuildHTML
Save the template, and it will work in WYSIWYG mode
Also TosaInu, nice suggestions, i wasn't planning on making a newer version for this but with those ideas it doesn't seem like a bad idea to implement that
- Zero Tolerance