- 積分
- 2493
- 威望
- 2493
- 金錢
- 2110
- 最後登錄
- 2020-7-18
|
[教學] 帖内回复栏增加隐藏按钮 (hide)不需高级模式
不选择高级模式回复,也能显示隐藏代码
- 1:打开viewthread_fastpost.htm
- 找到:
- {eval $seditor = array('fastpost', array('bold', 'color', 'img', 'link', 'quote', 'code', 'smilies'));}
- 修改:
- {eval $seditor = array('fastpost', array('bold', 'color', 'img', 'link','hide', 'quote', 'code', 'smilies'));}
- 2:打开seditor.htm
- 找到:
- <a href="javascript:;" title="{lang e_url}" class="tb_link" onclick="seditor_insertunit('$seditor[0]', '[url]', '[/url]')">Link</a>
- <!--{/if}-->
- 下面加:
- <!--{if in_array('hide', $seditor[1])}-->
- <a href="javascript:;" title="{lang e_hide}" class="tb_hide" onclick="seditor_insertunit('$seditor[0]', '[hide]', '[/hide]')">Hide</a>
- <!--{/if}-->
- 3:打开css_seditor.htm
- 找到:
- .editor_tb div a.tb_link { background-position: -3px -121px; }
複製代碼 下面加:
本帖隱藏的內容需要回復才可以瀏覽
原贴:http://oocn.258club.com/thread-5462-1-1.html |
|