مرحبا
كما وعدناكم, وسيراً على نهج جعل منتدياتكم احترافية, قمنا بتجديد تقنية عمل التومبلايتات و اوراق ال css.
<blockquote>
ملاحظة: لتفادي
مشاكل عدم مطابقة التومبلايتات و اوراق ال css الخاصة بكم مع التجديد,
فعليكم ان تعيدو تسجيلها بالضغط على زر التقديم في مظهر المنتدى >>
الوان >> ورقة ال css >> قدم ثم ايضاً في مظهر المنتدى
>> تومبلايت >> قدم (بالنسبة للتومبلايتات المعدلة فقط).
</blockquote>
اصحاب المنتديات التي لديها تومبلايتات او اوراق css شخصية عليهم اعادة تقديمها بعد القيام بالتغييرات التالية:
1. بالنسبة للعناصر المستقلة على الرئيسيةTemplates ( phpBB2):-->
overall_header_newSpoiler:¤ في الأخير تعويض الرمز:
<div id="left">
يعوض ب الرمز:
<div id="{ID_LEFT}">
-->
overall_footerSpoiler:¤ في البداية تعويض الرمز:
<div id="right">
يعوض ب الرمز:
<div id="{ID_RIGHT}">
2. بالنسبة للعناوين (h1, h2, h3, ... )Templates ( phpBB2):-->
viewtopic_bodySpoiler:¤ تغيير الكود في موضعين الرمز:
<span class="cattitle">{TOPIC_TITLE}</span>
يعوض ب الرمز:
<h2 class="cattitle">{TOPIC_TITLE}</h2>
-->
topics_list_boxSpoiler:¤ تغيير
الرمز:
<span
class="topictitle">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}<a
class="topictitle"
href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></span>
يعوض ب
الرمز:
<div
class="topictitle">{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}<h2
class="topic-title"><a class="topictitle"
href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2></div>
-->
index_boxSpoiler:¤ تغيير
الرمز:
<span
class="forumlink"><a class="forumlink"
href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br
/></span>
يعوض ب
الرمز:
<h{catrow.forumrow.LEVEL}
class="hierarchy"><span class="forumlink"><a
class="forumlink"
href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br
/></span></h{catrow.forumrow.LEVEL}>
CSS : المعدل او المضافةphpbb2:
- .maintitle, .maintitle h1
- .maintitle h1
- div.topictitle
- h2.topictitle
- h1.page-title
- h1.title2
- .nav h1
- .hierarchy
phpbb3:
- h1.page-title
- .h3
- #site-title, #site-title h1
- .hierarchy
- .content h2, .panel h2
- .content h2.h3 , .panel h2.h3
- .content h1, .panel h1
- div.topic-title-container
- .topic-title
- h2.topic-title
- .gallery-title
PunBB:
- #pun-title
- .main .main-head .page-title
- .hierarchy
- .sub-head span
- h2.topic-title
- .pun .main .posthead h2 a (موضع: .pun .main .posthead h3 a)
شكراً لكم