Konuyu Oyla:
  • Toplam: 3 Oy - Ortalama: 3.67
  • 1
  • 2
  • 3
  • 4
  • 5
[Yardim Talebi] Postbit avatar kaydı
#1
Question 
arkadaşlar postbitteki avatar tam ortada değil kaydı bunu nasıl ortalayabilirim yardım ....

mjfhb.png
Ara
Cevapla PGM
Teşekkür verenler:
#2
KODLAR BUNLAR

Kod:
<fieldset class="fieldset">
<legend><b><strong><font color="black">Square Games Üye Bilgileri</font></strong></b></legend>
<br />
<b><font color="red">Rütbe :</font></b> <b>$usergroup[title]</b> <br />
<font color="red"><b>Mesaj Sayısı : </b></font><b>$post[postnum]</b><br />
<font color="red"><b>Katılım Tarihi : </b></font><b>$post[userregdate]</b><br />
<font color="red"><b>Durum : </b></font><b>$post[onlinestatus]</b><br />
</fieldset>
<br />
<br />
<fieldset class="fieldset">
<legend><b><strong><font color="orange">WM Okulu Forum Rep Bilgileri</font></strong></b></legend>
<br />
<font color="orange"><b>Rep Ver:<a href="javascript:MyBB.reputation({$post['uid']},{$post['pid']});"><img src="http://www.grafikerler.net/grafiker-stil/buttons/reputation.gif" alt"" /></a> </b></font><b>$post[poslink]</b><br />
<font color="orange"><b>Rep Puanı&nbsp;$post[reputation]</b></font><br />
<font color="orange"><b>Rep Grafiği:<img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /><img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /><img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /><img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /><img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /><img src="http://www.chicitysports.com/forum/images/reputation/reputation_pos.png" alt"" /></b></font><br />
{$post['warninglevel']}
</fieldset>
<br />
<br />
<fieldset>
<legend><b>Hızlı Mesajlaşma</b></legend>
<div align="left">
<div align="center">
<div align="center">
<a href="misc.php?action=imcenter&imtype=msn&uid=$post[uid]" onclick="popupWin('misc.php?action=imcenter&imtype=msn&uid=$post[uid]', 'imcenter', 450, 300);">
<img title="MSN araciligi ile mesaj yolla" src="http://www.radyobirnumara.com/images/msn.png" alt="Msn Aracılığı İle Mesaj Gönder" border="0"></a>
<br />
<a href="misc.php?action=imcenter&imtype=yahoo&uid=$post[uid]" onclick="popupWin('misc.php?action=imcenter&imtype=yahoo&uid=$post[uid]', 'imcenter', 450, 300);">
<img src="http://www.jetindir.com/resimler/0/199_yahoo-messenger-icon.jpg" alt="Yahoo araciligi ile mesaj yolla" width="17" height="17" border="0" title="Yahoo araciligi ile mesaj yolla"></a>
<a href="misc.php?action=imcenter&imtype=icq&uid=$post[uid]" onclick="popupWin('misc.php?action=imcenter&imtype=icq&uid=$post[uid]', 'imcenter', 450, 300);">
<img src="http://cdn1.iconfinder.com/data/icons/nuvola2/32x32/apps/licq.png" alt="ICQ araciligi ile mesaj yolla" width="17" height="17" border="0" title="ICQ araciligi ile mesaj yolla"></a>
<a href="misc.php?action=imcenter&imtype=aim&uid=$post[uid]" onclick="popupWin('misc.php?action=imcenter&imtype=aim&uid=$post[uid]', 'imcenter', 450, 300);">
<img src="http://static.filehorse.com/icons/messaging-and-chat/aim-icon-32.png" alt="AIM araciligi ile mesaj yolla" width="17" height="17" border="0" title="AIM araciligi ile mesaj yolla"><br />
</a>
</div>
</fieldset> <br /><br />

<br />
</span>
Ara
Cevapla PGM
Teşekkür verenler:
#3
Exclamation 
HADI ARKADASLAR YARDIM EDEN YOKMUUUU
Ara
Cevapla PGM
Teşekkür verenler:
#4
yardımmmmmmmmmmmm
Ara
Cevapla PGM
Teşekkür verenler:
#5
(28-04-2013 Saat: 20:20)EfenDy Nickli Kullanıcıdan Alıntı: Mesaj kasıcağınıza dediğim şablonu paylaşın

al postbit bu
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            {$post['user_details']}
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}{$post['ratepost']}
Ara
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi



***

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping