شرح لوحة تحكم المنتدى V33
http://absba6.absba.org/teamwork7/s015/01/dalou3at1.gif
بسم الله الرحمن الرحيم
تعطيل رسالة باعادة كتابة مرور عند دخول المستخدم
http://absba4.absba.org/teamwork12/2...lou3at8020.png
http://absba4.absba.org/teamwork12/2...lou3at8021.png
http://absba4.absba.org/teamwork12/2...lou3at8022.png
http://absba6.absba.org/teamwork7/s015/01/dalou3at1.gif
بسم الله الرحمن الرحيم
هاك اليوم وهو عند انتقال العضو من ستايل الى ستايل اخر تظهر له صورة جاري التحميل
ندخل كالعادة الى لوحة التحكم المشرف العام
الانماط والقوالب
البحث قي القوالب
http://absba4.absba.org/teamwork12/2...lou3at8000.png
نبحث عن headinclude
http://absba4.absba.org/teamwork12/2...lou3at8001.png
http://absba4.absba.org/teamwork12/2...lou3at8002.png
نرفع صورة الى منتدانا
http://dalou3at2.googlepages.com/loading.gif
http://absba4.absba.org/teamwork12/2...lou3at8004.png
والنتيجة كما في صورة التالية
http://absba4.absba.org/teamwork12/2...lou3at8003.png
في كود رابط صورة من منتدايا
احذفها وضع رابط صورة مرفوعة على منتداك
كود 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%"> </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%"> </td>' loading += ' </tr>' loading += '</table></div>' var none = '<div id="none" style="display:none">'; ********.write(loading, none); window.onload = function() { ********.getElementById("loading").style.display = "none"; ********.getElementById("none").style.display = ""; } </script> <!-- www.********/vb3 -->
http://absba6.absba.org/teamwork7/s015/01/dalou3at1.gif
بسم الله الرحمن الرحيم
شرح تغير أيقونات المنتدي الخارجية من الوضع العمودي الي الوضع الافقي
http://absba4.absba.org/teamwork12/2...ou3at80070.png
http://absba4.absba.org/teamwork12/2...ou3at80072.png
http://absba4.absba.org/teamwork12/2...ou3at80071.png
أفتح تمبلتFORUMHOME
http://absba4.absba.org/teamwork12/2...ou3at80073.png
http://absba4.absba.org/teamwork12/2...ou3at80074.png
ابحث عن 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"> $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"> $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"> $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&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 -->
http://dalou3at2.googlepages.com/dalou3at80075.png
استبدله
كود 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"> $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"> $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"> $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&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 -->
http://absba6.absba.org/teamwork7/s015/01/dalou3at1.gif
بسم الله الرحمن الرحيم
كيفية اظهار كلمة صاحب الموضوع
http://absba4.absba.org/teamwork12/2...lou3at5003.png
http://absba4.absba.org/teamwork12/2...lou3at5004.png
ابحث عن
threadbit
http://absba4.absba.org/teamwork12/2...lou3at5000.png
http://absba4.absba.org/teamwork12/2...lou3at5001.png
http://absba4.absba.org/teamwork12/2...lou3at5002.png
احذفه واستبدله
كود 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 /> </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&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]&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="">كاتب الموضوع: <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&t=$thread[threadid]" rel="nofollow">$vbphrase[reply]</a> | <a href="subscription.php?$session[sessionurl]do=removesubscription&return=ucp&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&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="showthread.php?$session[sessionurl]goto=lastpost&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>
http://absba6.absba.org/teamwork7/s015/01/dalou3at1.gif
|