 | [Solved] Gender MOD |  |
Posted: 09/02/2007 6:23 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 3:22 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| In the CP of a registered person. nothing shows up except the radials for the gender selection, no text anywhere on that entire line. And in their profile, the actual gender selected shows up and not the word 'gender' to the left of it. BTW - I thought the gender icon was supposed to show there?!?! |
|
Last edited by 2LadyDi on 09/11/2007 3:53 PM; edited 1 time in total |
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 7:37 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:22 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Hello Nightrider,
I have just tried to install Gender MOD but it gives me some critical error while I was trying to install through EM. I fixed many errors but got stuck at this one.
| Code:
|
Critical Error
FIND FAILED: In file [includes/usercp_register.php] could not find:
VALUES ($user_id, '" .
MOD script line #460 :: FAQ :: Report
|
I was unable to fix this
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 12:48 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 3:22 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| We'll get a resolve on this abdulbasit... soon!! Mine is working fine just the text areas aren't. I think another MOD messed it up. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 1:40 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:22 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Ahaan, I see. Yup, it will solved sooner.
Waiting for NR brother to come online.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 1:52 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 3:22 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| While waiting abdulbasit, read this and let me know your feedback. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 2:42 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:22 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Gender MOD |  |
Posted: 09/03/2007 10:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:22 AM
Location: St Pete, FL
|

|
|
|
|
 |
| 2LadyDi wrote:
|
|
In the CP of a registered person. nothing shows up except the radials for the gender selection, no text anywhere on that entire line. And in their profile, the actual gender selected shows up and not the word 'gender' to the left of it. BTW - I thought the gender icon was supposed to show there?!?!
|
The Gender MOD isn't fully installed into your forum. You really should have used EM to install it. There is Gender MOD code missing in your profile.php file...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/03/2007 10:35 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:22 AM
Location: St Pete, FL
|

|
|
|
|
 |
| abdulbasit wrote:
|
I have just tried to install Gender MOD but it gives me some critical error while I was trying to install through EM. I fixed many errors but got stuck at this one.
| Code:
|
Critical Error
FIND FAILED: In file [includes/usercp_register.php] could not find:
VALUES ($user_id, '" .
MOD script line #460 :: FAQ :: Report
|
|
This line was adjusted by the Accept PMs MOD. This is how you correct the MOD script:
OPEN
gender_mod_1_0_1a.txt
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
VALUES ($user_id, '" .
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
VALUES (
|
Save, upload, and try again using EM...
The reason why you can simplify this even further like I did is because the previous FIND moved the file pointer to the previous line. So even though there are many VALUES ( in the file, EM will find the next instance of it on the next line, which just happens to be the correct one...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Gender MOD |  |
Posted: 09/04/2007 2:20 AM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 3:22 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| Nightrider wrote:
|
The Gender MOD isn't fully installed into your forum. You really should have used EM to install it. There is Gender MOD code missing in your profile.php file...
|
That MOD was installed prior to me ever knowing about EM as was that older version of the Birthday MOD. There's heaps of MODS there that I actually at one time loved hand coding. Tendonitis starting acting up again and EM for life if I can. I am going to leave you a couple directories in the root/admin folder to see what's REALLY there. I move all of the 'done' MODS to it. Probably is around that 100 mark for real. You'll have 3 directories to look for from 2 different PC's/ & the lappy. Too lazy to combine them. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Gender MOD |  |
Posted: 09/04/2007 3:29 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:22 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
I did and it worked but next error was much complicated as it says
| Code:
|
Critical Error
FIND FAILED: In file [language/lang_english/lang_admin.php] could not find:
$lang['Allow_name_change']
MOD script line #634 :: FAQ :: Report
|
And these template errors again
| Code:
|
Warning
FIND FAILED: In file [templates/applied_x/profile_add_body.tpl] could not find:
<input type="text" class="post" style="width: 200px" name="interests" size="35" maxlength="150" value="{INTERESTS}" />
</td>
</tr>
MOD script line #696 :: FAQ :: Report
|
| Code:
|
Warning
FIND FAILED: In file [templates/applied_x/viewtopic_body.tpl] could not find:
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}">
MOD script line #772 :: FAQ :: Report
|
Hopefully these are the errors left. After installing these templates, the MOD are making more difficulties to install MODs in which we have to modify template files in MOD script  |
|
|
 |
 |
| Back to Top |
|
|
 |
 | Information |  |
|