Is there a list of the mods that could be installed with EM?

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: I have the Last Visit MOD v1.2.9em by Niels, but I don't see this code in the MOD script. Can you provide a download link to the MOD plus a text link for you groupcp.php file???

Image

i use the version 1.1.1 ... from where can i find your version :oops:

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with EM?

Post by Nightrider »

There is a newer version than what I have at the following site:

Tec 2 Spec Forum - last_visit_1.2.10em.zip

You might be able to find it in the phpBB MOD Database too...

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: There is a newer version than what I have at the following site:

Tec 2 Spec Forum - last_visit_1.2.10em.zip

You might be able to find it in the phpBB MOD Database too...

Image


ye thanks a lot ... it has a problem too...when i try to install 1.2.10em it shows
IN-LINE FIND FAILED: In file [templates/subSilver/memberlist_body.tpl] could not find:

colspan="8"

MOD script line #833

but i cant see line 833 8O what a joke

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with EM?

Post by Nightrider »

Line 833 is this:

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="8"
I need to see a text link to your subSilver/memberlist_body.tpl file to tell you what you need to do...

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: Line 833 is this:

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="8"
I need to see a text link to your subSilver/memberlist_body.tpl file to tell you what you need to do...

Image

Here it is, so I hope so you have an idea :roll:

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with EM?

Post by Nightrider »

Ok, do this:

OPEN
last_visit_1.2.10em.txt

FIND

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="8"

# 
#-----[ IN-LINE REPLACE WITH ]-------------------------------- 
# 
colspan="9"
REPLACE WITH

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="9"

# 
#-----[ IN-LINE REPLACE WITH ]-------------------------------- 
# 
colspan="10"
Save, upload, and try again using EM...

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: Ok, do this:

OPEN
last_visit_1.2.10em.txt

FIND

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="8"

# 
#-----[ IN-LINE REPLACE WITH ]-------------------------------- 
# 
colspan="9"
REPLACE WITH

Code: Select all

# 
#-----[ IN-LINE FIND ]---------------------------------------- 
#
colspan="9"

# 
#-----[ IN-LINE REPLACE WITH ]-------------------------------- 
# 
colspan="10"
Save, upload, and try again using EM...

Image

It's totaly not working ! It gave me a general error and I had to open the last_visit_1.2.10em.txt and to undo all the things that EM made ... what a shock for me :(

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with EM?

Post by Nightrider »

So what was the error that you saw after installing the MOD???

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: So what was the error that you saw after installing the MOD???

Image

i did it somehow ...
now i have a problem with installing xdata mod ... version 1.0.0
I have this problem
Critical Error

FIND FAILED: In file [templates/subSilver/profile_add_body.tpl] could not find:

<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row2">
<input type="text" name="icq" class="post" style="width: 100px" size="10" maxlength="15" value="{ICQ}" />
</td>
</tr>

MOD script line #1573 :: FAQ :: Report

can someone help :(

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

Without seeing the MOD or your profile_add_body.tpl file, I can only guess at what you should do. It might be easier driving a car with a blindfold on...

This would be my guess of what you should do:

OPEN
xdata-mod_100.txt or whatever it is called...

FIND

Code: Select all

#
#-----[ FIND ]------------------------------------------ 
#
<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row2">
<input type="text" name="icq" class="post" style="width: 100px" size="10" maxlength="15" value="{ICQ}" />
</td>
</tr>
REPLACE WITH

Code: Select all

#
#-----[ FIND ]------------------------------------------ 
#
{ICQ}
</td>
</tr>
Save, upload, and try again using EM...

Image

Locked