I have only one issue now
Height of Top Posters List is not working for me, whatever I change it doesnt create scrollbar
can it be cause I installed module specyfing only one page (page which works for my VBA)
any suggestions?
and yeah, it may be of use to a noobs like me
if your VBA is not installed in a same directory as forums you should place
forums/ (or whatewer neme is) in
top_posters.php
here:
Code:
$avatarurl = 'forums/image.php?' . $vbulletin->session->vars['sessionurl'] . "u=$top_poster[userid]&dateline=$top_poster[avatardateline]";
$avatarurl = 'forums/images/misc/unknown.gif';