lajox 当前离线
新手上路
使用说明: 1. 上传 Fckeditor 到 默认的目录 下 2. 修改 模板文件 比如我们用的是 Bo-Blog 那么我们就在 template/您的模板/elements.php 里 在相应位置加上面那句代码 比如 在 <title>{pagetitle}{blogname} - {blogdesc}</title> 下面添加: <link rel="stylesheet" href="editor/fckeditor/editor/plugins/insertcode/insertcode.css"> <link rel="stylesheet" href="editor/fckeditor/editor/plugins/HighLighter/dp.SyntaxHighlighter/Styles/SyntaxHighlighter.css"> 需要注意的是: 如果你的blog 不是放在根路径 而是放在 比如 /blog 的路径下的话, 还要修改 editordef.php 中的 oFCKeditor.BasePath = '/editor/fckeditor/' 语句 为您的 blog路径地址 oFCKeditor.BasePath = '/blog/editor/fckeditor/'。
还要修改 editordef.php 中的 oFCKeditor.BasePath = '/editor/fckeditor/' 语句 为您的 blog路径地址 oFCKeditor.BasePath = '/blog/editor/fckeditor/'。
订阅 TOP
TOP
插入FLV视频功能 for FCKeditor: 说明: 把insertvideo复制到 fckeditor/editor/plugins文件夹下 修改fckeditor文件夹下的fckconfig.js 在最后一行加上FCKConfig.Plugins.Add('insertvideo', 'zh-cn,en'); 最后在工具栏里引用'insertvideo' 即在 FCKConfig.ToolbarSets["Default"] 中 相应位置 加入 'insertvideo'
vjuke 当前离线
注册会员
lixueao 当前离线
bingwei 当前离线