pgowder
03-18-2004, 07:06 PM
On submission forms, and other applications, I use these. Will this work in vB3?
Grabbing the username by $bbuserinfo[userid]
And checking if the user is logged in with:
require('global.php');
if ($bbuserinfo[userid]==0) {
//Send user to the registration page
show_nopermission();
} else {
If these don't work, are there methods to do this?
Grabbing the username by $bbuserinfo[userid]
And checking if the user is logged in with:
require('global.php');
if ($bbuserinfo[userid]==0) {
//Send user to the registration page
show_nopermission();
} else {
If these don't work, are there methods to do this?