⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usergroupsinfo.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
📖 第 1 页 / 共 4 页
字号:
									<input class="radio" type="radio" name="allowanonymous" value="1" ${userGroup.allowanonymous==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowanonymous" value="0" ${userGroup.allowanonymous==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许设置帖子权限:</b>
									<br />
									<span class="smalltxt">设置是否允许设置帖子需要指定阅读权限才可浏览</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowsetreadperm" value="1" ${userGroup.allowsetreadperm==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowsetreadperm" value="0" ${userGroup.allowsetreadperm==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>主题(附件)最高售价:</b>
									<br />
									<span class="smalltxt">主题(附件)出售使得作者可以将自己发表的主题(附件)隐藏起来,只有当浏览者向作者支付相应的交易积分后才能查看主题(附件)内容。此处设置用户出售主题(附件)时允许设置的最高价格,0
										为不允许用户出售。注意: 本功能需在 JspRun!
										选项中启用交易积分后才可使用。如开启版主及管理员的出售主题(附件)功能,请将其最高价格设置为高于普通用户组允许的最高价格,这样在帖子被编辑时不至于导致主题(附件)售价的硬性下调</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="maxprice"
										value="${userGroup.maxprice}" maxlength="5">
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许使用 [hide] 代码:</b>
									<br />
									<span class="smalltxt">设置是否允许帖子中使用 [hide] 隐藏标签</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowhidecode" value="1" ${userGroup.allowhidecode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowhidecode" value="0" ${userGroup.allowhidecode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许使用 HTML 代码:</b>
									<br />
									<span class="smalltxt">选择“是”则无论论坛设置是否允许,该用户组的作者都可以选择在帖子中直接使用
										HTML 代码。注意: 开放 HTML
										功能将产生安全隐患,请慎用。建议只在十分必要的情况下使用,并限制只开放给最核心的管理人员</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowhtml" value="1" ${userGroup.allowhtml==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowhtml" value="0" ${userGroup.allowhtml==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许使用自定义 JspRun! 代码:</b>
									<br />
									<span class="smalltxt">设置是否解析用户帖子中的自定义 JspRun! 代码。注意:
										自定义 JspRun! 代码由管理员在系统设置中自行定义,不包括系统内置的数十种代码</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowcusbbcode" value="1" ${userGroup.allowcusbbcode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowcusbbcode" value="0" ${userGroup.allowcusbbcode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许自我介绍中使用 JspRun! 代码:</b>
									<br />
									<span class="smalltxt">设置是否解析用户自我介绍中的 JspRun! 代码</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowbiobbcode" value="1" ${userGroup.allowbiobbcode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowbiobbcode" value="0" ${userGroup.allowbiobbcode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许自我介绍中使用 [img] 代码:</b>
									<br />
									<span class="smalltxt">设置是否解析用户自我介绍中的 [img] 代码</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowbioimgcode" value="1" ${userGroup.allowbioimgcode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowbioimgcode" value="0" ${userGroup.allowbioimgcode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>自我介绍文字最大长度:</b>
									<br />
									<span class="smalltxt">设置用户自我介绍最大字节数,0 为使用系统默认值 200</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="maxbiosize"
										value="${userGroup.maxbiosize}" maxlength="5">
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许签名中使用 JspRun! 代码:</b>
									<br />
									<span class="smalltxt">设置是否解析用户签名中的 JspRun! 代码</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowsigbbcode" value="1" ${userGroup.allowsigbbcode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowsigbbcode" value="0" ${userGroup.allowsigbbcode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许签名中使用 [img] 代码:</b>
									<br />
									<span class="smalltxt">设置是否解析用户签名中的 [img] 代码</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowsigimgcode" value="1" ${userGroup.allowsigimgcode==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowsigimgcode" value="0" ${userGroup.allowsigimgcode==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>签名文字最大长度:</b>
									<br />
									<span class="smalltxt">设置用户签名最大字节数,0 为不允许用户使用签名</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="maxsigsize"
										value="${userGroup.maxsigsize }" maxlength="5">
								</td>
							</tr>
					</table>
					<br />
					<a name="60dd83be5999b6f8"></a>
					<table width="100%" border="0" cellpadding="0" cellspacing="0"
						class="tableborder">
						<tr class="header">
							<td colspan="2">
								附件相关
								<a href="###" onclick="collapse_change('60dd83be5999b6f8')"><img
										id="menuimg_60dd83be5999b6f8"
										src="./images/admincp/menu_reduce.gif" border="0"
										style="float: right; margin-top: -12px; margin-right: 8px;" />
								</a>
							</td>
						</tr>
						<tbody id="menu_60dd83be5999b6f8" style="display: yes">
							<tr>
								<td width="45%" class="altbg1">
									<b>允许下载/查看附件:</b>
									<br />
									<span class="smalltxt">设置是否允许在没有设置特殊权限的论坛中下载或查看附件</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowgetattach" value="1" ${userGroup.allowgetattach==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowgetattach" value="0" ${userGroup.allowgetattach==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许发布附件:</b>
									<br />
									<span class="smalltxt">设置是否允许上传附件到没有设置特殊权限的论坛中。需要 JSP
										设置允许才有效,请参考系统设置首页</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowpostattach" value="1" ${userGroup.allowpostattach==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowpostattach" value="0" ${userGroup.allowpostattach==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许设置附件权限:</b>
									<br />
									<span class="smalltxt">设置是否允许设置附件需要指定积分以上才可下载</span>
								</td>
								<td class="altbg2">
									<input class="radio" type="radio" name="allowsetattachperm" value="1" ${userGroup.allowsetattachperm==1?"checked":""}>
									是 &nbsp; &nbsp;
									<input class="radio" type="radio" name="allowsetattachperm" value="0" ${userGroup.allowsetattachperm==0?"checked":""}>
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>最大附件尺寸(字节):</b>
									<br />
									<span class="smalltxt">设置附件最大字节数,0 为不限制,需要 JSP
										设置允许才有效,请参考系统设置首页</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="maxattachsize" value="${userGroup.maxattachsize }" maxlength="8">
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>每天最大附件总尺寸(字节):</b>
									<br />
									<span class="smalltxt">设置用户每 24 小时可以上传的附件总字节数,0 为不限制。注意:
										本功能会加重服务器负担,建议仅在必要时使用</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="maxsizeperday" value="${userGroup.maxsizeperday}" maxlength="9">
								</td>
							</tr>
							<tr>
								<td width="45%" class="altbg1">
									<b>允许附件类型:</b>
									<br />
									<span class="smalltxt">设置允许上传的附件扩展名,多个扩展名之间用半角逗号 ","
										分割,留空为不限制</span>
								</td>
								<td class="altbg2">
									<input type="text" size="50" name="attachextensions" value="${userGroup.attachextensions}" maxlength="100">
								</td>
							</tr>
					</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -