مرجع پارسی MyBB
پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - نسخه‌ی قابل چاپ

+- مرجع پارسی MyBB (https://community.mybbiran.com)
+-- انجمن: آرشیو (https://community.mybbiran.com/forum-128.html)
+--- انجمن: آرشیو انجمن های قدیمی (https://community.mybbiran.com/forum-129.html)
+---- انجمن: مای بی بی نسخه 1.6 (https://community.mybbiran.com/forum-83.html)
+----- انجمن: پوسته های MyBB 1.6 (https://community.mybbiran.com/forum-85.html)
+------ انجمن: پوسته های غیر رایگان (https://community.mybbiran.com/forum-107.html)
+------ موضوع: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) (/thread-6127.html)

صفحه‌ها: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - Arash78 - ۱۳۹۲/۱۱/۲۲

من یک مشکل با عکس ها گروه کاربری دارم . می خوام عکس گروه کاربری بالای آواتار نمایش داده بشه کسی کمک می کنه؟
[تصویر:  15497366821044325775.png]


RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - firstboy000 - ۱۳۹۲/۱۱/۲۲

کد های پست بیت کلاسیک رو ویرایش کنید و متغیر آواتار رو پیدا کنید که اگر اشتباه نکنم useravatar یا چیزی شبیه این باید باشه.قبلش این کد رو اضافه کنید:
کد:
<br>

اگر نشد متغیر آواتار رو ببرید به جلوی متغیر جلویشش که قطعا مال برچسب کاربری هست و بعد همون قبل متغیر آواتار اون کد رو قرار بدید.


RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - Arash78 - ۱۳۹۲/۱۱/۲۲

تمام این چیز هایی که گفتین رو قالب رعایت شده ولی بازم مشکل داره


RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - firstboy000 - ۱۳۹۲/۱۱/۲۲

محاله.کد پست بیت کلاسیک رو قرار بدید اینجا تا چک بشه.


RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - Arash78 - ۱۳۹۲/۱۱/۲۲

کد php:
{$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> {$post['onlinestatus']}<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']}style="padding: 5px 0 5px 0;">
                {
$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="right" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <
td align="left">{$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']} 



RE: پوسته محبوب و بسیار زیبای لیان پرتال (ورژن اصلاح شده) - firstboy000 - ۱۳۹۲/۱۱/۲۲

کد:
{$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> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}<br />
            {$post['useravatar']}
            {$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']}" style="padding: 5px 0 5px 0;">
                {$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="right" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="left">{$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']}

این کد رو بذارید