الدعم العربي
صوره تظهر في مقدمة المشاركات - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + تطوير ودعم نسخة MyBB + . :: (https://www.mybbarab.com/forum-99.html)
+--- قسم : تطوير منتديات MyBB 1.4 (https://www.mybbarab.com/forum-1.html)
+---- قسم : هاكات منتديات MyBB 1.4 العربية (https://www.mybbarab.com/forum-89.html)
+---- الموضوع : صوره تظهر في مقدمة المشاركات (/thread-5293.html)

الصفحات: 1 2 3


صوره تظهر في مقدمة المشاركات - mytopm - 2008-09-03

السلام عليكم و رحمة الله

حياكم الله
و كل عام و انتم بخير

المنتدي
http://www.1noor.com/oo
النسخة
1.4.1 بالترقية من 1.4

كيف اضيف صوره تظهر دون التدخل من كاتب الموضوع

في مقدمة كل مشاركه او رد علي مشاركه
مثل الصوره التي تظهر هنا في المنتدي ( السلام عليكم و رحمة الله )

و السلام عليكم و رحمة الله



RE: صوره تظهر في مقدمة المشاركات - Pepo - 2008-09-03

انسخ لى قالب الـ postbit لديك فى حالة انك تستخدم نظام العرض الأفقى
او postbit_classic فى حالة انك تستخدم نظام العرض العمودى


RE: صوره تظهر في مقدمة المشاركات - مدير الحب - 2008-09-03

اخ بيبو انا استخدم نظام العرض الافقي وهذا قالب postbit


كود :
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <div class="post_body" id="pid_{$post['pid']}">
                    <p align="center">
{$post['message']}</p>
                </div>
                {$post['attachments']}
                {$post['signature']}

                <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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']}
                </div>
            </td>
        </tr>
    </tbody>
</table>



RE: صوره تظهر في مقدمة المشاركات - Pepo - 2008-09-03

استبدله بالتالى
كود :
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <div class="post_body" id="pid_{$post['pid']}">
                    <p align="center">
                    <img src="images/17.gif" alt="بسم الله الرحمن الرحيم" height="120" width="360" /><br />
{$post['message']}</p>
                </div>
                {$post['attachments']}
                {$post['signature']}

                <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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']}
                </div>
            </td>
        </tr>
    </tbody>
</table>
مع ملاحظة استبدال images/17.gif بإسم الصورة المراد وضعها
واستبدال "بسم الله الرحمن الرحيم" بالجملة المراد ظهورها عند وضع المؤشر على الصورة..


RE: صوره تظهر في مقدمة المشاركات - مدير الحب - 2008-09-04

قمت بالاستبدال ولم تتضح الصورة

[صورة: 5b608987d8.jpg]


RE: صوره تظهر في مقدمة المشاركات - Pepo - 2008-09-04

هذا لأنك لم تضع رابط الصورة الصحيح


RE: صوره تظهر في مقدمة المشاركات - مدير الحب - 2008-09-04

Pepo كتب :مع ملاحظة استبدال images/17.gif بإسم الصورة المراد وضعها
واستبدال "بسم الله الرحمن الرحيم" بالجملة المراد ظهورها عند وضع المؤشر على الصورة..

لم افهم القصد
اخ بيبو انا اقصد اريد نفس البسمله الموجوده هنا بسم الله الرحمن الرحيم والسلام عليكم ورحمة الله وبركاته

لا اعرف ان كان هوى هاد المقصود بهاذ الموضوع ام لا
اوك الحين تمام مشكور كثير اخ بيبو بتشكرك كثير ومعلش تحملنا لانه بتاخر لمن افهم
حبيبي يابيبو


RE: صوره تظهر في مقدمة المشاركات - Pepo - 2008-09-04

ايضا اذا كنت تريد الشئ نفسه. عليك تحميل الصورة ورفعها لموقعك وإستبدال رابطها برابط الصورة على موقعك


RE: صوره تظهر في مقدمة المشاركات - مدير الحب - 2008-09-04

اوك عملتها بدون ما احمل فقط وضعت الماوس على الصورة بالزر اليمين ودخلت على خصائص الصورة وعملت نسخ للرابط واستدبدلته بكلمة images/17.gif
اخ بيبو انا عجبتني هذه الصورة ووضعتها عندي مكان البسملة وحاولت ان اقدم لو الشيئ البسيط لمنتدى الدعم ووجدت هذه الصورة واحببت ان اقدمها لهاذ المنتدى كهديه ولمحبتي بهاذ المنتدى وهذه هدية بسيطه لمنتدى الدعم وارجو ان تنال على اعجابك وتضعها مكان البسمله وبالاول والاخر طبعا هاد اشي برجع لك

[صورة: 906599484.gif]


RE: صوره تظهر في مقدمة المشاركات - mytopm - 2008-09-04

السلام عليكم و رحمة الله
حياك الله اخي بيبو
و جزاك عنا خيرا

هذا هو رابط الصور التي اريد وضعها
http://www.1noor.com/images/1noor.gif

هذا كود postbit_classic

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="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>
</
table

و السلام عليكم و رحمة الله