- 阅读权限
- 30
- 精华
- 0
- 最后登录
- 2011-11-19
- 积分
- 337
- 帖子
- 291
- 威望
- 5
- 金币
- 36 个
- 体力
- 277
- 激情
- 174
- 注册时间
- 2006-5-2
 
- UID
- 358847
- 积分
- 337
- 帖子
- 291
- 威望
- 5
- 在线时间
- 12 小时
- 注册时间
- 2006-5-2
|
#############################################
插件名称:转贴工具集合于面板(防干扰)for DZ 5.5
适用版本:DZ 5.X
修 改:klgd
修 改:修正编辑帖子不能更新附件的BUG
数据升级:无
最后更新:2007-3-25
备 注:
增加文件
templates/default/convert.htm
#############################################
因为convert.htm里有个</form>和post_editpost.htm(编辑帖子)里的发生冲突导致BUG出现
更新:
只需要修改post_editpost.htm(编辑帖子)就行了~
把- {template convert}<!--hack by ke5.cn-->
复制代码
放在
的下面
更新完毕!
把它放到这个位置,看着有点不舒服
但是其他没地方可放,大家将就点吧~
还有其他问题可以PM我~
***************************************************************************************
5.5全新安装开始:
一.修改模板post_newthread.htm(发表主题)
1.查找
- <input type="button" class="lightbutton" value=" {lang post_topicreset} " tabindex="104" onclick="clearcontent()">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
3.查找
- {lang post_submit_hotkey}
- </div>
复制代码
在下面加
- {template convert}<!--hack by ke5.cn-->
复制代码
二.修改模板post_editpost.htm(编辑帖子)
1.查找
- <input type="button" class="lightbutton" value=" {lang post_topicreset} " tabindex="104" onclick="clearcontent()">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
3.查找
在下面加
- {template convert}<!--hack by ke5.cn-->
复制代码
三.修改模板forumdisplay.htm(快速发贴)和viewthread.htm(快速回复)
这个有点影响美观,可以根据自己需要选择
1.查找
- <input type="reset" class="lightbutton" name="topicsreset" value="{lang post_topicreset}" tabindex="6">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
2.查找
- </td>
- <script type="text/javascript">
复制代码
在上面加
- {template convert}<!--hack by ke5.cn-->
复制代码
*************************************************************************************
5.0全新安装开始:
一.修改模板post_newthread.htm(发表主题)
1.查找
- <input type="button" class="lightbutton" value=" {lang post_topicreset} " tabindex="103" onclick="clearcontent()">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
3.查找
- {lang post_submit_hotkey}
- </div>
复制代码
在下面加
- {template convert}<!--hack by ke5.cn-->
复制代码
二.修改模板post_editpost.htm(编辑帖子)
1.查找
- <input type="button" class="lightbutton" value=" {lang post_topicreset} " tabindex="103" onclick="clearcontent()">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
3.查找
在下面加
- {template convert}<!--hack by ke5.cn-->
复制代码
三.修改模板forumdisplay.htm(快速发贴)
1.查找
- <input type="reset" class="lightbutton" name="topicsreset" value="{lang post_topicreset}" tabindex="5">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
2.查找
- </td>
- <td width="18%" class="altbg1">
复制代码
在上面加
- {template convert}<!--hack by ke5.cn-->
复制代码
四.修改模板viewthread.htm(快速回复)
1.查找
- <input type="reset" name="topicsreset" class="lightbutton" value="{lang post_topicreset}" tabindex="5">
复制代码
在下面加
- <!--hack by ke5.cn-->
- <INPUT type="button" class="lightbutton" value="转贴工具" onclick="zhuantie.style.display=zhuantie.style.display=='none'?'block':'none'">
- <iframe id=rtf style="MARGIN-LEFT: 0px;WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></iframe>
- <script>rtf.document.designMode="On";</script>
- <!--hack by ke5.cn-->
复制代码
2.查找
- </td>
- <td width="18%" class="altbg1">
复制代码
在上面加
- {template convert}<!--hack by ke5.cn-->
复制代码
全新安装结束。
[ 本帖最后由 klgd 于 2007-3-25 16:29 编辑 ] |
|