Quote:
Originally Posted by AWJunkies
https://vborg.vbsupport.ru/showpost....6&postcount=97
Post # 97
It does NOT effect it loading and working in IE but does throw error. Presume your caching of forums wont work cause it uses this.
Also this mod does not work with:
Spider Display 1.0.0
Working on fix as I need this. Will have one soon and the space between forums.
I see a temp fix for some styles not showing the spacing between forums as the:
<div class="spacer"></div>
Is not creating the space and a <br /> is needed.
So in forumhome_forumbit_level1_nopost:
in the instructions it says to add a </if> at the end you need to add a <br /> as well
<br />
<div class="spacer"></div>
</if>
or
<br />
</if>
|
The problem in dispatcher.js isn't actually our code.