Seite 3 von 6

Verfasst: 26.01.2005 12:17
von Markus67
Hi ...

keine Bange ... ich halte schon einiges aus :wink:

suche:

Code: Alles auswählen

	"L_ENABLE_GZIP" => $lang['Enable_gzip'],
	"L_ENABLE_PRUNE" =>// Start add - Birthday MOD
	"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
	"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
	"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
	"L_MAX_USER_AGE" => $lang['Max_user_age'],
	"L_MIN_USER_AGE" => $lang['Min_user_age'],
	"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
	"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
	"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD $lang['Enable_prune'],
	"L_ALLOW_HTML" => $lang['Allow_HTML'],
ersetze mit:

Code: Alles auswählen

	"L_ENABLE_GZIP" => $lang['Enable_gzip'],
	"L_ENABLE_PRUNE" => $lang['Enable_prune'],
// Start add - Birthday MOD
	"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
	"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
	"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
	"L_MAX_USER_AGE" => $lang['Max_user_age'],
	"L_MIN_USER_AGE" => $lang['Min_user_age'],
	"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
	"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
	"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD
	"L_ALLOW_HTML" => $lang['Allow_HTML'],
suche:

Code: Alles auswählen

	"PRUNE_YES" => $prune_yes,
	"PRUNE_NO" =>// Start add - Birthday MOD
	"BIRTHDAY_GREETING_YES" => $birthday_greeting_yes,
	"BIRTHDAY_GREETING_NO" => $birthday_greeting_no,
	"BIRTHDAY_REQUIRED_YES" => $birthday_required_yes,
	"BIRTHDAY_REQUIRED_NO" => $birthday_required_no, 
	"MAX_USER_AGE" => $new['max_user_age'],
	"MIN_USER_AGE" => $new['min_user_age'],
	"BIRTHDAY_LOOKFORWARD" => $new['birthday_check_day'],
// End add - Birthday MOD $prune_no, 
	"HTML_TAGS" => $html_tags,
ersetze mit:

Code: Alles auswählen

	"PRUNE_YES" => $prune_yes,
	"PRUNE_NO" => $prune_no, 
// Start add - Birthday MOD
	"BIRTHDAY_GREETING_YES" => $birthday_greeting_yes,
	"BIRTHDAY_GREETING_NO" => $birthday_greeting_no,
	"BIRTHDAY_REQUIRED_YES" => $birthday_required_yes,
	"BIRTHDAY_REQUIRED_NO" => $birthday_required_no, 
	"MAX_USER_AGE" => $new['max_user_age'],
	"MIN_USER_AGE" => $new['min_user_age'],
	"BIRTHDAY_LOOKFORWARD" => $new['birthday_check_day'],
// End add - Birthday MOD	
	"HTML_TAGS" => $html_tags,


Markus

Verfasst: 26.01.2005 12:47
von jani
Mmm die letzte geht jetzt aber in der vorherigen ist immer noch der wurm drin. :(

http://www.becker-wenda.de/fehler/admin_users.txt

Verfasst: 26.01.2005 12:59
von Markus67
Hi ...

suche:

Code: Alles auswählen

		$interests = ( !empty($HTTP_POST_VARS['interests']) ) ? trim(strip_tags( $HTTP_POST_VARS['interests'] ) ) : '';// Start add - Birthday MOD
ersetze mit:

Code: Alles auswählen

		$interests = ( !empty($HTTP_POST_VARS['interests']) ) ? trim(strip_tags( $HTTP_POST_VARS['interests'] ) ) : '';
		// Start add - Birthday MOD
suche:

Code: Alles auswählen

		$interests = htmlspecialchars($this_userdata['user_interests']);// Start add - Birthday MOD
ersetze mit:

Code: Alles auswählen

		$interests = htmlspecialchars($this_userdata['user_interests']);
		// Start add - Birthday MOD
suche:

Code: Alles auswählen

			$s_hidden_fields .= '<input type="hidden" name="interests" value="' . str_replace("\"", """, $interests) . '" />';// Start add - Birthday MOD
ersetze mit:

Code: Alles auswählen

			$s_hidden_fields .= '<input type="hidden" name="interests" value="' . str_replace("\"", """, $interests) . '" />';
// Start add - Birthday MOD
suche:

Code: Alles auswählen

		$template->set_filenames(array(
			"body" => "admin/user_edit_body.tpl")// Start add - Birthday MOD
ersetze mit:

Code: Alles auswählen

		$template->set_filenames(array(
			"body" => "admin/user_edit_body.tpl")
		);	

// Start add - Birthday MOD
suche:

Code: Alles auswählen

// End add - Birthday MOD
		);
ersetze mit:

Code: Alles auswählen

// End add - Birthday MOD
Jetzt sollte es funktionieren :wink:

Markus

Verfasst: 26.01.2005 13:17
von jani
Super danke es funzt, Ufff ich hoffe ich bin bald durch, wird langsam zum Maraton :D

Verfasst: 26.01.2005 13:38
von jani

Verfasst: 26.01.2005 14:19
von jani
Bis auf der eine scheinen alle anderen zu passen , habe keine Fehlermeldung mehr bekommen, aber sehen tut man auch noch nichts.

Sind nur : im Profil zu sehen.

http://www.becker-wenda.de/deti-jani/phpBB2/index.php

Verfasst: 26.01.2005 16:55
von jani
@Markus67, kannst da noch mal schauen wenn wieder da bist. :o Der letzte funst immer noch nicht bei mir. Hoffe hab sonst nix vergessen, mein Englich ist nicht so rosig.

Was bedeutet eigentlich der root?

Verfasst: 26.01.2005 17:36
von Markus67
Hi ...

usercp_register.php

suche:

Code: Alles auswählen

	$b_day = '';
	$b_md = '';
	$b_year = '';
	$birthday = '';
}
// End add - Birthday MODif ( $error )
	{
ersetze mit:

Code: Alles auswählen

	$b_day = '';
	$b_md = '';
	$b_year = '';
	$birthday = '';
}
// End add - Birthday MOD
	
	if ( $error )
	{
suche:

Code: Alles auswählen

		'OCCUPATION' => $occupation,
		'INTERESTS'// Start add - Birthday MOD
		'S_BIRTHDAY' => $s_birthday,
		'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '',
// End add - Birthday MOD => $interests,
		'LOCATION' => $location,
ersetze mit:

Code: Alles auswählen

		'OCCUPATION' => $occupation,
		'INTERESTS' => $interests,
// Start add - Birthday MOD
		'S_BIRTHDAY' => $s_birthday,
		'BIRTHDAY_REQUIRED' => ($board_config['birthday_required']) ? '*' : '',
// End add - Birthday MOD
		'LOCATION' => $location,
suche:

Code: Alles auswählen

		'L_NO' => $lang['No'],
		'L_INTERESTS' =>
// Start add - Birthday MOD
		'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD $lang['Interests'],
		'L_ALWAYS_ALLOW_SMILIES' => $lang['Always_smile'],
ersetze mit:

Code: Alles auswählen

		'L_NO' => $lang['No'],
		'L_INTERESTS' =>  $lang['Interests'],
// Start add - Birthday MOD
		'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD
		'L_ALWAYS_ALLOW_SMILIES' => $lang['Always_smile'],
Der Rootpfad für dein Forum ist das Verzeichnis phpBB2

Hast du das Datenbankupdate auch schon ausgeführt ?

Markus

Verfasst: 26.01.2005 17:45
von jani
*dumkuck* wie macht man das :o

Verfasst: 26.01.2005 17:52
von jani
Also ich bin echt zu blöd, die Datein stimmen jetzt alle, aber sehen tut man nichts, das einzige im Profil sind :

http://www.becker-wenda.de/deti-jani/ph ... a4a3e88ffa