عرض مشاركة واحدة
قديم 07-24-2009, 04:27 PM   رقم المشاركة : 1 (permalink)
معلومات العضو
LAV4
 
الصورة الرمزية LAV4
 

 

 
إحصائية العضو







LAV4 غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
LAV4 is on a distinguished road

افتراضي شرح لوحة تحكم المنتدى V33



بسم الله الرحمن الرحيم

تعطيل رسالة باعادة كتابة مرور عند دخول المستخدم









بسم الله الرحمن الرحيم

هاك اليوم وهو عند انتقال العضو من ستايل الى ستايل اخر تظهر له صورة جاري التحميل


ندخل كالعادة الى لوحة التحكم المشرف العام

الانماط والقوالب

البحث قي القوالب




نبحث عن headinclude







نرفع صورة الى منتدانا







والنتيجة كما في صورة التالية




في كود رابط صورة من منتدايا

احذفها وضع رابط صورة مرفوعة على منتداك



كود PHP:

<!-- www.**********/vb3
 
--> 
<
script type="text/**********" language="**********1.2">
        
//Gradual-Highlight image script- By Dynamic Drive
        //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
        //This credit MUST stay intact for use

        
function high(which2)
        {
            
theobject=which2
            highlighting
=setInterval("highlightit(theobject)",50)
        }
        function 
low(which2)
        {
            
clearInterval(highlighting)
            if(
which2.style.MozOpacity)
            {
                
which2.style.MozOpacity=0.3
            
}
            else if(
which2.filters)
            {
                
which2.filters.alpha.opacity=30
            
}
        }

        function 
highlightit(cur2)
        {
            if(
cur2.style.MozOpacity<1)
            {
                
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
            
}
            else if(
cur2.filters&&cur2.filters.alpha.opacity<100)
            {
                
cur2.filters.alpha.opacity+=10
            
}
            else if(
window.highlighting)
            {
                
clearInterval(highlighting)
            }
        }

var 
loading '<div id="loading">'
loading += '<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">'
loading += '    <tr>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '    <br>'
loading += '        <td height="47.5%">&nbsp;</td>'
loading += '    </tr>'
loading += '    <tr>'
loading += '        <td height="5%" align="center">'
loading += '        <img border="0" src="http://www.*******vb3/images/loading.gif" width="200" height="10"><br />'
loading += '    <b><font size="2" face="tahoma" color="#CC6699">انتظر قليلا</font></b></td>'
loading += '    </tr>'
loading += '    <tr>'
loading += '        <td height="47.5%">&nbsp;</td>'
loading += '    </tr>'
loading += '</table></div>'
var none '<div id="none" style="display:none">';
********.
write(loadingnone);
window.onload = function()
{
    ********.
getElementById("loading").style.display "none";
    ********.
getElementById("none").style.display "";
}
    
</script>
<!-- www.********/vb3 
 --> 



بسم الله الرحمن الرحيم

شرح تغير أيقونات المنتدي الخارجية من الوضع العمودي الي الوضع الافقي










أفتح تمبلتFORUMHOME









ابحث عن icons and login code

كود PHP:

<!-- icons and login code --> 
<
table cellpadding="0" cellspacing="2" border="0" width="100%"
<
tr valign="bottom"
  <
td
      <
table cellpadding="2" cellspacing="0" border="0"
      <
tr
          <
td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]border="0" /></td
          <
td class="smallfont">&nbsp$vbphrase[forum_contains_new_posts]</td
      </
tr
      <
tr
          <
td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]border="0" /></td
          <
td class="smallfont">&nbsp$vbphrase[forum_contains_no_new_posts]</td
      </
tr
      <
tr
          <
td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]border="0" /></td
          <
td class="smallfont">&nbsp$vbphrase[forum_is_closed_for_posting]</td
      </
tr
      </
table
  </
td
  <if 
condition="!$show['guest']"
      <!-- 
member logout --> 
      <
td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td
      <!-- 
end member logout --> 
  </if> 
</
tr
</
table
<!-- / 
icons and login code --> 





استبدله


كود PHP:
<!-- icons and login code --> 
<
table cellpadding="0" cellspacing="2" border="0" width="100%"
<
tr valign="bottom"
   <
td align="center"
       <
table cellpadding="2" cellspacing="0"
       <
tr
           <
td><img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]border="0" /></td
           <
td class="smallfont">&nbsp$vbphrase[forum_contains_new_posts]</td
           <
td><img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]border="0" /></td
           <
td class="smallfont">&nbsp$vbphrase[forum_contains_no_new_posts]</td
           <
td><img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]border="0" /></td
           <
td class="smallfont">&nbsp$vbphrase[forum_is_closed_for_posting]</td
       </
tr
       </
table
   </
td
</
tr
   <if 
condition="!$show['guest']"
<
tr
       <!-- 
member logout --> 
       <
td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td
       <!-- 
end member logout --> 
</
tr
   </if> 
</
table
<!-- / 
icons and login code --> 



بسم الله الرحمن الرحيم

كيفية اظهار كلمة صاحب الموضوع









ابحث عن


threadbit












احذفه واستبدله


كود PHP:

<tr>
    <
td class="alt1" id="td_status_$thread[realthreadid]">
        
$thread[openclose_editable]
        <
img src="$stylevar[imgdir_statusicon]/thread$thread[statusicon].gif" id="thread_status_$thread[realthreadid]alt="<if condition="$show['threadcount']"><phrase 1="$thread[dot_count]" 2="$thread[dot_lastpost]">$vbphrase[have_x_posts_in_thread_last_y]</phrase></if>" border="" />
    </
td>
    <if 
condition="$show['threadicons']">
        <
td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]alt="$thread[threadicontitle]border="0" /><else />&nbsp;</if></td>
    </if>

    <
td class="alt1" id="td_title_$thread[realthreadid]title="$thread[preview]">

    
    
$thread[title_editable]
        <
div>
            <
span style="float:$stylevar[right]">
                <if 
condition="$show['moderated']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/moderated_small.gif" alt="<phrase 1="$thread[hiddencount]">$vbphrase[x_moderated_posts]</phrase>" /> </if>
                <if 
condition="$show['paperclip']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /> </if>
                <if 
condition="$show['subscribed']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="$vbphrase[you_are_subscribed_to_this_thread]/> </if>
                <if 
condition="$show['sticky']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/sticky.gif" alt="$vbphrase[sticky_thread]/> </if>
            </
span>
            <if 
condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]border="0" /></a></if>
            
$thread[movedprefix]
            
$thread[typeprefix]
            
$thread[moderatedprefix]
            <
a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"style="font-weight:bold"</if>>$thread[threadtitle]</a>
            <if 
condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
        </
div>
    
        <
div class="smallfont">
            <if 
condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if>
            <if 
condition="$show['guestuser']">
                
$thread[postusername]
            <else />
<
span style="">كاتب الموضوع:&nbsp;
            <
u>
            <
a target="_blank" href="member.php?$session[sessionurl]u=$thread[postuserid]">$thread[postusername]</a></u></font></span><font color="#5A824F">
            </
font>
            </if>
        </
div>
        
        <if 
condition="$show['unsubscribe']">
            <
div class="smallfont">
                <
a href="newreply.php?$session[sessionurl]do=newreply&amp;t=$thread[threadid]rel="nofollow">$vbphrase[reply]</a> |
                <
a href="subscription.php?$session[sessionurl]do=removesubscription&amp;return=ucp&amp;t=$thread[threadid]rel="nofollow">$vbphrase[unsubscribe]</a>
            </
div>
        </if>
        
    </
td>
    
    <if 
condition="$show['threadmoved']">
    <
td class="alt2" align="center">-</td>
    <else />
    <
td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
        <
div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
            
$thread[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if><br />
            <
phrase 1="member.php?find=lastposter&amp;t=$thread[threadid]2="$thread[lastposter]">$vbphrase[by_x]</phrase>  <a href="showthread.php?$session[sessionurl]goto=lastpost&amp;t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]border="0" /></a>
        </
div>
    </
td>
    </if>
    
    <if 
condition="$show['notificationtype']">
        <
td class="alt1"><div class="smallfont">
            <
label for="sub$subscribethread[$threadid]">$thread[notification]</label>
        </
div></td>
        <
td class="alt2"><input type="checkbox" name="deletebox[$subscribethread[$threadid]]" id="sub$subscribethread[$threadid]value="yes" /></td>
    <else />
        <
td class="alt1" align="center"><if condition="$show['threadmoved']">-<else /><a href="#" onclick="who($thread[threadid]); return false;">$thread[replycount]</a></if></td>
        <
td class="alt2" align="center">$thread[views]</td>
            
        <if 
condition="$show['forumlink']">
            <
td class="alt1"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td>
        </if>
    </if>
    
    <if 
condition="$show['inlinemod']">
        <
td class="alt1">
            <
input type="checkbox" name="tlist[$thread[realthreadid]]" id="tlist_$thread[realthreadid]value="$thread[checkbox_value]<if condition="$show['disabled']">disabled="disabled"</if> />
        </
td>
    </if>
</
tr








avp g,pm jp;l hglkj]n V33

التوقيع



lava my name

hacker my game

 

   

رد مع اقتباس