Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] x3编辑器问题

[复制链接]
html6 发表于 2013-5-13 22:24:52 | 显示全部楼层 |阅读模式
本帖最后由 html6 于 2013-5-13 22:42 编辑

一、//后台 - 论坛 - 版块管理 - 版块 - 帖子选项 - 允许使用html代码,然后发帖(帖子 附加选项 文本特性 勾选HTML 代码),插入代码,则无行号,如果不开启html代码,则正常。
偶查了下代码:
  1. <div id="highlighter_592977" class="syntaxhighlighter  " style="margin-top: 1em !important; margin-bottom: 1em !important; padding: 1px !important; border: 0px !important; outline: 0px !important; font-size: 16px; vertical-align: baseline !important; background-image: none !important; position: relative !important; float: none !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 702.0499877929688px; line-height: 1.6em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; min-height: inherit !important; color: rgb(51, 51, 51); "><div class="lines" style="border: 0px !important; outline: 0px !important; font-size: 0.97em; vertical-align: baseline !important; background-image: none !important; position: static !important; float: none !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.6em !important; min-height: inherit !important; "><div class="line alt1" style="border: 0px !important; outline: 0px !important; font-size: 0.97em; vertical-align: baseline !important; background-image: none !important; position: static !important; float: none !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.6em !important; min-height: inherit !important; "><div class="blockcode"><blockquote>article p {<br>   margin-bottom: 0.5em;<br>}</blockquote></div></div></div></div>
复制代码



二、//后台 - 论坛 - 版块管理 - 版块 - 帖子选项 - 允许使用html代码,然后发帖(帖子 附加选项 文本特性 勾选HTML 代码),在编辑器中选中图片居中,发布之后仍然居左,默认插入图片是 <p> 标签,居中无效。
  1. <p align="center"><ignore_js_op></ignore_js_op></p>
复制代码
如果将 <p> 标签换成 <div> ,则可以居中
  1. <div style="text-align: center;"><a href="http://codecanyon.net/item/advanced-slider-jquery-xml-slider/132618?ref=NetPremium"></a></div>
复制代码
但存在问题,就是带有超链接的图片,则图片左右空白区域都可以点击。


















//让代码模式勾选可选
source\include\post\post_editpost.php 这个文件,打开查找:
$editor['allowswitcheditor'] = 0;
$editor['allowswitcheditor'] = 0;
将2个0 都改成 1 ,只改第二个就是 纯文本勾选,都改则不勾选。



三、//后台 - 论坛 - 版块管理 - 版块 - 帖子选项 - 允许使用html代码,然后发帖(帖子 附加选项 文本特性 勾选HTML 代码),发布之后,再重新编辑帖子纯文本无法勾选。

偶自己找到的解决方法:
//让代码模式勾选可选
source\include\post\post_editpost.php 这个文件,打开查找:
  1. $editor['allowswitcheditor'] = 0;
  2. $editor['allowswitcheditor'] = 0;
复制代码
将2个0 都改成 1 ,只改第二个就是 纯文本勾选,都改则不勾选。



//默认勾选HTML代码
template\default\forum\post_editor_attribute.htm

查找
  1. <label for="htmlon"><input type="checkbox" name="htmlon" id="htmlon" class="pc" value="1" $htmloncheck />{lang post_html}</label>
复制代码
替换成
  1. <label for="htmlon"><input type="checkbox" name="htmlon" id="htmlon" class="pc" value="1" $htmloncheck  checked="checked" />{lang post_html}</label>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
bpxc 发表于 2013-7-7 20:11:59 | 显示全部楼层
请问图片不能居中的问题如何解决?
回复

使用道具 举报

 楼主| html6 发表于 2013-7-8 09:24:41 | 显示全部楼层
不能解决,这不是bug
回复

使用道具 举报

www.cyktzw.com 发表于 2013-8-9 21:22:14 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 04:55 , Processed in 0.031171 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表