x3.3 突然发现编辑时,附件列表消灭了,折腾了很久,找到了模版里的代码位置,但不知道如何改写。
div class="p_opt post_tablelist" id="e_attachlist" style="display: none;"
style="display: none;"这一句,模板里没有,为什么在 web 页面里面有?导致图片或者附件列表不显示。
原始模板如下 /template/default/forum/editor_menu_forum.htm
<div class="p_opt post_tablelist" unselectable="on" id="{$editorid}_attachlist">
div class="p_opt post_tablelist" id="e_attachlist" style="display: none;"
style="display: none;"这一句,模板里没有,为什么在 web 页面里面有?导致图片或者附件列表不显示。
原始模板如下 /template/default/forum/editor_menu_forum.htm
<div class="p_opt post_tablelist" unselectable="on" id="{$editorid}_attachlist">