Quote:
Originally Posted by Eric
v1.1.5 - June 23rd, 2011
-- Added 'bannedusers_navbar' to the cache, it was previously uncached (props to Delphiprogrammi).
-- Added suggestion by Clamshells: allow the columns to be sorted ascending or descending.
-- Updated template HTML/CSS to hopefully fix the pagination display issue.
-- Updated to be compatible with vB 4.1.x, should be compatible back to 4.0.5
|
Small bag:
Is not registered variable $lb_сolor in $templater = vB_Template::create('bannedusers');
Solution:
Open file: banned.php
Find:
$templater->register('alt2', $alt2);
And after that add:
$templater->register('lb_color', $lb_color);