+ الرد على الموضوع
صفحة 1 من 2 1 2 الأخيرةالأخيرة
النتائج 1 إلى 5 من 6
  1. #1
    سرّاي is on a distinguished road
    تاريخ التسجيل
    30 / 07 / 2006
    الدولة
    السعودية
    العمر
    41
    المشاركات
    97
    معدل تقييم المستوى
    314

    افتراضي مشكله غريبه عجيبه .. تكرار عناوين المواضيع !!

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

    عندي مشكله وهي تكرار عناوين الموضوع



    المشكلة في القالبين ( threadbit والـ postbit ) ... فمن يجد لي الكود المسؤول عن ذلك ؟

     
  2. #2
    المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute الصورة الرمزية المودة
    تاريخ التسجيل
    17 / 08 / 2004
    العمر
    32
    المشاركات
    20,806
    معدل تقييم المستوى
    26158

    افتراضي رد: مشكله غريبه عجيبه .. تكرار عناوين المواضيع !!

    الـ postbit ماله علاقه ... شيك تمبليت threadbit أو إستبدله من نسخة ستايل المودة ... وترى هذا ستايل المودة يعني لا احد يلعب عليك ويقول سوي إسترجاع للقالب ويضبط وبعدين تلاقي منتداك تحول فرنسي ... تحياتي .

     
  3. #3
    سرّاي is on a distinguished road
    تاريخ التسجيل
    30 / 07 / 2006
    الدولة
    السعودية
    العمر
    41
    المشاركات
    97
    معدل تقييم المستوى
    314

    افتراضي رد: مشكله غريبه عجيبه .. تكرار عناوين المواضيع !!

    وين القاه اخوي ابو راشد .. في ملف الستايل .. وكيف بالضبط ؟

     
  4. #4
    سرّاي is on a distinguished road
    تاريخ التسجيل
    30 / 07 / 2006
    الدولة
    السعودية
    العمر
    41
    المشاركات
    97
    معدل تقييم المستوى
    314

    افتراضي رد: مشكله غريبه عجيبه .. تكرار عناوين المواضيع !!

    اقصد في الستايل .. وين احصله في ملف الستايل بعد فك الضغط عنه

     
  5. #5
    المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute المودة has a reputation beyond repute الصورة الرمزية المودة
    تاريخ التسجيل
    17 / 08 / 2004
    العمر
    32
    المشاركات
    20,806
    معدل تقييم المستوى
    26158

    افتراضي رد: مشكله غريبه عجيبه .. تكرار عناوين المواضيع !!

    جرب هذا :

    كود:
    <tr>
    	<td class="alt1" id="td_threadstatusicon_$thread[realthreadid]">
    
    <!-- stamps hack by 7beebi.com -->
    <if condition="!$thread[stampid]">
    <!-- / stamps hack -->
    $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="" />
    <!-- stamps hack -->
    <else />
    $thread[openclose_editable]
    <img src="$thread[stampicon]" 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="" />
    </if>
    <!-- / stamps hack -->
    
    	</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_threadtitle_$thread[realthreadid]">
    
    		$thread[title_editable]
    		<div>
    			<if condition="$show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
    				<span style="float:$stylevar[right]">
    					<if condition="$show['rexpires']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/expires.gif" alt="<phrase 1="$thread[expiredate]" 2="$thread[expiretime]">$vbphrase[expires_on_x_y]</phrase>" /> </if>
    					<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['deletedthread']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/trashcan_small.gif" alt="<phrase 1="$thread[deletedcount]">$vbphrase[x_deleted_posts]</phrase>" /> </if>
    					<if condition="$show['paperclip']"> <a href="#" onclick="attachments($thread[threadid]); return false"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /></a> </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>
    			<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><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]
    <b><font face="Arial" size="4">
    <a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" onmouseover="writetxt('$thread[preview]')" onmouseout="writetxt(0)" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a></font></b>
    			<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>
    	
    		<if condition="$show['rmanage']"><div class="smallfont"><span style="float:$stylevar[right]"><a href="postings.php?$session[sessionurl]do=editthread&amp;t=$thread[redirectthreadid]">$vbphrase[manage]</a></span></div></if>
    			
    		<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="cursor:pointer" onclick="window.open('member.php?$session[sessionurl]u=$thread[postuserid]', '_self')">$thread[postusername]</span>
    			</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]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]"><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>
    
    <!-- بداية هاك الملخصات الجميلة -->
    <div id="navtxt" class="navtext" style="position:absolute; top:-50px; right:100px; width:500px; visibility:hidden">
    </div>
    <!-- نهاية هاك الملخصات الجميلة -->
    
    <!-- بداية هاك الملخصات الجميلة -->
    <script language="javascript" src="$stylevar[imgdir_misc]/alttxt.js">
    </script>
    <!-- نهاية هاك الملخصات الجميلة -->
    تحياتي .

     

 
+ الرد على الموضوع
صفحة 1 من 2 1 2 الأخيرةالأخيرة

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك