Totally remove alblist from index (home) page, including TD class="tableb" Totally remove alblist from index (home) page, including TD class="tableb"
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Totally remove alblist from index (home) page, including TD class="tableb"

Started by codinedawn, April 21, 2007, 02:23:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

codinedawn

I have (almost) succesfully removed the albums under each category in index.php by deselecting "Show first level album thumbnails in categories" in config.

All I want on the index page is categories, no albums, no spaces.

However, although the albums don't show, the containing TR for albums remains. The irrit code says:
<TR><TD class="tableb" colSpan=3></TD></TR>

I want that code to disappear so the categories sit flush on eachother, no TR inbetween. My CSS class for "tableb" has 15px padding so Firefox adds in big spaces inbetween categories.

Removing /alblist/ from "The content of the main page" doesn't help because then album view doesn't show thumbnails.

Please assist, ta