今天跟版網(wǎng)小編在使用織夢圖集編輯器的時候發(fā)現(xiàn)圖集編輯器的功能要比文章的編輯器少很多,發(fā)布內(nèi)容的時候很不好用,比如圖片居中,編輯居中等功能,具體不知道官方為何將這個編輯器簡化的,我們?nèi)绾螌⒕庉嬈鞲某晌恼碌囊粯幽??圖......
以下是【金聰采編】分享的內(nèi)容全文:
以下是【金聰采編】分享的內(nèi)容全文:
圖集編輯器:
文章編輯器:
修改方法如下:
將/dede/templets/album_edit.htm 中的
<?php GetEditor("body",$body,450,"Diy"); ?> |
換成
<?php GetEditor("body",$addRow['body'],450); ?> |
將/dede/templets/album_add.htm 中的
<?php GetEditor("body","",450,"Diy"); ?> |
換成
<?php GetEditor("body",$addRow['body'],450); ?> |
編輯器的寬度不夠用的話,可以改下這個td的寬度,默認為800,改為1100
<tr> <td height="24" colspan="4" class="bline"><table width="1100" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="90"> 圖集內(nèi)容:</td> <td><?php GetEditor("body",$addRow['body'],1100); ?></td> </tr> </table></td> </tr> |

侵權(quán)舉報/版權(quán)申訴





