Seite 3 von 5

Verfasst: 30.12.2004 21:17
von Quattro
Andy120 hat geschrieben:Versuche mal so:

Code: Alles auswählen

if ( $mode == 'editprofile' ) 
{ 
$user_id = intval($HTTP_POST_VARS['user_id']); 
$current_email = trim(htmlspecialchars($HTTP_POST_VARS['current_email'])); 
} 

$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests'); 
// Begin Map Mod 
$strip_vars_mapmod = array('longitude' => 'longitude', 'latitude' => 'latitude'); 
$strip_var_list = array_merge ($strip_var_list, $strip_vars_mapmod); 
// End Map Mod
$strip_var_list['confirm_code'] = 'confirm_code'; 

// Strip all tags from data ... may p**s some people off, bah, strip_tags is 
// doing the job but can still break HTML output ... have no choice, have 
// to use htmlspecialchars ... be prepared to be moaned at. 
while( list($var, $param) = @each($strip_var_list) )
Danke Andy120 das war es, jetz komme ich wieder in Profile :D

@kratzer54847
ich öffne das wie gesagt online bevor ich die Installation beginne

Hier nochmal

"""""
Preview Mode
The following is a list of files that the MOD specifies to be modified. Click "View" to view what changes will take place. The changes that EasyMOD will make to the files are bolded in red. Unfortunately, becasue of HTML formatting, some extra carriage returns are occasionally added, but they will not appear when the file is actually written.

Filename
memberlist.php View
templates/subSilver/memberlist_body.tpl View
includes/constants.php View
includes/page_header.php View
includes/usercp_register.php View
includes/usercp_viewprofile.php View
templates/subSilver/overall_header.tpl View
templates/subSilver/profile_add_body.tpl View
templates/subSilver/profile_view_body.tpl View
templates/subSilver/subSilver.cfg View
templates/subSilver/admin/user_edit_body.tpl View
admin/admin_users.php View
viewtopic.php View
templates/subSilver/viewtopic_body.tpl View
viewonline.php View
admin/index.php View
includes/usercp_avatar.php View
includes/functions.php View

"""

Verfasst: 30.12.2004 21:19
von kratzer54847
und was passt jetzt genau nicht?

Verfasst: 30.12.2004 21:24
von Quattro
Es besteht weiterhin der Fehler:

Critical Error

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

<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">

MOD script line #597 :: FAQ :: Report

Ich kann aber keinen Fehler feststellen.

das komische ist halt, das ich alle dateien über dieses View einsehen kann und diese nicht. Hochgeladen ist sie auf jedem fall!

Verfasst: 30.12.2004 21:30
von Andy120
Das heisst der EM kanns nicht finden... Du musst die Original Datei an die Installationsanleitung anpassen ;)

Gruss, Andy

Verfasst: 30.12.2004 21:32
von Quattro
Ich weiß Andy, ich habe es aber schon so oft gemacht :cry:

ich machs noch mal

Ich hab hier ein paar Bilder gemacht




Gruß Quattro

Verfasst: 31.12.2004 10:43
von Quattro
Komme nicht weiter, kann man den Mod auch anders Installieren.

kann es daran liegen dass ich schon das Impressum und user cars Installiert habe.

Installations- Zeit 30 Minuten und ich sitze jetzt schon 12 stunden :cry: na ja so ist das halt.

Gruß Quattro

Verfasst: 31.12.2004 11:24
von Quattro
Ich habe "EasyMOD - Automatic MOD Installer
beta1 (0.1.13)"

Kann ich auf einen älteren EasyMod umstellen und mit diesem versuchen?


Gruß Quattro

Verfasst: 31.12.2004 13:01
von Quattro
Bitte schaut euch das mal an http://www.u68.de/Quattro

Es funktioniert ja fast alles, oben wird nur die Fahne angezeigt und bei Profile kann man den ..... Vielleicht Meldet ihr euch mal Kurz an damit ihr das sehen könnt. Bitte :wink:


Gruß Quattro

Verfasst: 02.01.2005 10:05
von Quattro
Möchte noch Mal kurz zusammenfassen.

Bekomme diese Fehlermeldung beim Installieren von MapMod mit EasyMod.

Critical Error

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

<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">

Es wurde aber alles nach der Anleitung Verändert. EasyMod findet es nicht. Habe eine andere Version von EasyMod Installiert, das gleiche.

Gibt es den eine Anleitung wo man dem MapMod Manuel Installieren kann?
Bitte bin am verzweifeln.


Gruß Quattro

Verfasst: 02.01.2005 10:16
von Nico Haase
die anleitung ist dieselbe wie die für den easymod-installer. öffne einfach die text-datei und geh sie schritt für schritt ab. oder ändere einfach die zeile

Code: Alles auswählen

<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" name="user"> 
in der profile_add_body.tpl mal in

Code: Alles auswählen

<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post">