修改Smilies显示
如果Smilies多了,又不想弹出窗口,还不想改动太多文件,就用我这个吧,用DIV实现,懂html语言的,一看就知道了.修改文件post.php post_sminsert.htm
1. 打开post.php,查找
[code]if($key >= $smcols * 6) [/code]
修改为
[code]if($key >= $smcols * 20) [/code]
其中的数字随便,根据自己的设定,就是达到多少行,就出现下边的那个 更多smilies...默认是6行...
打开post_sminsert.htm
用下边代码替代
[code]<!--{if isset($trade) && $allowposttrade}-->{lang post_trade_description}<!--{else}-->{lang message}<!--{/if}--> <a href="###" onclick="checklength(document.input)" class="smalltxt">[{lang post_check_length}]</a>:<br><br>
<span class="smalltxt">
{lang post_html} <span class="bold"><!--{if $forum['allowhtml'] || $allowhtml}-->{lang enabled}<!--{else}-->{lang disabled}<!--{/if}--></span><br>
<a href="faq.php?page=messages#6" target="_blank">{lang post_smilies}</a> <span class="bold"><!--{if $forum['allowsmilies']}-->{lang enabled}<!--{else}-->{lang disabled}<!--{/if}--></span><br>
<a href="faq.php?page=misc#1" target="_blank">{lang post_discuzcode}</a> <span class="bold"><!--{if $forum['allowbbcode']}-->{lang enabled}<!--{else}-->{lang disabled}<!--{/if}--></span><br>
{lang post_imgcode} <span class="bold"><!--{if $forum['allowimgcode']}-->{lang enabled}<!--{else}-->{lang disabled}<!--{/if}--></span>
</span><br><br>
<!--{if $smileyinsert}-->
<table cellpadding="3" cellspacing="0" width="90%" border="0" class="altbg1" style="border-width: 2px; border-style: outset" align="center">
<tr><td align="center" class="altbg1" style="border-width:1px; border-style:inset">{lang post_smilies}</td></tr>
<tr>
<td><div id="smilies" style="position:relative; top:0px; left:0px; width:100%; height:250px; z-index:1; overflow: auto"><table width="100%" cellpadding="0" cellspacing="0">
$smilies</table></div></td>
</tr>
<!--{if $moresmilies}-->
<tr>
<td align="center"><br>
<a href="###" class="smalltxt"
onclick="window.open('post.php?action=smilies', '', 'width=200,height=500,resizable=yes,scrollbars=yes');">
<span class="bold">{lang post_smilies_more}</span></a></td>
</tr>
<!--{/if}-->
</table>
<!--{/if}-->
[/code] [img]http://www.discuz.net/attachments/month_0601/4dreams%20-%20smilies_T9EO0JZZOKRX.jpg[/img] 还能继续下拉 长一点吗? 真是太好了
我就是在找這個呢! 不错不错 好东东
,, 不错!好东西......
谢谢了,又
*** 作者被禁止或删除 内容自动屏蔽 ***狂贴了~
*** 作者被禁止或删除 内容自动屏蔽 ***页:
[1]