Datalife Engine · 2019年11月5号 0

Datalife Engine :发布文章时,描述字段的富文本编辑器

描述字段不需要富文本编辑器,普通textarea即可。

模板:\templates\xxx\addnews.tpl

[code][not-wysywyg]
<div class=”bb-editor”>
{bbcode}
<textarea name=”short_story” id=”short_story” onfocus=”setFieldName(this.name)” rows=”8″ class=”wide” required>{short-story}</textarea>
</div>
[/not-wysywyg]
{shortarea}[/code]

把[not-wysywyg][/not-wysywyg]两个标签和{shortarea}删除即可。