:::
討論區列表
所有討論
一般研習學員
有關Tad修改版..cbb 類別編輯問題!出現錯誤!
2008-03-06 19:40:53
ddr2000
在下的情況是
一般我自創討論板
程序是
1.先創類別
2.再新增討論板
而裡面不是可以編輯內容描述嗎?
如圖...
1
0
哇a 網站
重架從0重學^^"
買的書有打造個性/輕鬆打造/PHP+MYSQL快速入門!!
努力中!!
2008-03-07 07:41:56
ddr2000
發現問題點了!!
但我沒能力決解那裡出錯^^""
請先進大大看看!
1
0
哇a 網站
重架從0重學^^"
買的書有打造個性/輕鬆打造/PHP+MYSQL快速入門!!
努力中!!
2008-03-08 08:53:54
tad
這樣太辛苦了啦~
只要把圖放進 modules\newbb\images\category
那麼在類別直接就有下拉選單可以選圖拉~
1
0
網站有問題建議先參考:
XOOPS網站出問題了!自救十招!
XOOPS管理、備份、升級
2008-03-09 12:04:45
ddr2000
多謝老師!! 但另外發現一個樣版檔有問題!! newbb_viewall.html 此樣版檔 怪怪的! 下面無法分開對應!! 全集中了^^"連我的預設佈景也是如此!! 能力不足!! 請老師指導 [code]
<{$folder_topic}>
<{$forum_index_title}>
<{$folder_topic}>
<{$current_type}>
<{if $mode gt 1}>
<{/if}> <{if $viewer_level gt 1}>
<{if $mode gt 1}> <{$smarty.const._ALL}>:
<{$smarty.const._SELECT}>
<{$smarty.const._DELETE}>
<{if $type eq "pending"}>
<{$smarty.const._MD_APPROVE}>
<{$smarty.const._MD_MOVE}>
<{elseif $type eq "deleted"}>
<{$smarty.const._MD_RESTORE}>
<{else}>
<{$smarty.const._MD_MOVE}>
<{/if}>
|
<{$smarty.const._MD_TYPE_ADMIN}>
<{elseif $mode eq 1}>
<{$smarty.const._MD_TYPE_ADMIN}>
|
<{$smarty.const._MD_TYPE_PENDING}>
|
<{$smarty.const._MD_TYPE_DELETED}>
|
<{$smarty.const._MD_TYPE_SUSPEND}>
<{$smarty.const._MD_TYPE_VIEW}>
<{else}>
<{$smarty.const._MD_TYPE_ADMIN}>
<{/if}>
<{else}>
<{/if}>
<{if $menumode eq 0}>
<{$smarty.const._MD_TOPICOPTION}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALLPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_NEWPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALL}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_DIGEST}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREPLIED}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREAD}>
--------
<{foreach item=menu from=$menumode_other}>
<{$menu.title}>
<{/foreach}>
<{elseif $menumode eq 1}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALLPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_NEWPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALL}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_DIGEST}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREPLIED}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREAD}>
<{foreach item=menu from=$menumode_other}>
<{$menu.title}>
<{/foreach}>
<{$smarty.const._MD_TOPICOPTION}>
<{elseif $menumode eq 2}>
<{$smarty.const._MD_TOPICOPTION}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALLPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_NEWPOSTS}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_ALL}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_DIGEST}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREPLIED}>
<{$smarty.const._MD_VIEW}> <{$smarty.const._MD_UNREAD}>
<{foreach item=menu from=$menumode_other}>
<{$menu.title}>
<{/foreach}>
<{/if}>
<{$forum_pagenav}>
<{if $mode gt 1}> <{$smarty.const._ALL}>:
<{else}> <{/if}>
<{$smarty.const._MD_TOPICS}>
<{$smarty.const._MD_FORUM}>
<{$smarty.const._MD_REPLIES}>
<{$smarty.const._MD_POSTER}>
<{$smarty.const._MD_VIEWS}>
<{$smarty.const._MD_DATE}>
<{foreach name=loop item=topic from=$topics}>
">
<{if $mode gt 1}>
<{else}> <{$topic.topic_folder}> <{/if}>
<{$topic.topic_icon}>
<{if $topic.allow_prefix AND $topic.topic_subject}> <{$topic.topic_subject}> <{/if}> <{$topic.topic_title}>
<{$topic.attachment}> <{$topic.topic_page_jump}>
<{$topic.topic_forum_link}>
<{$topic.topic_replies}>
<{$topic.topic_poster}>
<{$topic.topic_views}>
<{$topic.topic_last_posttime}>
<{$smarty.const._MD_BY}> <{$topic.topic_last_poster}>
<{/foreach}> <{if $mode gt 1}> <{/if}>
<{strip}>
<{$smarty.const._MD_SORTEDBY}>
<{$forum_selection_sort}> <{$forum_selection_order}> <{$forum_selection_since}>
<{/strip}>
<{if $forum_pagenav}>
<{$forum_pagenav}>
<{/if}>
<{$img_newposts}> = <{$smarty.const._MD_NEWPOSTS}> (<{$img_hotnewposts}> = <{$smarty.const._MD_MORETHAN}>)
<{$img_folder}> = <{$smarty.const._MD_NONEWPOSTS}> (<{$img_hotfolder}> = <{$smarty.const._MD_MORETHAN2}>)
<{$img_locked}> = <{$smarty.const._MD_TOPICLOCKED}>
<{$img_sticky}> = <{$smarty.const._MD_TOPICSTICKY}>
<{$img_digest}> = <{$smarty.const._MD_TOPICDIGEST}>
<{$img_poll}> = <{$smarty.const._MD_TOPICHASPOLL}>
[
<{$smarty.const._MD_ADVSEARCH}>
]
<{$forum_jumpbox}>
<{if $online}><{include file="db:newbb_online.html"}><{/if}> <{include file='db:system_notification_select.html'}> [/code]
1
0
哇a 網站
重架從0重學^^"
買的書有打造個性/輕鬆打造/PHP+MYSQL快速入門!!
努力中!!
«
‹
1
(current)
›
»
:::
搜尋
search
進階搜尋
QR Code 區塊
快速登入
所有討論區
「PHP全端開發」線上課程討論區
XOOPS使用討論區
一般研習學員
社大學員專用
路過哈啦區
XOOPS佈景設計
XOOPS模組開發
Tad書籍區
即時留言簿
線上使用者
194
人線上 (
72
人在瀏覽
討論留言
)
會員: 0
訪客: 194
更多…
:::
主選單
NTPC OpenID
活動報名
模組控制台
進階區塊管理
站長工具箱(急救版)
網站地圖
Tad Tools 工具包
站長工具箱
行事曆
討論留言
嵌入區塊模組
快速登入
網站計數器
好站連結
最新消息
檔案下載
線上書籍
電子相簿
影音播放
常見問題
萬用表單
友站消息
社大學員
新聞
下載
教材
影音
討論
其他選單
好站連結
行事曆
電子相簿
常見問題
萬用表單
即時留言簿
友站消息
社大學員
登入
登入
帳號
密碼
登入