allthebest 發表於 2019-6-12 02:16:34

Discuz!x3.4 添加批量插入图片功能

\template\default\forum/ajax_imagelist.htm<br /><br />搜索:<br /><br /><ol><li>&lt;table cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; class=&quot;imgl&quot;&gt;&lt;tr&gt;</ol><br /><br />修改为:<br /><br /><ol><li>&lt;table cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; class=&quot;imgl&quot;&gt;&lt;tr&gt;<br /><li>&lt;a onclick=&quot;Allinimage();return false;&quot; href=&quot;javascript:;&quot; class=&quot;xi2&quot;&gt;&amp;#25554;&amp;#20837;&amp;#20840;&amp;#37096;&amp;#22270;&amp;#29255;&lt;/a&gt; </ol><br /><br />打开\static\js\forum_post.js<br /><br />最下部分加入<br /><br /><ol><li>function Allinimage() {<br /><li>var attachListObj = $('e_imgattachlist').getElementsByTagName(&quot;td&quot;);<br /><li>for(var i in attachListObj) {<br /><li>&nbsp;&nbsp;if(typeof attachListObj == &quot;object&quot;) {<br /><li>&nbsp; &nbsp;var attach = attachListObj;<br /><li>&nbsp; &nbsp;var ids = attach.id.split('_td_');<br /><li>&nbsp; &nbsp;if(ids == 'image') {<br /><li>&nbsp; &nbsp; insertAttachimgTag(ids);<br /><li>&nbsp; &nbsp; var txt = wysiwyg ? '\r\n&lt;br/&gt;' : '';<br /><li>&nbsp; &nbsp; insertText(txt, strlen(txt), 0);<br /><li>&nbsp; &nbsp;}<br /><li>&nbsp;&nbsp;}<br /><li>}&nbsp;&nbsp;<br /><li>doane();<br /><li>}</ol><br /><br />覆盖同名文件搞定template<em>, </em>default<em>, </em>forum<em>, </em>ajax<em>, </em>imagelist

站长 發表於 2019-6-16 14:43:34

感谢 学习一下

zh1007844330 發表於 2019-6-22 13:15:10

你好能不能发个实现后效果图的图片

yehui2512 發表於 2019-6-29 20:55:56

发个示例图

文曲 發表於 2022-12-30 12:13:27

Discuz!x3.4 添加批量插入图片功能 ,哪位大神可以帮忙远程处理呀,或者发个视频教一下呀?
頁: [1]
查看完整版本: Discuz!x3.4 添加批量插入图片功能