Quote:
Originally Posted by Pyrix
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
|
Works for me too. THANK YOU!!!