Quote:
Originally Posted by fwulfers
There is one problem with the template modification.. When you're not logged in to the vB site, you neither see the vB reply box nor the Disqus comments and reply box. Should the code be moved somewhere else in the Showthread template?
|
I found out the issue, the instructions show the code should be placed above this code:
Code:
<div id="qr_scroll"></div>
</vb:if>
</form>
</div>
</vb:if>
However, it needs to be placed
below that code.