### 模板結構
[上一頁](# "上一頁")[下一頁](# "下一頁")
**ThinkCMF模板目錄結構如下:**
|--tpl
????|--simplebootx
????????|--Portal
????????????|--index.html
模板開發時我們僅需要在tpl目錄下創建一個模板文件夾,假設為simplebootx,simplebootx文件夾下我們需要創建一個應用名稱的文件夾,比如Portal。一般情況下我們還會創建一個Public文件夾用來存放公共的css,js等資源文件。
|--tpl
????|--simplebootx ? ? ? ? ? ? ? ? ? ? ? ?//模板目錄
????????|--Comment
????????????|--comment.html????????? ?//評論模板,{:Comments()}中會調用
????????????|--index.html????????????//用戶中心評論模板(鏈接:comment/comment/index)
????????|--Portal
????????????|--404.html ? ? ? ? ? ? ?//錯誤模板
????? ? ? ??|--article.html????????? //默認文章頁模板
????????????|--contact.html ? ? ? ? //聯系我們頁面模板,可以后臺頁面編輯里更改,只需寫文件名contact
????????????|--index.html ? ? ? ? ? //首頁模板
????????????|--list_masonry.html? ? ? ? //文章列表頁瀑布流模板
????????????|--list.html ? ? ? ? ? ? ? //文章列表頁模板
????????????|--page.html ? ? ? ? ? //默認頁面模板
????????????|--product.html ? ? ? //產品列表頁模板,可以在后臺分類編輯里設置列表頁模板,只需寫文件名product
????????????|--search.html ? ? ? ? ? //文章搜索頁模板
????????|--Public?????????????????????//模板公共資源目錄
????? ? ? ??
????????|--User
????????????|--Profile
????????????????|--avatar.html ?//頭像編輯界面
????????????????|--bang.html ? ?//第三方賬號綁定界面
????????????????|--edit.html ? ?//資料編輯界面
????????????????|--password.html //密碼修改界面
????????????|--active.html????????? ?//用戶激活模板
????????????|--center.html????????//用戶中心模板
????? ? ????|--disable.html??????????//用戶未激活,重發激活郵件模板
????????????|--favorite.html ? ? ?//我的收藏模板
????????????|--forgot_password.html //忘記密碼模板
????????????|--index.html ? ? ? ? ?//用戶主頁,公開主頁
????????????|--login.html ? ? ? ? ?//用戶登錄模板
????????????|--password_reset.html ?//密碼重置模板
????????????|--register.html ? ? ? ?//用戶注冊模板
????????|--config.html????????? ? //模板配置文件
????????|--jump.html ? ? ? ? ? ? ?//系統跳轉頁模板
????? ? |--error.html????????????? ?//系統action錯誤模板
????? ? |--success.html????????????//系統action操作成功模板
????
[上一頁](# "上一頁")[下一頁](# "下一頁")
- 序言
- 序言
- 關于ThinkCMF
- 關于BootStrap
- 基礎
- ThinkCMF V版本和X版本的區別
- 開發規范
- 調試模式
- 如何獲取
- 環境要求
- 安裝使用
- 備份與恢復
- 函數和類庫
- sp_is_mobile
- Comments
- sp_check_verify_code
- hook
- sp_get_plugin_class
- sp_scan_dir
- sp_get_plugin_config
- sp_plugin_url
- sp_is_sae
- sp_auth_check
- sp_get_current_admin_id
- get_current_admin_id
- get_current_userid
- leuu()
- sp_asset_relative_url
- sp_authcode
- sp_authencode
- sp_check_user_action()
- sp_clear_cache
- sp_content_page()
- sp_file_write
- sp_get_asset_upload_path
- sp_get_cmf_settings
- sp_get_comments
- sp_get_current_user
- sp_get_current_userid()
- sp_get_favorite_key()
- sp_get_host()
- sp_get_menu()
- sp_get_relative_url()
- sp_get_theme_path()
- sp_get_users()
- sp_getad()
- sp_getcontent_imgs()
- sp_getlinks()
- sp_getslide()
- sp_is_user_login()
- sp_param_lable()
- sp_password()
- sp_random_string()
- sp_send_email()
- sp_set_dynamic_config
- sp_update_current_user()
- sp_verifycode_img()
- UU()
- 系統擴展
- ThinkCMF應用開發流程
- 后臺隱藏的后臺菜單管理功能
- 幾個重要基類
- 引入第三方庫
- 門戶應用
- 函數庫
- sp_sql_posts()
- sp_sql_posts_paged_bycatid
- sp_sql_posts_bycatid
- sp_sql_page()
- sp_sql_posts_paged()
- sp_get_child_terms
- sp_get_terms()
- sp_get_term()
- sp_sql_post()
- sp_sql_posts_paged_bykeyword
- 門戶模板制作
- 文章列表頁制作
- 文章內頁制作
- 頁面制作
- 獲取文章的各種方式
- 熱門文章組件制作
- seo優化
- 模板制作
- 模板標簽
- tc_include
- foreach
- 模板結構
- 最新評論組件制作
- 最新加入組件制作
- 本站用戶登錄模板制作
- 本站用戶注冊模板制作
- 忘記密碼模板制作
- 密碼重置
- 評論組件
- 模板資源文件引入
- 手機模板
- 點贊組件
- 如何收藏
- 標簽規則
- 全局變量
- 模板注釋
- 菜單導航制作
- 幻燈片制作
- 廣告位制作
- 友情鏈接制作
- 添加留言控件
- 模板自定義函數庫
- 案例
- 插件開發
- 插件
- 插件鉤子
- 插件配置文件
- 插件類主文件
- 插件開發流程
- 插件控制器
- 插件數據庫模型
- 插件后臺管理控制器
- 后臺管理
- SMTP配置