And I got this:
Missing argument 2 for getpostbit() in /usr/www/users/gandalf/starwarsguide.com/forums/admin/functions.php on line 57
Line 57 is this:
function getpostbit($post,$templatename) {
also, my showthread.php has this:
$postbits = getpostbit($post);
(notice no period in front of the equal sign?)
but I still replaced it with:
$postbits .= getpostbit($post,iif($counter==1 and $pagenumber==1, 'postbit_first', 'postbit'));
Using 2.2.2
|