Quote:
Originally Posted by jw00dy
I had to uninstall this due to it messing up the reply/comments stuff in Photopost Pro. anyone know of a fix? I'd LOVE to use this.
|
Sure,
Go to Plugin Manager in your admin control panel and edit the plugin 'vB Spell Template Changes'.
Add the following line at the very top before anything else:
Code:
if ( VB3_INTEGRATION != "on" ) {
and the following after the very last line:
Because the VB3_INTEGRATION variable should be defined when the WYSIWIG editor is being called from photopost, it'll fail that condition and the code to include the spell check won't be called.
You won't get spell check in the gallery, but you can still use it in the forums without messing up the gallery.
Works for me anyway
Ollie