Another problem(((
In hook
showthread_similarthreadbit I add next code:
PHP Code:
$templater = vB_Template::create('rightside_similarthreadbit');
$templater->register('simthread', $simthread);
$templatevalues .= $templater->render();
vB_Template::preRegister('SHOWTHREAD', array('templatevalues' => $templatevalues));
Like this I have just ONE LAST result from query. What I have to do for have all results?
This hook added in showthread.php on 1978.
I was thinking, if this hook placed in a
while cycle, I will have all results from this cycle. But no....