PDA

View Full Version : $umaxposts variable?


TECK
03-10-2002, 01:48 AM
i'm looking in member.php and i try to understand from where is called from $umaxposts:$DB_site->query("UPDATE user SET maxposts='".addslashes($umaxposts)."' WHERE userid='$bbuserinfo[userid]'");can you explain what it does that $umaxposts variable?
thanks.

Admin
03-10-2002, 10:15 AM
$umaxposts comes from the modifyoptions template (a form). It determines how many posts a user wants to see per page.

TECK
03-10-2002, 10:23 AM
thanks firefly.