The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#152
|
||||
|
||||
Just wanted to let you know that I followed your directions to a "T" and your hack installed just as described. Although the instructions were lengthy, the result was on the money.
Thanks for making such a GREAT hack! |
#153
|
|||
|
|||
the hack works great, but one thing thats not working is the user registering part, when a user submits, it keeps saying please filled all required fields, and ALL fields are filled out... i think it has to do with the registrationadult template, but the dropdown menu where you select your country doesnt even show up at all under the registration form, under enter your email...
here's what part of my registrationadult template looks like: Code:
<td bgcolor="{secondaltcolor}"><normalfont><b>Email:</b></normalfont><br> <smallfont>Please enter a valid email address. You can choose to hide it below in the preferences section.</smallfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="email" size="25" maxlength="50"></normalfont></td> </tr> <tr> <td bgcolor="{secondaltcolor}"><normalfont><b>Enter Email Again:</b></normalfont></td> <td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50"></normalfont></td> </tr> <!-- Country Hack Code Begin --> <tr> <td bgcolor={firstaltcolor}><normalfont><b>Select your Country:</b></normalfont><br> <smallfont>If you select your country, your country flag image will appear next to your name on your posts.</smallfont></td> <td bgcolor={firstaltcolor}><smallfont> $countrytext</td> </tr> <!-- Country Hack Code End --> $customfields_required <!-- *** --> <tr> <td bgcolor="{tableheadbgcolor}" colspan="2"><normalfont color="{tableheadtextcolor}" class="thtcolor"><b>Optional Information</b></normalfont> |
#154
|
||||
|
||||
Well, I spoke too soon as well. I ran into a similar problem. I'm in the process of removing the hack so that I can get my registeration back. Everything worked, but I got a SQL error everytime someone tried to register.
UPDATE: Well, after un-installing the hack the error is still there. So, I'm going to have to take more drastic measures to get my board back to 100%. FYI, this is the SQL Error I'm getting. Database error in vBulletin 2.2.5: Invalid SQL: INSERT INTO userfield (userid,field5,field6,field7,field1,field2,field3, field4) VALUES (,'Demo Account','Demo','Demo','','','','') mysql error: You have an error in your SQL syntax near ''Demo Account','Demo','Demo','','','','')' at line 1 mysql error number: 1064 Date: Thursday 25th of April 2002 02:22:37 AM Script: http://www.interpug.com/private/foru...m/register.php Referer: http://www.interpug.com/private/forum/register.php |
#155
|
||||
|
||||
I downloaded a fresh copy of vBulletin 2.2.5 and uploaded a clean copy of register.php and everything is back to normal. So, obviously something is up with the register.php changes. Too many people are complaining about it to be a fluke, or a typo on the installer's part.
If the register.php worked properly, it would be a GREAT hack. Does anyone know if I can install everything BUT the register.php changes? I don't really care to make the user choose their flag when they join. |
#156
|
|||
|
|||
mashby, i also need a fix for this
something is wrong with the register.php when i have the hack, when a user registers, there is no drop down box where they can choose there country, it wont show up at all. and therefore they cant register since it's a required field, so i had to take it out, but the rest of the hack works great. just that one fault, is there a fix for this please? |
#157
|
||||
|
||||
My error was that the register just didn't work. Everything appeared ok, but register.php just didn't work.
Since my problem was a little different. I would check through the code that you have to alter in your templates and in register.php again. It sounds like you may just be missing something in the template you have to create. |
#158
|
|||
|
|||
i checked the template so many times, and thats not the problem
... i dont know why its not showing up at all when a user registers |
#159
|
||||
|
||||
Make sure you've made the template -1 so that it's default. This hack is temperamental like that. Also make sure that you database inserts in register.php includes the country variable as well.
|
#160
|
||||
|
||||
Remember, each time you upgrade vB, you need to run the database query again to make that country select list template -1 again. This is the only hack that I know of that requires this.
|
#161
|
|||
|
|||
i already ran that -1 query already, and what do you mean include register.php? im not understanding, do i have to include it in a template? clarify this for me please...
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|