Seite 4 von 5

Verfasst: 22.06.2004 17:19
von Wolf18_WolfUnion
hi

also erstmal danke für die schnelle hilfe!!!


also ins profil kann ich nun rein und auch mein geburtstag auswählen (naja Day, Month, Year da kann ich noch schauen wo man das andern kann)


wenn ich aber in einen beitrag gehen will

Code: Alles auswählen

Parse error: parse error, unexpected $ in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/viewtopic.php on line 1228

und im admin bereich ist die linke leiste noch immer weg

Code: Alles auswählen

Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/admin/admin_users.php on line 1124
und mir ist ein neuer/?alter? fehler aufgefallen, wenn ich mir das profil eines anderen users anschauen will

Code: Alles auswählen

Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/includes/usercp_viewprofile.php on line 211

mfg
Wolf18

Verfasst: 22.06.2004 17:30
von Markus67
Hi ...

admin_users.php

suche:

Code: Alles auswählen

			'INTERESTS' => // Start add - Birthday MOD
			'NEXT_BIRTHDAY_GREETING' => $next_birthday_greeting,
			'S_BIRTHDAY' => $s_birthday,
// End add - Birthday MOD $interests,
ersetzen mit:

Code: Alles auswählen

			'INTERESTS' => $interests,
// Start add - Birthday MOD
			'NEXT_BIRTHDAY_GREETING' => $next_birthday_greeting,
			'S_BIRTHDAY' => $s_birthday,
// End add - Birthday MOD 

usercp_viewviewprofile.php

suche:

Code: Alles auswählen

	'INTERESTS' => // Start add - Birthday MOD
	'BIRTHDAY' => $user_birthday,
// End add - Birthday MOD ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
ersetze mit:

Code: Alles auswählen

	'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
// Start add - Birthday MOD
	'BIRTHDAY' => $user_birthday,
// End add - Birthday MOD 

suche:

Code: Alles auswählen

	'L_INTERESTS' => // Start add - Birthday MOD
	'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD $lang['Interests'],
ersetzen mit:

Code: Alles auswählen

	'L_INTERESTS' => $lang['Interests'],
// Start add - Birthday MOD
	'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD 
und nun :wink:

Markus

Verfasst: 22.06.2004 17:43
von Wolf18_WolfUnion
also ich trau mich hier kaum noch rein :-?

aber 2 fehler habe ich noch, einmal wenn ich in einen beitrag gehen will

Code: Alles auswählen

Parse error: parse error, unexpected $ in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/viewtopic.php on line 1228

und im admin-bereich die linke leiste

Code: Alles auswählen

Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/admin/admin_users.php on line 1186

mfg
Wolf18

Verfasst: 22.06.2004 17:48
von Markus67
Hi ...

admin_users.php

suche:

Code: Alles auswählen

			'L_INTERESTS' => // Start add - Birthday MOD
			'L_BIRTHDAY' => $lang['Birthday'],
			'L_NEXT_BIRTHDAY_GREETING' => $lang['Next_birthday_greeting'],
			'L_NEXT_BIRTHDAY_GREETING_EXPLAIN' => $lang['Next_birthday_greeting_expain'],
// End add - Birthday MOD $lang['Interests'],
ersetze mit:

Code: Alles auswählen

			'L_INTERESTS' => $lang['Interests'],
// Start add - Birthday MOD
			'L_BIRTHDAY' => $lang['Birthday'],
			'L_NEXT_BIRTHDAY_GREETING' => $lang['Next_birthday_greeting'],
			'L_NEXT_BIRTHDAY_GREETING_EXPLAIN' => $lang['Next_birthday_greeting_expain'],
// End add - Birthday MOD 
Hast du aus der viewtopic.php die Leerzeile entfernt (ganz am Schluß) ?

Markus

Verfasst: 22.06.2004 17:55
von Wolf18_WolfUnion
so aus zwei nur noch eins :cookie:



gut und im viewtopic.php hatte ich die Leerzeile entfernt!!!
habe extra nochmal nachgeschat


mom ich lade das nochmal hoch


mfg
Wolf18

Verfasst: 22.06.2004 17:58
von Wolf18_WolfUnion
so www.wolf18.fh4u.de/test/viewtopic.txt (auch wenn hier ein leerzeichen sieht, ES ist dort keins, ich habe das nun oft genug ausprobiert, wenn da eins wäre hät ich das ja mit der Entf-Tast wegbekommen)

sind hochgeladen


also schonmal ein RIEßEN DANK!!!!!!!!!!!!!


mfg
Wolf18

Verfasst: 22.06.2004 19:38
von Wolf18_WolfUnion
hi

so ich habe das problem jetzt so in den krief bekommen das ich meine gesicherte viewtopic datei reininstalliert habe, naja nun funktioniert es wieder


mfg
Wolf18

Verfasst: 22.06.2004 21:30
von Markus67
Hi ...

"reinstalliert" ?

Funktioniert der MOD jetzt ?

Markus

Verfasst: 22.06.2004 21:38
von Wolf18_WolfUnion
Markus67 hat geschrieben:Hi ...

"reinstalliert" ?

Funktioniert der MOD jetzt ?

Markus

hallöchen, ja er funktioniert, hat nur einen schöneintfehler, aber mein tester sagt das der schon vorher da war


die leute die geburtstag haben und die in den nächstn X Tagen werden doppelt dargestellt zum Forum


jedenfalls herzlichen dank für deine hilfe


mfg
Wolf18

Verfasst: 22.06.2004 23:08
von Markus67
Hi ...

Ist das in der kompletten "Wer ist online" box so ?

Ich würde ma sagen da ist dann irgendwo was doppelt eingebaut ....

Markus