
08-31-2012, 02:54 PM
|
|
|
Join Date: Apr 2010
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sub_ubi
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>",
|
this did not work.
|