Well done I was just looking for this one or better say asking at nuhit.com
QUESTION: how many querries this add to forumhomepage???
EDIT: I found how many querries it produce in info.txt

Does it mean that if I enable 5 forum(trees) I will have 5 extra qurries?
Isnt there a way to limit this addon to 1 querry total?
THANKS!!!!
------------------------------------------
EDIT2:
Am I good to go with removing this:
PHP Code:
if ($vbulletin->options['cyblpienh_enable_title'])
{
$cyblpi_lastposts .= '<tr valign="top"><td class="smallfont" align="'.$stylevar[left].'" width="100%" nowrap="nowrap">'.construct_phrase($vbphrase[cyblpienh_last_x_posts], $cyblpi_restot).'</td></tr>';
}
in order to remove "Last X post" title from the add-on?