string global_usernav_extra2 space_home.htm string space_home_navlink (X3) string space_home_side_top (X2.5) string space_home_side_bottom string space_home_top string space_home_navlink
string space_home_bottom space_magic.htm (X2.5) string magic_nav_extra space_medal.htm (X2.5) string medal_nav_extra space_menu.htm
string space_menu_extra space_profile_body.htm string space_profile_baseinfo_top
string follow_profile_baseinfo_top (X2.5) string space_profile_baseinfo_middle
string follow_profile_baseinfo_middle (X2.5) string space_profile_baseinfo_bottom
string follow_profile_baseinfo_bottom (X2.5) string space_profile_extrainfo
string follow_profile_extrainfo (X2.5) space_share_li.htm array space_share_comment_op space_status.htm
string space_home_doing_sync_method space_wall.htm string space_wall_face_extra · 注册/登录(member/)
login.htm
string logging_side_top string logging_top string logging_input
string logging_method login_simple.htm string global_login_extra register.htm string register_side_top string register_top string register_input
string register_logging_method string register_bottom · 门户(portal/)
portalcp_article.htm
string portalcp_top string portalcp_extend string portalcp_middle
string portalcp_bottom view.htm string view_article_top (X2.5) string view_article_subtitle (X2.5) string view_article_summary (X2.5) string view_article_content (X2.5) string view_share_method
string view_article_op_extra (X2.5) string view_article_side_top (X2.5) string view_article_side_bottom (X2.5) · 排行榜(ranklist/)
side_left.htm
string ranklist_nav_extra · 搜索(search/)
album.htm
string album_top
string album_bottom blog.htm string blog_top
string blog_bottom collection.htm (X3) string collection_top
string collection_bottom footer.htm string global_footer
string global_footerlink forum.htm string forum_top
string forum_bottom group.htm
string group_top
string group_bottom header.htm string global_usernav_extra1
string global_usernav_extra2 portal.htm string portal_top string portal_bottom · 应用(userapp/)
userapp_app.htm
string userapp_app_top
string userapp_app_bottom userapp_index.htm string userapp_index_top
string userapp_index_bottom userapp_menu_list.htm string userapp_menu_top string userapp_menu_middle string userapp_menu_bottom · 手机全局(mobile/common/)
footer.htm
string global_footer_mobile header.htm string global_header_mobile · 手机论坛(mobile/forum/)
discuz.htm
string index_top_mobile string index_middle_mobile
string index_bottom_mobile forumdisplay.htm string forumdisplay_top_mobile array forumdisplay_thread_mobile
string forumdisplay_bottom_mobile viewthread.htm string viewthread_top_mobile array viewthread_posttop_mobile array viewthread_postbottom_mobile string viewthread_bottom_mobile
· 手机论坛(wml/forum/)
discuz.htm
string index_top_mobile
string index_middle_mobile forumdisplay.htm string forumdisplay_top_mobile array forumdisplay_thread_mobile
string forumdisplay_bottom_mobile viewthread.htm string viewthread_top_mobile array viewthread_posttop_mobile array viewthread_postbottom_mobile string viewthread_bottom_mobile 特殊主题模块开发
??特殊主题模块用于创建一个特殊主题,特殊主题类型脚本格式
var $iconfile = 'icon.gif';
//发布主题链接中的前缀图标 var $buttontext = '发布xx主题'; //发帖时按钮文字
function newthread($fid) { return ...; }
function newthread_submit($fid) { }
function newthread_submit_end($fid, $tid) { }
function editpost($fid, $tid) { return ...; }
function editpost_submit($fid, $tid) {
}
function editpost_submit_end($fid, $tid) { }
function newreply_submit_end($fid, $tid) { }
function viewthread($tid) { return ...; }}?>
identifier 插件的唯一标识符,在插件设置中设置。
函数名以及含义 函数名 newthread() newthread_submit()
含义
发主题时页面新增的表单项目,通过 return 返回即可输出到发帖页面中 主题发布后的数据判断
newthread_submit_end() 主题发布后的数据处理 editpost() editpost_submit() editpost_submit_end() newreply_submit_end() viewthread()
第三方拓展类的开发 目录 [隐藏]
??
1 广告类 ??2 道具类 ??3 任务类
编辑主题时页面新增的表单项目,通过 return 返回即可输出到编辑主题页面中 主题编辑后的数据判断 主题编辑后的数据处理 回帖后的数据处理
查看主题时页面新增的内容,通过 return 返回即可输出到主题首贴页面中