Quote:
Originally Posted by tehtide
I got it to work by doing the following:
In the "vB Spell Template Changes" plugin change
Code:
<form name="spell_form" id="spell_form" method="POST" target="spellWindow" action="$vboptions[bburl]/vbspell.php">
to
Code:
<form name="spell_form" id="spell_form" method="POST" target="spellWindow" action="vbspell.php">
|
What error were you getting before?