Advanced search  

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

Pages: [1]   Go Down

Author Topic: Profil modifizieren  (Read 4295 times)

0 Members and 1 Guest are viewing this topic.

Rallemann

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 40
Profil modifizieren
« on: January 02, 2006, 11:35:26 pm »

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
Logged

Rallemann

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 40
Re: Profil modifizieren
« Reply #1 on: January 08, 2006, 09:49:54 pm »

schade :( - weiss niemand ne Antwort?
Logged

Senator

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 59
Re: Profil modifizieren
« Reply #2 on: March 27, 2006, 06:44:39 pm »

You must write in English
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Profil modifizieren
« Reply #3 on: March 27, 2006, 11:51:06 pm »

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

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Profil modifizieren
« Reply #4 on: March 28, 2006, 06:52:33 pm »

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
Code: [Select]
    array('text', 'user_profile5', $CONFIG['user_profile5_name']),
die ändert man dann in
Code: [Select]
    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)
Code: [Select]
                        'user_profile5' => $user_data['user_profile5'],und änderst es in
Code: [Select]
                        'user_profile5' => bb_decode($user_data['user_profile5']),
Pages: [1]   Go Up
 

Page created in 0.036 seconds with 19 queries.