关键词
最优秀的发帖人
tcw987654321 (2424) | ||||
tiger_tiger (2015) | ||||
梦随峰飘 (542) | ||||
868 (284) | ||||
mmao21 (251) | ||||
x__________________X (222) | ||||
y4341991 (101) | ||||
花生省魔术 (98) | ||||
Tiger&蘋果爸 (80) | ||||
pyy (74) |
2008年7月30日模板及CSS更新通告
2008年7月30日模板及CSS更新通告
各位用户:
为了让您的论坛拥有更新的技术,我们更新了CSS以及部分模板内容。
为了避免兼容性问题导致未知错误,请进行过个人定制CSS或编辑过模板的用户重新发布您的模板和/或您自行定制的CSS,或也可在互助中心报错由我们的技术人员协助您恢复。
本次升级牵涉到的模板及CSS相关内容:
1、插件相关:
模板(PHPBB2.0):
--> overall_header_new
--> overall_footer
2、标题(h1, h2, h3, ... ):
模板(PHPBB2.0):
--> viewtopic_body
--> topics_list_box
--> index_box
CSS:更改或添加的代码
phpbb2:
phpbb3:
PunBB:
为了让您的论坛拥有更新的技术,我们更新了CSS以及部分模板内容。
为了避免兼容性问题导致未知错误,请进行过个人定制CSS或编辑过模板的用户重新发布您的模板和/或您自行定制的CSS,或也可在互助中心报错由我们的技术人员协助您恢复。
本次升级牵涉到的模板及CSS相关内容:
1、插件相关:
模板(PHPBB2.0):
--> overall_header_new
- Spoiler(用来隐藏帖子的内容):
- ¤ 结束部分以
- 代码:
<div id="{ID_LEFT}">
- 代码:
<div id="left">
--> overall_footer
- Spoiler(用来隐藏帖子的内容):
- ¤ 开始部分以
- 代码:
<div id="{ID_RIGHT}">
- 代码:
<div id="right">
2、标题(h1, h2, h3, ... ):
模板(PHPBB2.0):
--> viewtopic_body
- Spoiler(用来隐藏帖子的内容):
- ¤ 2个地方的
- 代码:
<span class="cattitle">{TOPIC_TITLE}</span>
- 代码:
<h2 class="cattitle">{TOPIC_TITLE}</h2>
--> topics_list_box
- Spoiler(用来隐藏帖子的内容):
- ¤ 以
- 代码:
<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>
- 代码:
<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>
--> index_box
- Spoiler(用来隐藏帖子的内容):
- ¤ 以
- 代码:
<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}>
- 代码:
<span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /></span>
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)
您在这个论坛的权限:
您不能在这个论坛回复主题