MostWanted
عدد المساهمات : 703معدل النشاط : 6725السُمعة : 21 موضوع: إزالة المعاينة من الأقسام من نوع "مدونة" الخميس 12 نوفمبر 2020 - 20:21 السلام عليكم و رحمة الله
عند انشاء قسم من نوع مدونة
تظهر معاينة لمحتوى الموضوع عند دخول القسم
مثال:
https://www.theb3st.com/f110-montada أريد ازالة المعاينة ليظهر عنوان الموضوع فقط مثل الأقسام العادية
عدل سابقا من قبل MostWanted في الجمعة 13 نوفمبر 2020 - 20:22 عدل 1 مرات
الطائرالحر
عدد المساهمات : 213معدل النشاط : 2588السُمعة : 35 موضوع: رد: إزالة المعاينة من الأقسام من نوع "مدونة" الخميس 12 نوفمبر 2020 - 22:32 MostWanted كتب: السلام عليكم و رحمة الله
عند انشاء قسم من نوع مدونة
تظهر معاينة لمحتوى الموضوع عند دخول القسم
مثال:
https://www.theb3st.com/f110-montada أريد ازالة المعاينة ليظهر عنوان الموضوع فقط مثل الأقسام العادية
وعليكم السلام
ضع قالب topics_list_box لتعديل عليه
MostWanted
عدد المساهمات : 703معدل النشاط : 6725السُمعة : 21 موضوع: رد: إزالة المعاينة من الأقسام من نوع "مدونة" الخميس 12 نوفمبر 2020 - 23:26 تفضل
الكود: <!-- BEGIN topics_list_box --> <!-- BEGIN row --> <!-- BEGIN header_table --> <!-- BEGIN multi_selection --> <script type="text/javascript"> function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() { alert('MAIN'); var all_checked = true; for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked; } } document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked; } function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() { alert('ALL'); for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) { if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') { document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked; } } } </script> <!-- END multi_selection --> <div class="forumbg announcement"> <ul class="topiclist topics"> <li class="header"> <dl class="icon"> <dt> <!-- BEGIN multi_selection --> <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /> <!-- END multi_selection --> {topics_list_box.row.L_TITLE} </dt> <dd class="posts"><i class="ion-android-chat" data-tooltip="{topics_list_box.row.L_REPLIES}"></i></dd> <dd class="views"><i class="ion-eye" data-tooltip="{topics_list_box.row.L_VIEWS}"></i></dd> <dd class="lastpost"><i class="ion-android-time" data-tooltip="{topics_list_box.row.L_LASTPOST}"></i></dd> </dl> </li> </ul> <ul class="topiclist topics bg_none"> <!-- END header_table --> <!-- BEGIN header_row --> <strong>{topics_list_box.row.L_TITLE}</strong> <!-- END header_row --> <!-- BEGIN topic --> <!-- BEGIN table_sticky --> </ul> </div> <div class="forumbg"> <ul class="topiclist topics"> <li class="header"> <dl class="icon"> <!--<dd class="dterm">--> <dd class="dterm"> <!-- BEGIN multi_selection --> <input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /> <!-- END multi_selection --> {topics_list_box.row.topic.table_sticky.L_TITLE} </dd> <dd class="posts"><i class="ion-android-chat" data-tooltip="{topics_list_box.row.topic.table_sticky.L_REPLIES}"></i></dd> <dd class="views"><i class="ion-eye" data-tooltip="{topics_list_box.row.topic.table_sticky.L_VIEWS}"></i></dd> <dd class="lastpost"><i class="ion-android-time" data-tooltip="{topics_list_box.row.topic.table_sticky.L_LASTPOST}"></i></dd> </dl> </li> </ul> <ul class="topiclist topics bg_none"> <!-- END table_sticky --> <li class="row {topics_list_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> > <dl class="icon" style="background-image:url('{topics_list_box.row.TOPIC_FOLDER_IMG}');"> <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_list_box.row.ICON}> <!-- BEGIN single_selection --> <input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /> <!-- END single_selection --> <div class="topic-title-container"> {topics_list_box.row.NEWEST_POST_IMG} {topics_list_box.row.PARTICIPATE_POST_IMG} {topics_list_box.row.TOPIC_TYPE} <h2 class="topic-title hierarchy"> <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}"> {topics_list_box.row.TOPIC_TITLE} </a> </h2> </div> <!-- BEGIN switch_description --> <span class="topic-description"> {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION} </span> <!-- END switch_description --> <span class="topic-author"> {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR} </span> {topics_list_box.row.GOTO_PAGE_NEW} <!-- BEGIN nav_tree --> {topics_list_box.row.TOPIC_NAV_TREE_NEW} <!-- END nav_tree --> </dd> <dd class="posts">{topics_list_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd> <dd class="views">{topics_list_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd> <dd class="lastpost"> <!-- BEGIN avatar --> <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span> <!-- END avatar --> <span> {topics_list_box.row.LAST_POST_AUTHOR} <dfn>{L_LASTPOST}</dfn> {topics_list_box.row.LAST_POST_IMG}<br />{topics_list_box.row.LAST_POST_TIME} </span> </dd> <!-- BEGIN multi_selection --> <input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /> <!-- END multi_selection --> </dl> </li> <!-- END topic --> <!-- BEGIN no_topics --> <li class="row row1"> <dl> <dt><strong>{topics_list_box.row.L_NO_TOPICS}</strong></dt> </dl> </li> <!-- END no_topics --> <!-- BEGIN bottom --> </ul> </div> <!-- END bottom --> <!-- BEGIN spacer --><br /><!-- END spacer --> <!-- END row --> <!-- END topics_list_box -->
الطائرالحر
عدد المساهمات : 213معدل النشاط : 2588السُمعة : 35 موضوع: رد: إزالة المعاينة من الأقسام من نوع "مدونة" الجمعة 13 نوفمبر 2020 - 0:28 تفضل ضع هذا القالب فى topics_blog_box و ليست topics_list_box
الكود: <!-- BEGIN topics_blog_box --> <!-- BEGIN row --> <!-- BEGIN header_table --> <!-- BEGIN multi_selection --> <script type="text/javascript"> function check_uncheck_main_{topics_blog_box.row.header_table.BOX_ID}() { alert('MAIN'); var all_checked = true; for (i = 0; (i < document.{topics_blog_box.FORMNAME}.elements.length) && all_checked; i++) { if (document.{topics_blog_box.FORMNAME}.elements[i].name == '{topics_blog_box.FIELDNAME}[]{topics_blog_box.row.header_table.BOX_ID}') { all_checked = document.{topics_blog_box.FORMNAME}.elements[i].checked; } } document.{topics_blog_box.FORMNAME}.all_mark_{topics_blog_box.row.header_table.BOX_ID}.checked = all_checked; } function check_uncheck_all_{topics_blog_box.row.header_table.BOX_ID}() { alert('ALL'); for (i = 0; i < document.{topics_blog_box.FORMNAME}.length; i++) { if (document.{topics_blog_box.FORMNAME}.elements[i].name == '{topics_blog_box.FIELDNAME}[]{topics_blog_box.row.header_table.BOX_ID}') { document.{topics_blog_box.FORMNAME}.elements[i].checked = document.{topics_blog_box.FORMNAME}.all_mark_{topics_blog_box.row.header_table.BOX_ID}.checked; } } } </script> <!-- END multi_selection --> <div class="forumbg announcement"> <ul class="topiclist topics"> <li class="header"> <dl class="icon"> <dt> <!-- BEGIN multi_selection --> <input onclick="check_uncheck_all_{topics_blog_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_blog_box.row.header_table.BOX_ID}" value="0" /> <!-- END multi_selection --> {topics_blog_box.row.L_TITLE} </dt> <dd class="posts"><i class="ion-android-chat" data-tooltip="{topics_blog_box.row.L_REPLIES}"></i></dd> <dd class="views"><i class="ion-eye" data-tooltip="{topics_blog_box.row.L_VIEWS}"></i></dd> <dd class="lastpost"><i class="ion-android-time" data-tooltip="{topics_blog_box.row.L_LASTPOST}"></i></dd> </dl> </li> </ul> <ul class="topiclist topics bg_none"> <!-- END header_table --> <!-- BEGIN header_row --> <strong>{topics_blog_box.row.L_TITLE}</strong> <!-- END header_row --> <!-- BEGIN topic --> <!-- BEGIN table_sticky --> </ul> </div> <div class="forumbg"> <ul class="topiclist topics"> <li class="header"> <dl class="icon"> <!--<dd class="dterm">--> <dd class="dterm"> <!-- BEGIN multi_selection --> <input onclick="check_uncheck_all_{topics_blog_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_blog_box.row.header_table.BOX_ID}" value="0" /> <!-- END multi_selection --> {topics_blog_box.row.topic.table_sticky.L_TITLE} </dd> <dd class="posts"><i class="ion-android-chat" data-tooltip="{topics_blog_box.row.topic.table_sticky.L_REPLIES}"></i></dd> <dd class="views"><i class="ion-eye" data-tooltip="{topics_blog_box.row.topic.table_sticky.L_VIEWS}"></i></dd> <dd class="lastpost"><i class="ion-android-time" data-tooltip="{topics_blog_box.row.topic.table_sticky.L_LASTPOST}"></i></dd> </dl> </li> </ul> <ul class="topiclist topics bg_none"> <!-- END table_sticky --> <li class="row {topics_blog_box.row.ROW_ALT_CLASS}"<!-- BEGIN line_sticky --> style="margin-top:5px;"<!-- END line_sticky --> > <dl class="icon" style="background-image:url('{topics_blog_box.row.TOPIC_FOLDER_IMG}');"> <dd class="dterm" title="{topicrow.TOPIC_FOLDER_IMG_ALT}" {topics_blog_box.row.ICON}> <!-- BEGIN single_selection --> <input type="radio" name="{topics_blog_box.FIELDNAME}" value="{topics_blog_box.row.FID}" {topics_blog_box.row.L_SELECT} /> <!-- END single_selection --> <div class="topic-title-container"> {topics_blog_box.row.NEWEST_POST_IMG} {topics_blog_box.row.PARTICIPATE_POST_IMG} {topics_blog_box.row.TOPIC_TYPE} <h2 class="topic-title hierarchy"> <a class="topictitle" href="{topics_blog_box.row.U_VIEW_TOPIC}"> {topics_blog_box.row.TOPIC_TITLE} </a> </h2> </div> <!-- BEGIN switch_description --> <span class="topic-description"> {topics_blog_box.row.topic.switch_description.TOPIC_DESCRIPTION} </span> <!-- END switch_description --> <span class="topic-author"> {topics_blog_box.row.L_BY} {topics_blog_box.row.TOPIC_AUTHOR} </span> {topics_blog_box.row.GOTO_PAGE_NEW} <!-- BEGIN nav_tree --> {topics_blog_box.row.TOPIC_NAV_TREE_NEW} <!-- END nav_tree --> </dd> <dd class="posts">{topics_blog_box.row.REPLIES} <dfn>{L_REPLIES}</dfn></dd> <dd class="views">{topics_blog_box.row.VIEWS} <dfn>{L_VIEWS}</dfn></dd> <dd class="lastpost"> <!-- BEGIN avatar --> <span class="lastpost-avatar">{topics_blog_box.row.topic.avatar.LAST_POST_AVATAR}</span> <!-- END avatar --> <span> {topics_blog_box.row.LAST_POST_AUTHOR} <dfn>{L_LASTPOST}</dfn> {topics_blog_box.row.LAST_POST_IMG}<br />{topics_blog_box.row.LAST_POST_TIME} </span> </dd> <!-- BEGIN multi_selection --> <input onclick="javascript:check_uncheck_main_{topics_blog_box.row.BOX_ID}();" type="checkbox" name="{topics_blog_box.FIELDNAME}[]{topics_blog_box.row.BOX_ID}" value="{topics_blog_box.row.FID}" {topics_blog_box.row.L_SELECT} /> <!-- END multi_selection --> </dl> </li> <!-- END topic --> <!-- BEGIN no_topics --> <li class="row row1"> <dl> <dt><strong>{topics_blog_box.row.L_NO_TOPICS}</strong></dt> </dl> </li> <!-- END no_topics --> <!-- BEGIN bottom --> </ul> </div> <!-- END bottom --> <!-- BEGIN spacer --><br /><!-- END spacer --> <!-- END row --> <!-- END topics_blog_box -->
MostWanted يعجبه هذا الموضوع
أعجبني 1 لم يعجبني
MostWanted
عدد المساهمات : 703معدل النشاط : 6725السُمعة : 21 موضوع: رد: إزالة المعاينة من الأقسام من نوع "مدونة" الجمعة 13 نوفمبر 2020 - 20:13 ممتاز يعمل و تم اصلاح المشكل بارك الله فيك
AL-SUBAIE
عدد المساهمات : 687معدل النشاط : 5301السُمعة : 14 موضوع: رد: إزالة المعاينة من الأقسام من نوع "مدونة" الأحد 15 نوفمبر 2020 - 20:53 تم حل المشكلة & ينقل للأرشيف.