phpBB论坛 代码 语法高亮 模块 Codebox Plus

phpBB代码语法高亮模块 Codebox Plus

Code-By.Org

(https://www.phpbb.com/customise/db/mod/codebox_plus/)
(https://github.com/o0johntam0o/phpBB-Extension-Codebox-Plus)php

安装后在 ACP > 自定 选项卡中开启git

定制:github

默认代码是折叠起来的,在扩展选项卡中(若是是第一次安装模块,须要刷新后才出现这个选项卡),将Display expanded 设为是
默认字体为monospace,可是系统没有安装的话就会显示成别的字体。推荐字体:consolas, 修改位置:
includes/geshi/geshi.php:458行
var $overall_style = 'font-family:consolas;';字体

默认代码字体过小,一样是458行,添加font-size选项 修改示例:
var $overall_style = 'font-family:consolas; font-size: 15px';spa

相关文章
相关标签/搜索