Quote:
Originally Posted by King Kovifor
I must have missed that, would mind reminding me of the problem (coming home to 3 pages of new posts is easy to miss a few posts...) or just link me to the post and I can look into fixing it.
|
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>