-
Notifications
You must be signed in to change notification settings - Fork 14
Template files
kaguy4 edited this page Sep 27, 2023
·
1 revision
You will see 4 template files:
- kokoimg.tpl
- kokoimgreply.tpl
- kokotxt.tpl
- kokotxtreply.tpl
By default, both TEMPLATE_FILE and REPLY_TEMPLATE_FILE on config.php is kokoimg.tpl
If you are using kokonotsuba with its "imageboard" mode and want to customize your reply pages to be different than the board index page, you can change REPLY_TEMPLATE_FILE to kokoimgreply.tpl and modify that file as you want.
If you are using it for its "textboard" mode, you will probably want to set kokotxt.tpl as TEMPLATE_FILE and kokotxtreply.tpl as REPLY_TEMPLATE_FILE. The distinction is there so on styles like Pseud0ch, there can be a traditional brick background only on the index pages.