Announcement
Collapse
No announcement yet.
User Profile
Collapse
Profile Sidebar
Collapse

Fallout2man
Senior Member
Last Activity: Sat 16 Jul '11, 2:38pm
Joined: Mon 21 Jan '02
-
registration form defaulting to COPPA
I just was registering a second ago at vBulletintemplates.com and noticed something fairly odd. When I accidentally forgot to enter a required field and submitted the data, when it refreshed the registration...
-
You'd need to first have copied global.php into the directory with your main index, then add this.
PHP Code:require('./global.php');
Leave a comment:
-
Hmm, I'll have to try that, but before I do, just to be sure. I won't lose all the post data from the form if I do that will I?...
Leave a comment:
-
A tricky problem with forms
I've been working on a page for submitting information, but I've been trying to figure out how to do something specific with it.
This form is for submitting debates, now there are options...
-
Well if you didn't want to mess with .htaccess or other apache stuff, what you could concievably do is set a check at the beginning of the file like so.
PHP Code:if ($includevar!=1) {
Leave a comment:
-
change it to this
PHP Code:$numbers="1,3,4,5,6,7,8,11,12,14,15";
if (strstr($numbers,$suspenduser['usergroupid']) or $ismod) {
Leave a comment:
-
Well one thing you should notice right off the bat, is that vBulletin and PHPBB use two very different systems for styles. PHPBB uses an overly confusing file based version and vBulletin gives you a template...
Leave a comment:
No activity results to display
Show More
Leave a comment: