Ich habe jetzt schon die /func/profilefields.php geändert.
1 | <textarea name="profilefields['.$r['id'].']" cols="40" rows="3">'.$r['val'].'</textarea> |
Wenn ich jetzt auf Profil Edit gehe kommen 3 Zeilen. Mein Problem ist jetzt nur noch das wenn jemand das Profil anschaut nur eine Zeile kommt.
Beispiel:
in der edit ausgefült:
1 2 3 4 5 | 1 2 3 4 5 |
In der Profil ansicht:
1 | 1 2 3 4 5 |
weis jemand wo und was ich da ändern muß?
mfg Kampfschaf