Datum Zeit
Navigation
COMMUNITY
bullet News
bullet Clubforum
bullet Artikel
bullet Gästebuch
bullet Link Us
bullet FAQ
bullet Suche
bullet Banner Buchung
SUPPORTCLUB
bullet Das Team
bullet International Support
KONTAKT
bullet Kontakt
bullet Impressum
Wer ist Online
TS² - Viewer
Werbung
PhpFusion-skmods.eu
Forum
Neuste Themen
bullet Windows Teamspeak 3 ...
bullet mg_bowling Fehler:(
bullet Server Index - Weite...
bullet Probleme mit dem Tin...
bullet Forum Einklappen ?
Heißeste Themen
bullet scoresystem [391]
bullet pd_warning v7 [170]
bullet Die V-Bank [146]
Neuste Artikel
bullet Datenbanksicherung z...
bullet Fotodrucker
bullet Die GPL - Code of Co...
bullet INTERNETHANDE: NEUE ...
bullet Klagewelle gegen Rau...
Downloads

Neue Downloads

bullet Phase Blue
bullet FSC V-Bank
bullet Photo-Functions...
bullet lokalisierte news
bullet Profilfelder Ko...

Top 5 Downloads

bullet ScoreSystem [3666]
bullet MWN Geschenke S... [2458]
bullet Birthday Panel [1765]
bullet Verwarnsystem [1758]
bullet User_Fotoalbum_... [1670]
Thread ansehen
Wer ist hier? 1 Gäste
 Drucke Thread
Avatarahmen
Mytelion
#1 Drucke Post
Geschrieben am 17. März 2010 18:59:10
Stammgast


Posts: 93
Registriert seit: 03.01.10


Verwarnstatus: warningwarningwarningwarning
Nabend @all ich habe da nen prob und ne Frage.
und Zwa habe ich unter User info panel diesen

Code
Code
// Avatar in Frame
if($avatarshow){
   if(!$avatarframe){
      if($userdata['user_avatar']){
         echo "<center><a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."'><img style='width: 90px; height: 90px;' alt='".$locale['UIP001']."' title='".$locale['UIP001']."' src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' /></a></center>\n";
      }else{
         echo "<center><a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."'><img border='0' alt='".$locale['UIP001']."' title='".$locale['UIP001']."' src='".UIPIMG."noav.gif' /></a></center>\n";
      }
   }else{
      if($userdata['user_avatar']){
           echo "<center><table style='text-align: center; height: 90px; width: 90px;' background='".BASEDIR."images/avatars/".$userdata['user_avatar']."' border='0' cellpadding='0' cellspacing='0'>
              <tbody><tr><td style='height: 90px; width: 90px;' align='center'> 
              <table style='margin: 0px auto auto; width: 90px; height: 90px; text-align: left;' border='0' cellpadding='0' cellspacing='0'><tbody><tr>
              <td style='height: 90px; width: 90px;'><img style='width: 90px; height: 90px;' alt='".$locale['UIP001']."' title='".$locale['UIP001']."' src='".UIPIMG."avatarbg.gif'></td>
         </tr></tbody></table></td></tr></tbody></table></center>\n";
      }else{
         echo "<center><a href='".BASEDIR."profile.php?lookup=".$userdata['user_id']."'><img border='0' alt='".$locale['UIP001']."' title='".$locale['UIP001']."' src='".UIPIMG."noav.gif'></a></center>\n";
      }
      echo "<br />\n";




Die überlappung über das Avatar leuft auch soweit gut,bis ich ein bild hochlade was kleiner oder größer als die umramndung ist dann kann mann das
avatar endweder mermals sehen oder oder nur ein teil,wie bekommen ich das hin das das avatar automatisch auf 66PX gesetzt wird?


So und noch 3 Fragen wie bekommen ich den obigen code in die viewthread.php\profile.php\teamlist.php

viewthread.php
Code
      echo "</tr>\n<tr>\n<td valign='top' class='tbl2' style='width:140px'>\n";
      if ($data['user_avatar'] && file_exists(IMAGES."avatars/".$data['user_avatar'])) {
         echo "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['567']."' /><br /><br />\n";





profile.php
Code
   if ($user_data['user_avatar'] && file_exists(IMAGES."avatars/".$user_data['user_avatar'])) {
      echo "<td rowspan='5' width='1%' class='tbl profile_user_avatar'><!--profile_user_avatar--><img src='".IMAGES."avatars/".$user_data['user_avatar']."' alt='' width='90px' height'90px'/></td>\n";





teamlist.php
Code
         if ($tl_users['tlu_pic'] != "" && file_exists(INFUSIONS."gr_teamlist/images/team/".$tl_users['tlu_pic'])) {
            $user_avatar = INFUSIONS."gr_teamlist/images/team/".$tl_users['tlu_pic'];
         } elseif ($tl_users2['user_avatar'] != "" && file_exists(IMAGES."avatars/".$tl_users2['user_avatar'])) {
            $user_avatar = IMAGES."avatars/".$tl_users2['user_avatar'];
         } else {
            $user_avatar = IMAGES."avatars/nopic.gif";
         }
         echo "<table width='272' class='tbl-border' cellspacing='0' cellpadding='0'>
       <tr>
          <td colspan='3' class='tbl1' align='center'><strong>";
         if ($tl_users['tlu_status'] == 1) {
            echo "<img border='0' src='".INFUSIONS."gr_teamlist/images/aktiv.gif' alt='Aktiv' width='9' height='12' /> ";
         } else {
            echo "<img border='0' src='".INFUSIONS."gr_teamlist/images/inaktiv.gif' alt='Inaktiv' width='9' height='12' /> ";
         }
         if ($tl_users['tlu_userid'] != 0) {
            echo "<a href='".BASEDIR."profile.php?lookup=".$tl_users['tlu_userid']."'>".$tl_users2['user_name']."</a> (".$tl_users['tlu_abteil'].")</strong>";
         } else {
            echo $locale['grtl200']." (".$tl_users['tlu_abteil'].")</strong>";
         }
       echo "</td>
       </tr>
       <tr>
          <td rowspan='3' width='70' class='tbl2'><img border='0' src='".$user_avatar."' alt='".$tl_users2['user_name']."' width='70' height='70' /></td>
         <td align='right' class='tbl1' width='30'>".$locale['grtl201']."</td>
         <td align='left' class='tbl2' width='150'>".$tl_users['tlu_rname']."</td>




ich habe schon sehr oft meine HP zerschossen ich komme eifach nicht weiter,ja Backup habe ich immer vorher gemacht^^
>>>Ich habe keine schreibfehler ich denke nur zu schnell ^^<<<
 top
emblinux
#2 Drucke Post
Geschrieben am 17. März 2010 19:47:00
User Avatar




Posts: 2617
Registriert seit: 04.10.08

Es gibt eine relativ einfache Methode und eine etwas aufwändigere.

Für die einfachere Methode sollte dir folgender Link helfen.
http://de.selfhtm...binden.htm
Das Lernen ist wie ein Meer ohne Ufer. Konfuzius

Alles wird Gut!

KEIN Support per Mail, ICQ oder PN !
www.heiseclan.de/fusion/sig.gif
 top
http://www.fusion-ng.de
Springe ins Forum: