Profil modifizieren Profil modifizieren
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Profil modifizieren

Started by Rallemann, January 02, 2006, 11:35:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rallemann

Hey ich bin froh, dass jetzt auch ein deutsches Support Forum existiert!
Ich habe folgendes Anliegen:
Und zwar möchte ich das Profil modifizieren, indem ich html befehle (wenn möglich) hinzufüge!
Ich habe jetzt spaßeshalber einfach die html tags unter Einstellungen eingefügt aber das funktioniert natürlich nicht.
http://ralfrolf.de/fotos/profile.php?uid=1

In cpg 1.3 konnte man diese Felder noch, ich glaube in der lang-german bearbeiten.

Weiss einer wie das jetzt funktioniert?

Vielen dank schonmal

MFG: Rallemann

Rallemann

schade :( - weiss niemand ne Antwort?

Senator


Joachim Müller

not here on the German support sub-board ::)

Stramm

wenn keiner was besseres weiss...

in profile.php nach $display_profile_form_param suchen
wenn man nun z.B. Profile 5 name im eine URL ändern will, dann ist in der erwähnten var eine Zeile
    array('text', 'user_profile5', $CONFIG['user_profile5_name']),

die ändert man dann in
    array('text', 'user_profile5', bb_decode($CONFIG['user_profile5_name'])),


jetzt kann man hier bbcode verwenden... die Beschreibung also. Willst Du im Eintrag bbcode haben, dann suchst Du in profile.php (ich bleib wio oben bei user_profile5, identisch für alle anderen)
                        'user_profile5' => $user_data['user_profile5'],
und änderst es in
                        'user_profile5' => bb_decode($user_data['user_profile5']),