Quote:
Originally posted by GenSec
There is simle solution
In
Code:
$topposters1.="<tr><td width=100% bgcolor=$bgcolor><smallfont><a href=\"member.php?action=getinfo&userid=$user1[userid]\">$result1[username]</a></td><td bgcolor=$bgcolor align=right nowrap><smallfont>$user1[posts] / </smallfont></td><td bgcolor=$bgcolor align=right><smallfont>$threads1</smallfont></td></tr>";
replace $user1[posts] with result1[posts]
|
Should the replacement be result1[posts] as you said, or should it have the $ symbol, so $results1[posts]?
Also, none of my forums are set up to not count towards post totals.