Mhh ok da ich die Templates so garnicht nutze bringt mir {My Avatar} oder wie sie sonst bezeichnet werden nicht viel
ich hab es nun mit der echo methode versucht nach dem includen der function_display.php
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 1236: Missing argument 1 for get_user_avatar(), called in /myarea.php on line 69 and defined
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 1236: Missing argument 2 for get_user_avatar(), called in /myarea.php on line 69 and defined
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 1236: Missing argument 3 for get_user_avatar(), called in /myarea.php on line 69 and defined
[phpBB Debug] PHP Notice: in file /includes/functions_display.php on line 1236: Missing argument 4 for get_user_avatar(), called in /myarea.php on line 69 and defined
das ist das Ergebnis
EDIT:
Meine Ausgabezeile sieht nun so aus jedoch zeigt er nichts an
<?php echo get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $alt = 'USER_AVATAR')?>
die Ausgabezeile ist genauso effektiv
<?php echo get_user_avatar(get_user_avatar($user->data['user_avatar'], $user->data['user_avatar_type'], $user->data['user_avatar_width'], $user->data['user_avatar_height']))?>