there a little bug i found... it will not fix your problem nokia, but update your file anyway.
in vbhl index.php, find:
Code:
SELECT * FROM thread LEFT JOIN poll USING (pollid) WHERE visible=1 AND open<>10 $iforumperms $ipollperms ORDER BY thread.pollid DESC LIMIT 1
replace it with:
Code:
SELECT * FROM poll LEFT JOIN thread ON (thread.pollid=poll.pollid) WHERE visible=1 AND open<>10 $iforumperms $ipollperms ORDER BY thread.pollid DESC LIMIT 1
now, what you did wrong is that you installed over the old version the new one.
you have to delete all templates you manually made. they will not work with the new version.
just read the uninstall procedure:
https://vborg.vbsupport.ru/showthrea...785#post303785
then you will see it works.