crx349 发表于 2015-3-6 00:07:40

Discuz! x3.2发帖时默认打开附加选项等功能

就是在发帖时想让附加选项等功能默认是打开的

如果您想发帖时默认打开附加选项

附加选项部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_additional_b" onclick="showExtra('extra_additional')">



替换為

<label id="extra_additional_b" class="a" onclick="showExtra('extra_additional')">



再查找

<div class="exfm cl" id="extra_additional_c" style="display: none;">



替换為

<div class="exfm cl" id="extra_additional_c" style="display: block;">



修改前请先备份
修改后记得更新缓存

修改前

修改后





如果您想发帖时默认打开阅读权限
阅读权限部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_readperm_b" onclick="showExtra('extra_readperm')">



替换為

<label id="extra_readperm_b" class="a" onclick="showExtra('extra_readperm')">



再查找

<div id="extra_readperm_c" class="exfm cl" style="display:none">


替换為

<div id="extra_readperm_c" class="exfm cl" style="display:block;">



修改前请先备份
修改后记得更新缓存

修改前

修改后



如果您想发帖时默认打开回帖奖励
回帖奖励部分


打开



template/default/forum/post_editor_attribute.htm 文件



查找


<label id="extra_replycredit_b" onclick="showExtra('extra_replycredit')">



替换為




<label id="extra_replycredit_b" class="a" onclick="showExtra('extra_replycredit')">





再查找



<div id="extra_replycredit_c" class="exfm cl" style="display: none;">




替换為




<div id="extra_replycredit_c" class="exfm cl" style="display: block;">


修改前请先备份
修改后记得更新缓存


如果您想发帖时默认打开抢楼主题
抢楼主题部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_rushreplyset_b" onclick="showExtra('extra_rushreplyset')">


替换為

<label id="extra_rushreplyset_b" class="a" onclick="showExtra('extra_rushreplyset')">



再查找

<div class="exfm cl" id="extra_rushreplyset_c" style="display: none;">



替换為

<div class="exfm cl" id="extra_rushreplyset_c" style="display: block;">



修改前请先备份
修改后记得更新缓存



如果您想发帖时默认打开主题售价
主题售价部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_price_b" onclick="showExtra('extra_price')">


替换為

<label id="extra_price_b" class="a" onclick="showExtra('extra_price')">



再查找

<div id="extra_price_c" class="exfm cl" style="display:none">



替换為

<div id="extra_price_c" class="exfm cl" style="display:block;">


修改前请先备份
修改后记得更新缓存


如果您想发帖时默认打开主题标籤
主题标籤部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_tag_b" onclick="showExtra('extra_tag')">



替换為

<label id="extra_tag_b" class="a" onclick="showExtra('extra_tag')">



再查找

<div id="extra_tag_c" class="exfm cl" style="display: none;">



替换為

<div id="extra_tag_c" class="exfm cl" style="display: block;">



修改前请先备份
修改后记得更新缓存


如果您想发帖时默认打开定时发佈
定时发佈部分

打开

template/default/forum/post_editor_attribute.htm 文件

查找

<label id="extra_pubdate_b" onclick="showExtra('extra_pubdate')">



替换為

<label id="extra_pubdate_b" class="a" onclick="showExtra('extra_pubdate')">



再查找

<div class="exfm cl" id="extra_pubdate_c" style="display: none;">



替换為

<div class="exfm cl" id="extra_pubdate_c" style="display: block;">



修改前请先备份
修改后记得更新缓存
页: [1]
查看完整版本: Discuz! x3.2发帖时默认打开附加选项等功能