PDA

View Full Version : Broken column if 'On / Off Indicators' disabled!


Arkidas
10-04-2008, 07:15 AM
I want 'On / Off Indicators' to be disabled in my link directory, but when I disable them, I get a broken column on the right! :confused:
I haven't edited any templates, it's a fresh Links Directory install.

http://malesopranos.com/links/

Brian
10-04-2008, 10:44 AM
Thank you for pointing this out. If you will look in your 'adv_links_categorybit_level2' template for this code (on line 8):
<td class="alt1">

And replace with this:
<td class="alt1"<if condition="!$vba_options['links_showonoff']"> colspan="2"</if>>

That should take care of the issue.