Quote:
Originally Posted by Killabee
Im having the same issue. . . vBulletin? Version 4.2.0 PL2
Cant Reply or quick reply to anything. when posting with quick reply i get a pop up saying
I also attempted to edit the xml file with the ENGINE=MyISAM as posted above with no luck.
|
That's a problem with vBulletin, not this addon.
Find this in the headinclude template:
Code:
forum : "{vb:raw vboptions.vbforum_url}",
Change it to
Code:
forum : "<vb:if condition="$vboptions[vbforum_url]">{vb:raw vboptions.vbforum_url}<vb:else />{vb:raw vboptions.bburl}</vb:if>",