|
|
sir karl |
|
|
Posts: 31
Posts Per Day: 0.01
Reputation: 60.00%
Reputation Score: +3 / -2
Time Online: 11 days 10 hours 46 minutes
Age: 111
|
thank you so much for this mod opfer!! works great! danke |
|
Logged |
|
|
|
|
Opfer |
|
|
Posts: 325
Gender:  Male
Posts Per Day: 0.12
Reputation: 91.67%
Reputation Score: +11 / -1
Time Online: 2 days 3 hours 31 minutes
Location: Türkheim, Germany
Age: 23
|
Nice to hear that you like it  I just wanted to say that the old version for P9.6 still works for P9.7. |
|
|
|
|
|
rattycorner |
|
|
Posts: 54
Gender:  Female
Posts Per Day: 0.02
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 16 hours 22 minutes
Location: Rugby UK
|
I seem to be having a problem with this one. I have successfully installed the mod, but when new members try to join they get the error message:
The following errors have been encountered while trying to register your screen name ... You must enter your complete address
Settings.pl shows that the address option is turned off.
$usefullname = 1; $reqfullname = 1; $usemailaddress = 0; $reqmailaddress = 0; $usrfieldonelabel = "Member No or Postcode"; $requsrfieldone = 1; $usrfieldtwolabel = ""; $requsrfieldtwo = 0; $usrfieldthreelabel = ""; $requsrfieldthree = 0; $usrfieldfourlabel = "";
Any suggestions please?
Edit: not urgent - I bodged it by commenting out the error. |
| |
|
| Revision History (1 edits) |
| rattycorner - January 31, 2006, 3:42am | | |
|
|
|
|
|
maverick |
|
|
Posts: 102
Gender:  Male
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +3 / -0
Time Online: 255 days 1 hours 56 minutes
Location: Wales, UK
|
Is the 9.6 version the latest version, I have installed a new forum version 9.71B and am getting a cannot find source code error in ./Code/Register.pl. Or am I just being a pain? |
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,196
Gender:  Male
Posts Per Day: 4.37
Reputation: 93.25%
Reputation Score: +304 / -22
Time Online: 37 days 19 hours 48 minutes
Location: Tallassee, AL
Age: 25
|
|
|
|
|
|
Opfer |
|
|
Posts: 325
Gender:  Male
Posts Per Day: 0.12
Reputation: 91.67%
Reputation Score: +11 / -1
Time Online: 2 days 3 hours 31 minutes
Location: Türkheim, Germany
Age: 23
|
Hmm, the last version I've tried them on was 9.7.
If what Justin said doesn't work, I'm gonna update them, once I got some spare time. |
|
|
|
|
|
maverick |
|
|
Posts: 102
Gender:  Male
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +3 / -0
Time Online: 255 days 1 hours 56 minutes
Location: Wales, UK
|
Quoted from admin
Make sure you uploaded Register.pl from the P9.71B package.
It is a completely new install.
Quoted from opfer
Hmm, the last version I've tried them on was 9.7.
If what Justin said doesn't work, I'm gonna update them, once I got some spare time..
Sorry  |
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,196
Gender:  Male
Posts Per Day: 4.37
Reputation: 93.25%
Reputation Score: +304 / -22
Time Online: 37 days 19 hours 48 minutes
Location: Tallassee, AL
Age: 25
|
|
|
|
|
|
maverick |
|
|
Posts: 102
Gender:  Male
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +3 / -0
Time Online: 255 days 1 hours 56 minutes
Location: Wales, UK
|
Yes ............but I have re-uploaded it but still get this.
Quoted Text
Modify File: ./Code/Register.pl (3 actions) Source Code:
<tr> <td class="win2"> <table cellpadding="4" cellspacing="0" width="100%"> <tr> <td align="right" width="45%"><b>$registertxt[10]:</b></td> <td width="55%"><input type="text" class="textinput" name="username" value="$FORM{'username'}" size="30" maxlength="30"></td> </tr><tr> <td align="right"><b>$gtxt{'23'}:</b></td> <td><img src="$images/email_sm.gif"> <input type="text" class="textinput" name="email" value="$FORM{'email'}" size="25" maxlength="40"></td> </tr><tr> <td> </td><td><span class="smalltext">$registertxt[11]</span></td> </tr><tr> <td align="right"><b>$registertxt[12]:</b></td> <td><input type="password" class="textinput" name="pw" size="20" maxlength="$pwlength"></td> </tr><tr> <td align="right"><b>$gtxt{'24'}:</b></td> <td><input type="password" class="textinput" name="cpw" size="20" maxlength="$pwlength"></td> </tr> </table> </td> </tr>
Replace:
<tr> <td class="win2"> <table cellpadding="4" cellspacing="0" width="100%"> <tr> <td align="right" width="45%"><b>$registertxt[10]:</b></td> <td width="55%"><input type="text" class="textinput" name="username" value="$FORM{'username'}" size="30" maxlength="30"></td> </tr><tr> <td align="right"><b>$gtxt{'23'}:</b></td> <td><img src="$images/email_sm.gif"> <input type="text" class="textinput" name="email" value="$FORM{'email'}" size="25" maxlength="40"></td> </tr><tr> <td> </td><td><span class="smalltext">$registertxt[11]</span></td> </tr><tr> <td align="right"><b>$registertxt[12]:</b></td> <td><input type="password" class="textinput" name="pw" size="20" maxlength="$pwlength"></td> </tr><tr> <td align="right"><b>$gtxt{'24'}:</b></td> <td><input type="password" class="textinput" name="cpw" size="20" maxlength="$pwlength"></td> </tr> EOT my $i = 0; foreach(@fields) { ($fname,$force,$permanent,$show) = split(/\|/,$_); if($force) { $ebout .= <<"EOT"; <tr> <td align="right"><b>$fname:</b></td> <td><input type="text" class="textinput" name="field$i" value="$FORM{"field$i"}"></td> </tr> EOT } $i++; } $ebout .= <<"EOT"; </table> </td> </tr>
--» Code not found in source ...
Source Code:
fopen(FILE,">$members/$FORM{'username'}.dat"); for($q = 0; $q < 48; $q++) { print FILE "$newuser->[$q]\n"; } fclose(FILE);
Replace:
fopen(FILE,">$members/$FORM{'username'}.dat"); for($q = 0; $q < 48; $q++) { print FILE "$newuser->[$q]\n"; } fclose(FILE);
my $i = 0; foreach(@fields) { ($fname,$force,$permanent,$show) = split(/\|/,$_); if($force) { push(@newfields,$FORM{"field$i"}) } else { push(@newfields,'') } $i++; } fopen(FILE,">$members/$FORM{'username'}.fld"); foreach(@newfields) { print FILE "$_\n" } fclose(FILE);
--» Code appears okay ...
|
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,196
Gender:  Male
Posts Per Day: 4.37
Reputation: 93.25%
Reputation Score: +304 / -22
Time Online: 37 days 19 hours 48 minutes
Location: Tallassee, AL
Age: 25
|
|
|
|
|
|
riffplayer |
|
|
Posts: 263
Gender:  Male
Posts Per Day: 0.09
Reputation: 100.00%
Time Online: 2 days 4 hours 11 minutes
Location: Indiana
Age: 36
|
Just a minor issue, but when a member is deleted it doesn't delete the extra txt file that contains the extra information. That might be a nice addition. (I'm using an older version of the mod, so maybe you've already done this.) |
|
|
|
|
|
Justin |
|
|
Posts: 15,196
Gender:  Male
Posts Per Day: 4.37
Reputation: 93.25%
Reputation Score: +304 / -22
Time Online: 37 days 19 hours 48 minutes
Location: Tallassee, AL
Age: 25
|
|
|
|
|
|
Opfer |
|
|
Posts: 325
Gender:  Male
Posts Per Day: 0.12
Reputation: 91.67%
Reputation Score: +11 / -1
Time Online: 2 days 3 hours 31 minutes
Location: Türkheim, Germany
Age: 23
|
Okay, here's the new version, as always, first file is english only, second is english and german.
I'm sorry that it took me so long this time, the fix was actually an easy one (just a changed layout in the registration form), but there was a lot of mess (school, etc.) so that I didn't find time to do it before.
I also added the fix, so that it now deletes the members *.fld file when the member is deleted.
And in case anybody wonders: the other 3 mods (Category and Board Backgrounds, Member Group Background and Delete Double Posts) still work on P9.71B.
 |
This post contains attachments; to download them you must login. |
|
|
|
|
|
|
|
maverick |
|
|
Posts: 102
Gender:  Male
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +3 / -0
Time Online: 255 days 1 hours 56 minutes
Location: Wales, UK
|
Thanks very much.......installed ok..... I rely heavily on member groups and this helps me to put them in the right group.
cheers
(woot) |
| |
|
|
|
|
|
Mike Brazier |
|
|
Posts: 60
Gender:  Male
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +2 / -0
Time Online: 2 days 8 hours 36 minutes
Location: Birmingham
Age: 37
|
Thanks for your hard work on this one, I just installed it and it seemed to work great.
But, after installing the Avatar gallery / selector in the member Center seems to cease to list any avatars.
I had the same problem a few versions ago so I uninstalled it but I would really like to have it working properly.
After uninstalling the Avatar Selection list reverts back to normal, please could you advise!
Mike. |
|
|
|
|
|
|