Profil modifizieren Profil modifizieren
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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']),