Hi,

Anyone implemented alternating table colors?

Would appreciate some advice :)

Comments

giorgio79’s picture

Solved it
Replace line 38 of views_bonus_grid.module

    $content .= "<td class='view-grid-item'><div class='view-item view-item-$view->name'>$item</div></td>\n"; 
    if ($count % 2 == 0)
    $content .= "<td class='view-grid-item-even'><div class='view-item view-item-$view->name'>$item</div></td>\n"; 
	else
    $content .= "<td class='view-grid-item-odd'><div class='view-item view-item-$view->name'>$item</div></td>\n"; 
mherchel’s picture

Thanks for the response to your post.

does anyone know how to alternate the colors of the rows?

pomliane’s picture

Status: Active » Closed (won't fix)

This version of Views Bonus Pack is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.