Quote:
Originally Posted by Infopro
|
Here is a temporary fix that I found on vbulletin.com, I hope it's useful to someone:
1. In the postbit [or postbit_legacy depending on the skin] template find:
Code:
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
2. Replace by:
Code:
<div class="content">
Still testing if it causes any side effect.
This isn't a necessarily guaranteed fix, but it fixed my problem instantly.