Quote:
I want it above the Tournament table?
|
In v3ARCADE_MAIN find:
Code:
<vb:if condition="$show['tournaments']">
Place the template code above that and it will display above the tournament table.
Quote:
And where can I find where the Podium draws it's template from as the table border
|
The template uses the classes
alt1 and
blockbody v3_block you may need to change those to match the classes for your forum border.
blockbody v3_block is the outer table border and
alt1 is used within each smaller table.