Quote:
Originally Posted by MarkFL
As a first step, I would take a look at the "showthread" template for your custom style, in particular any block of code inside <vb:if condition="$show['quickreply']">...</vb:if> tags and compare it with the analogous code in the default template to see if you can find any problems/discrepancies.
|
I have compared both showthread styles and this is the only difference. 3 new divs added for the style.
PHP Code:
<!-- Start Forum tcat Heading PurevB -->
<div class="tcat">
<div class="tcatLeft"><div class="tcatRight foruminfo L1 collapse">
<div id="thread_controls" class="tcat_threadlist_controls ">
--------------- Added [DATE]1435433584[/DATE] at [TIME]1435433584[/TIME] ---------------
Quote:
Originally Posted by MarkFL
As a first step, I would take a look at the "showthread" template for your custom style, in particular any block of code inside <vb:if condition="$show['quickreply']">...</vb:if> tags and compare it with the analogous code in the default template to see if you can find any problems/discrepancies.
|
Forgot to quote