在转贴其它论坛上的帖子时,如果帖子中含有较多的图片及链接时,使用本转换插件可以方便地对原帖进行UBB转换。
转换为可以直接发布的UBB代码
效果还是看本站
安装方法:
1、将EasyPaste.js上传到论坛的/images/post/目录下
2、修改后台风格模板page_post的的template.html(0):
(1)、找到
| <script language = "javascript" src="images/post/DhtmlEdit.js" type="text/javascript"></script> |
下面添加:
<!-- 梦之岛易可贴调用开始 --> <Script Src="images/post/EasyPaste.js"></Script> <script language=VBScript> <!-- function encode(str) str = Replace(str, CHR(32), " ") str = Replace(str, CHR(13), "") str = Replace(str, CHR(10) & CHR(10), "</P><P>") str = Replace(str, CHR(10), "<BR>") encode=str end function --> </script> <!-- 梦之岛易可贴调用结束 --> |
(2)、找到
| {$getubb}<div id="constr"></div> |
将其替换为
<!-- 梦之岛易可贴代码开始 --> <table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0"> <tr> <td>{$getubb}<div id="constr"></div></td> </tr> <tr> <td>以下框架内为[易可贴]工具,好好使用让你发帖更轻松</td> </tr> <tr> <td><TABLE borderColor="#cccccc" cellSpacing="1" width="590" bgColor="#006699" border="0"> <TBODY> <TR> <TD class=tablebody2> <INPUT onclick="copy1(encode(trans(linka.checked,img.checked,odj.checked,stext.checked,font.checked,font_color.checked,font_size.checked,font_face.checked,font_b.checked,font_i.checked,font_u.checked)))" type="button" style="WIDTH: 100px" value="易可贴(增加)"> <INPUT onclick="copy2(encode(trans(linka.checked,img.checked,odj.checked,stext.checked,font.checked,font_color.checked,font_size.checked,font_face.checked,font_b.checked,font_i.checked,font_u.checked)))" type="button" style="WIDTH: 100px" value="易可贴(覆盖)"> <INPUT onclick="gopreview()" type="button" style="WIDTH: 80px" value="预览内容"> <INPUT onclick="ClearReset()" type="button" style="WIDTH: 80px" value="清空内容"> <BR/> <LABEL for=“linka”><INPUT id="linka" type=checkbox>链接</LABEL> <LABEL for=img><INPUT id=img type=checkbox>图片</LABEL> <LABEL for=odj><INPUT id=odj type=checkbox>媒体</LABEL> <LABEL for=stext><INPUT id=stext type=checkbox>文字</LABEL> <LABEL for=font><INPUT id=font onclick=font_color.checked=this.checked;font_size.checked=this.checked;font_face.checked=this.checked;font_b.checked=this.checked;font_i.checked=this.checked;font_u.checked=this.checked; type=checkbox>文字属性</LABEL> <LABEL for=font_color><INPUT id=font_color type=checkbox>颜色</LABEL> <LABEL for=font_size><INPUT id=font_size type=checkbox>尺寸</LABEL> <LABEL for=font_face><INPUT id=font_face type=checkbox>字体</LABEL> <LABEL for=font_b><INPUT id=font_b type=checkbox>粗体</LABEL> <LABEL for=font_i><INPUT id=font_i type=checkbox>斜体</LABEL> <LABEL for=font_u><INPUT id=font_u type=checkbox>划线</LABEL> </TD></TR></TBODY></TABLE> ※ 易可帖:可将其他复制的内容,迅速转换成论坛使用的UBB代码。<br/> ※ 注 意:打勾为不需要的内容,在点击易可贴前,请选择好您不需要的内容。 <DIV><TEXTAREA class=textarea onbeforepaste="if(document.getElementById('x_paste').checked){window.clipboardData.setData('text',trans(linka.checked));this.focus();}" id="text" style="WIDTH: 0px; HEIGHT: 0px;overflow:auto;"></TEXTAREA> <IFRAME id=rtf style="WIDTH: 0px; HEIGHT: 0px" marginWidth=0 marginHeight=0 src="about:blank" scrolling=no></IFRAME><LABEL for="x_paste"></LABEL></DIV> <Script>rtf.document.designMode="On";</Script></td> </tr> </table> <!-- 梦之岛易可贴代码结束 --> |
JS下载地址
http://www.52mzd.com/images/post/EasyPaste.js
[此贴子已经被作者于2007-10-15 16:39:37编辑过]