亲注册登录道勤网-可以查看更多帖子内容哦!(包涵精彩图片、文字详情等)请您及时注册登录-www.daoqin.net
您需要 登录 才可以下载或查看,没有账号?立即注册
x
discuz x2.5模板中插件嵌入点,有时候做模板的时候不小心把嵌入点删除了,或者做圆角布局没修改好等都会的导致插件使用中出现问题。
插件钩子代码例子:
插件钩子的作用在于能让插件在指定的一些位置输出有关代码,在制作Discuz模板的时候一定要参考默认模板中的插件钩子位置进行合理的安排!
下面是Discuz x2.5 模板文件中的插件钩子(插件嵌入点)列表:
一、全局(common/)
- extcredits.htm
- string spacecp_credit_extra
- faq.htm
- string faq_extra
- footer.htm
- string global_footer
- string global_footerlink
- header.htm
- string global_cpnav_top (X2.5)
- string global_cpnav_extra1
- string global_cpnav_extra2
- string global_usernav_extra1
- string global_usernav_extra2
- string global_usernav_extra3
- string global_usernav_extra4 (X2.5)
- string global_nav_extra (X2.5)
- string global_header
- userabout.htm
- array global_userabout_top
- string userapp_menu_top
- string userapp_menu_middle
- array global_userabout_bottom
复制代码 二、论坛(forum/)
三、群组(group/)
- group.htm
- string group_navlink
- string forumdisplay_navlink
- string group_navlink
- string forumdisplay_navlink
- string group_top
- string forumdisplay_top
- string group_nav_extra
- string forumdisplay_nav_extra
- string group_bottom
- string forumdisplay_bottom
- string group_side_bottom
- string forumdisplay_side_bottom
- group_list.htm
- string forumdisplay_postbutton_top
- string forumdisplay_filter_extra
- array forumdisplay_thread
- string forumdisplay_postbutton_bottom
- group_my.htm
- string my_header
- string my_bottom
- string my_side_top
- string my_side_bottom
- group_right.htm
- string group_index_side
- string group_side_top
- string forumdisplay_side_top
- index.htm
- string index_header
- string index_top
- string index_bottom
- string index_side_top
- string index_side_bottom
- type.htm
- string index_top
- array index_grouplist
- string index_bottom
- string index_side_top
- string index_side_bottom
复制代码 四、家园(home/)
- follow_feed.htm (X2.5)
- string follow_nav_extra
- string follow_top
- spacecp_avatar.htm
- string spacecp_avatar_top
- string spacecp_avatar_bottom
- spacecp_blog.htm
- string spacecp_blog_top
- string spacecp_blog_middle
- string spacecp_blog_bottom
- spacecp_credit_base.htm
- string spacecp_credit_top
- string spacecp_credit_extra
- string spacecp_credit_bottom
- spacecp_credit_log.htm
- string spacecp_credit_top
- string spacecp_credit_bottom
- spacecp_privacy.htm
- string spacecp_privacy_top
- string spacecp_privacy_base_extra
- string spacecp_privacy_feed_extra
- string spacecp_privacy_bottom
- spacecp_profile.htm
- string spacecp_profile_top
- string spacecp_profile_extra
- string spacecp_profile_bottom
- spacecp_promotion.htm
- string spacecp_promotion_top
- string spacecp_promotion_bottom
- spacecp_usergroup.htm
- string spacecp_usergroup_top
- string spacecp_usergroup_bottom
- string spacecp_usergroup_top
- string spacecp_usergroup_bottom
- string spacecp_usergroup_top
- string spacecp_usergroup_bottom
- space_album_pic.htm
- string space_album_pic_top
- string space_album_pic_op_extra
- string space_album_pic_bottom
- string space_album_pic_face_extra
- space_album_view.htm
- string space_album_op_extra
- space_blog_list.htm
- array space_blog_list_status
- space_blog_view.htm
- string space_blog_title
- string space_blog_share_method (X2.5)
- string space_blog_op_extra
- string space_blog_face_extra
- space_card.htm
- string space_card_top
- string space_card_baseinfo_middle
- string space_card_baseinfo_bottom
- string space_card_option
- string space_card_magic_user
- string space_card_bottom
- space_comment_li.htm
- array space_blog_comment_op
- string space_blog_comment_bottom
- space_doing.htm
- string space_doing_top
- string space_doing_bottom
- space_favorite.htm (X2.5)
- string space_favorite_nav_extra
- space_friend.htm
- string space_interaction_extra
- space_header.htm
- string global_usernav_extra1
- string global_usernav_extra2
- space_home.htm
- 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
- 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
复制代码
道勤主机提供365天*24小时全年全天无休、实时在线、零等待的售后技术支持。竭力为您免费处理您在使用道勤主机过程中所遇到的一切问题!
如果您是道勤主机用户,那么您可以通过QQ【792472177】、售后QQ【59133755】、旺旺【诠释意念】、微信:q792472177免费电话、后台提交工单这些方式联系道勤主机客服!
如果您不是我们的客户也没问题,点击页面最右边的企业QQ在线咨询图标联系我们并购买后,我们为您免费进行无缝搬家服务,让您享受网站零访问延迟的迁移到道勤主机的服务! |