Hallo eine frage was muss ich machen damit die Signatur hier richtig angezeigt wird als Bild??
gamertreffpunkt.com/index.php?user-details-3
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 | function profilefields_show_spez_sig ($value,$uid) { global $lang; return ( profilefields_show_echo_standart ( $lang['signature'], bbcode($value) ) ); } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <?php # Copyright by: Manuel Staechele # Support: www.ilch.de defined ( 'main' ) or die ( 'no direct access' ); $uid = $menu ->get(2); include ( 'user_infos.php' ); $ar = array ( 'NAME' => $row [ 'name' ], 'JOINED' => date ( 'd.m.Y' , $row [ 'regist' ]), 'LASTAK' => date ( 'd.m.Y - H:i' , $row [ 'llogin' ]), 'POSTS' => $row [ 'posts' ], 'postpday' => $postpday , 'RANG' => userrang ( $row [ 'posts' ], $uid ), 'AVATA' => $avatar , 'ONLINE' => $online , 'USERTITEL' => $usertitel , 'EMAIL' => $email , 'HOMEPAGE' => $homepage , 'GESCHLECHT' => $geschlecht , 'GEBDATUM' => $gebdatum , 'ALTER' => $alter , 'WOHNORT' => $wohnort , 'FORUMTOPICS' => $row4 [ 'forumtopics' ], 'NEWSTOPICS' => $row5 [ 'newstopics' ], 'NEWSPOSTS' => $row6 [ 'newsposts' ], 'FORUMPOSTS' => $row7 [ 'forumposts' ], 'SIGNATUR' => $row [ 'sig' ], 'STAAT' => $staat , 'UID' => $uid , 'STERNZEICHEN' => $sternzeichen , 'GB_EINTRAEGE' => $gb_eintraege , 'GALLERIE_EINTRAEGE' => $gallery_eintraege , 'ICQ' => $icq , 'WIW' => wiw( $uid ) ); $title = $allgAr [ 'title' ]. ' :: Users :: Details von ' . $row [ 'name' ]; $hmenu = $extented_forum_menu . '<a class="smalfont" href="?user">Users</a><b> » </b> <a href=index.php?user-details-' . $uid . '>Details von ' . $row [ 'name' ]. "</a>" . $extented_forum_menu_sufix ; $design = new design ( $title , $hmenu , 1); $design ->header(); $tpl = new tpl ( 'user/userdetails' ); $l = profilefields_show ( $uid ); $ar [ 'rowspan' ] = 4 + substr_count( $l , '<tr><td class="' ); $ar [ 'profilefields' ] = $l ; $tpl ->set_ar_out( $ar ,0); $design ->footer(); ?> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | <!--<a href="javascript:history.back(1)"><b>«</b> {_lang_back}</a> <br /> <br /> <table width="100%" cellpadding="3" cellspacing="1" class="border"> <tr class="Chead"> <th colspan="3"><b>{_lang_detailsfrom} {NAME}</b></th> </tr><tr> <td class="Cmite" width="30%">{_lang_nickname}</td> <td class="Cnorm" width="40%">{NAME}</td> <td class="Cnorm" width="30%" rowspan="{rowspan}" valign="top" align="center"> {AVATA} <br /><br /> <font class="smalfont">{RANG}</font> </td> </tr><tr> <td class="Cmite">{_lang_regsince}</td> <td class="Cnorm">{JOINED}</td> </tr><tr> <td class="Cmite">{_lang_lastactivity}</td> <td class="Cnorm">{LASTAK}</td> </tr><tr> <td class="Cmite">{_lang_posts2}</td> <td class="Cnorm">{POSTS}, {_lang_perday}: {postpday}</td> </tr> {profilefields} </table> <br /> <a href="javascript:history.back(1)"><b>«</b> {_lang_back}</a>--> <br /> <script language="javascript" type="text/javascript"> function details() { if(document.getElementById('more_details').style.display=='block'){ document.getElementById('more_details').style.display='none'; }else{ document.getElementById('more_details').style.display='block'; } } </script> <table border="0" width="100%"> <tr> <td colspan="2" style="padding-left:8px;" width="300" height="25"><u><b>• Personal Info</b></u></td> <td colspan="2" style="padding-left:8px;" width="270" height="25"><u><b>• Userpic</b></u></td> </tr><tr> <td width="15%" height="25">Nickname</td> <td height="25">{NAME}</td> <td colspan="2" valign="top" align="center" rowspan="13" style="vertical-align:middle">{AVATA}</td> </tr><tr> <td height="25">Status</td> <td height="25">{ONLINE}</td> </tr><tr> <td height="25">Titel</td> <td height="25">{USERTITEL}</td> </tr><tr> <td height="25">Kontakt</td> <td height="25">{EMAIL}</td> </tr><tr> <td height="25">ICQ</td> <td height="25">{ICQ}</td> </tr><tr> <td height="25">Homepage</td> <td height="25">{HOMEPAGE}</td> </tr><tr> <td height="25">Geschlecht</td> <td height="25">{GESCHLECHT}</td> </tr><tr> <td height="25">Geburtstag</td> <td height="25">{GEBDATUM} {ALTER}</td> </tr><tr> <td height="25">Sternzeichen</td> <td height="25">{STERNZEICHEN}</td> </tr><tr> <td height="25">Wohnort</td> <td height="25">{WOHNORT} {STAAT}</td> </tr><tr> <td height="25">Registriert</td> <td height="25">{JOINED}</td> </tr><tr> <td height="25">Last Login</td> <td height="25">{LASTAK} Uhr</td> </tr><tr> <td class="Cmite">Aufenthaltsort:</td> <td class="Cnorm">{WIW}</td> </tr><tr><td colspan="4"> </td></tr><tr> <td colspan="2" style="padding-left:8px;" width="320" height="25"><u><b>• More Infos</b></u></td> <td colspan="2" style="padding-left:8px;" width="250" height="25"><u><b>• Statistic</b></u></td> </tr><tr> <td height="25">Usergallerie</td> <td height="25">{GALLERIE_EINTRAEGE} (<a href="index.php?user-usergallery-{UID}">ansehen)</a></td> <td height="25" width="20%">Forumtopics</td> <td height="25">{FORUMTOPICS}</td> </tr><tr> <td height="25">Gästebuch</td> <td height="25">{GB_EINTRAEGE}</td> <td height="25">Newstopics</td> <td height="25">{NEWSTOPICS}</td> </tr><tr> <td height="25">Private Mail</td> <td height="25"><a href="index.php?forum-privmsg-new=0&empfid={UID}">schreiben</a></td> <td height="25">Newsposts</td> <td height="25">{NEWSPOSTS}</td> </tr><tr> <td height="25">More Details</td> <td height="25"><div id="nav"><a href="javascript:onClick=details()">anzeigen</a></div></td> <td height="25">Forumposts</td> <td height="25">{POSTS}</td> </tr><tr><td colspan="4"> </td></tr><tr> <td colspan="4" style="padding-left:8px;" width="320" height="25"><u><b>• Signatur</b></u></td> </tr><tr> <td height="25" colspan="4" valign="top">{SIGNATUR}</td> </tr><tr><td colspan="4"> </td></tr><tr> <td colspan="4"><div id="more_details" style="display:none"><table>{profilefields}</table></div></td> </tr> </table> <br /> <a href="javascript:history.back(1)"><b>«</b> {_lang_back}</a> |
1 | 'SIGNATUR' => $row['sig'], |
1 | 'SIGNATUR' => bbcode($row['sig']), |
Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen |