繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
标题:
高仿X3发帖附加选项
[打印本页]
作者:
無名
时间:
2020-4-27 15:24
标题:
高仿X3发帖附加选项
来源:
bone
作者:
骨头
[attach]259[/attach]
打开post模板找到:
<div class="columntype">
<table cellpadding="0" cellspacing="0"><tr>
<!--{if $tagstatus}-->
<td class="firstlist posttags">
<p><strong>{lang post_tag}:</strong> {lang tag_comment}</p>
<p><input type="text" name="tags" id="tags" class="txt" value="$threadtags" tabindex="1" /><button name="addtags" type="button" onclick="relatekw();return false">+{lang searchtags}</button> <span id="tagselect"></span></p>
</div>
</td>
<!--{/if}-->
<!--{if $allowsetreadperm}-->
<td class="firstlist">
<p><strong>{lang readperm}:</strong></p>
<p><input type="text" name="readperm" value="$thread[readperm]" class="txt" tabindex="1" /> {lang post_zero_is_nopermission}</p>
</td>
<!--{/if}-->
<!--{if $maxprice && !$special}-->
<td class="firstlist">
<p><strong>{lang price}</strong>({$extcredits[$creditstransextra[1]][title]}):</p>
<p><input type="text" name="price" value="$thread[pricedisplay]" class="txt" tabindex="1" /> {$extcredits[$creditstransextra[1]][unit]} <span title="{lang post_price_free_comment}">{lang post_price_comment}</span>
</td>
<!--{/if}-->
</tr></table>
</div>
<!--{/if}-->
<!--{if $maxprice && ($action == 'newthread' || $action == 'edit' && $isfirstpost)}-->
<span class="lighttxt">
<!--{if $maxincperthread}--><img src="{IMGDIR}/arrow_right.gif" />{lang post_price_income_comment}<!--{/if}-->
<!--{if $maxchargespan}--><img src="{IMGDIR}/arrow_right.gif" />{lang post_price_charge_comment}<!--{if $action == 'edit' && $freechargehours}-->{lang post_price_free_chargehours}<!--{/if}--><!--{/if}-->
</span>
<!--{/if}-->
<div class="columntype">
<h4>{lang post_option}:</h4>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="firstlist">
<!--{if ($forum['allowhtml'] || ($action == 'edit' && ($org['htmlon'] & 1))) && $allowhtml}-->
<p><input type="checkbox" name="htmlon" id="htmlon" value="1" $htmloncheck /><label for="htmlon">{lang post_html}</label></p>
<!--{else}-->
<p><input type="checkbox" name="htmlon" id="htmlon" value="0" $htmloncheck disabled="disabled" /><label for="htmlon">{lang post_html}</label></p>
<!--{/if}-->
<p><input type="checkbox" id="allowimgcode" disabled{if $forum['allowimgcode']} checked="checked"{/if} /><label for="allowimgcode">{lang post_imgcode}</label></p>
</td>
<td>
<p><input type="checkbox" name="parseurloff" id="parseurloff" value="1" $urloffcheck tabindex="1" /><label for="parseurloff">{lang disable} {lang post_parseurl}</label></p>
<p><input type="checkbox" name="smileyoff" id="smileyoff" value="1" $smileyoffcheck tabindex="1" /><label for="smileyoff">{lang disable} {faq smilies}</label></p>
<p><input type="checkbox" name="bbcodeoff" id="bbcodeoff" value="1" $codeoffcheck tabindex="1" /><label for="bbcodeoff">{lang disable} {faq discuzcode}</label></p>
<!--{if $tagstatus && ($action == 'newthread' || $action == 'edit' && $isfirstpost)}-->
<p><input type="checkbox" name="tagoff" id="tagoff" {if !empty($tagoffcheck)}checked="checked"{/if} tabindex="1" /><label for="tagoff">{lang disable} {lang tag_parse}</label></p>
<!--{/if}-->
</td>
<td>
<!--{if $discuz_uid}-->
<!--{if $action == 'newthread' || $action == 'edit' && $isfirstpost}-->
<p><input type="checkbox" name="ordertype" id="ordertype" value="1" $ordertypecheck tabindex="1" /><label for="ordertype">{lang post_descview}</label></p>
<!--{/if}-->
<!--{if $action == 'newthread'}-->
<p><input type="checkbox" name="attention_add" id="attention_add" checked="checked" value="1" /><label for="attention_add">{lang attention_add}</label></p>
<!--{elseif $action == 'reply' || $action == 'edit'}-->
<!--{if $has_attention}-->
<p><input type="checkbox" name="attention_remove" id="attention_remove" value="1" /><label for="attention_remove">{lang attention_remove}</label></p>
<!--{else}-->
<p><input type="checkbox" name="attention_add" id="attention_add" value="1" /><label for="attention_add">{lang attention_add}</label></p>
<!--{/if}-->
<!--{/if}-->
<!--{/if}-->
<p><input type="checkbox" name="usesig" id="usesig" value="1" {if !$maxsigsize}disabled {else}$usesigcheck {/if}tabindex="1" /><label for="usesig">{lang post_show_sig}</label></p>
<!--{if $action != 'edit'}-->
<!--{if $allowanonymous}--><p><input type="checkbox" name="isanonymous" id="isanonymous" value="1" tabindex="1" /><label for="isanonymous">{lang post_anonymous}</label></p><!--{/if}-->
<!--{else}-->
<!--{if $allowanonymous || (!$allowanonymous && $orig['anonymous'])}--><p><input type="checkbox" name="isanonymous" id="isanonymous" value="1" {if $orig['anonymous']}checked="checked"{/if} tabindex="1" /><label for="isanonymous">{lang post_anonymous}</label></p><!--{/if}-->
<!--{/if}-->
</td>
<td>
<!--{if $action == 'newthread' && $forum['ismoderator'] && ($allowdirectpost || !$forum['modnewposts'])}-->
<!--{if $action == 'newthread' && $forum['ismoderator'] && ($allowdirectpost || !$forum['modnewposts'])}-->
<p><input type="checkbox" name="sticktopic" id="sticktopic" value="1" $stickcheck tabindex="1" /><label for="sticktopic">{lang post_stick_thread}</label></p>
<p><input type="checkbox" name="addtodigest" id="addtodigest" value="1" $digestcheck tabindex="1" /><label for="addtodigest">{lang post_digest_thread}</label></p>
<!--{/if}-->
<!--{elseif $action == 'edit' && $auditstatuson}-->
<p><input type="checkbox" name="audit" id="audit" value="1"><label for="audit">{lang auditstatuson}</label></p>
<!--{/if}-->
<!--{if $uchome['addfeed'] && $ucappopen['UCHOME'] && $forum['allowfeed']}-->
<p><input type="checkbox" name="addfeed" id="addfeed" value="1" $addfeedcheck><label for="addfeed">{lang addfeed}</label></p>
<!--{/if}-->
<!--{if $action == 'newthread' || $action == 'edit' && $isfirstpost}-->
<p><input type="checkbox" name="hiddenreplies" id="hiddenreplies"{if $hiddenreplies} checked="checked"{/if} value="1"><label for="hiddenreplies">{lang hiddenreplies}</label></p>
<!--{/if}-->
<!--{if $action == 'newthread' && $allowpostrushreply}-->
<p><input type="checkbox" name="rushreply" id="rushreply" value="1"><label for="rushreply">{lang rushreply}</label></p>
<!--{/if}-->
<!--{if $action == 'edit' && getstatus($thread['status'], 3)}-->
<p><input type="checkbox" disabled="disabled" checked="checked"><label for="rushreply">{lang rushreply}</label></p>
<!--{/if}-->
</td>
</tr>
</table><br />
</div>
<div class="btnbar">
复制代码
修改为:
本帖隐藏的内容需要回复才可以浏览
作者:
东窗凝月
时间:
2020-4-29 07:31
[colorT]打包带走,不解释![/colorT]
欢迎光临 i-share 爱生活爱分享 (http://i-share.funbbs.me/)
Powered by Discuz! 7.2