|
|
@ -1,8 +1,18 @@
|
|
|
|
<h1><i class="fa fa-cogs"></i> Settings</h1>
|
|
|
|
<h1><i class="fa fa-cogs"></i> Settings</h1>
|
|
|
|
<hr />
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
|
|
|
|
<h3>General Settings</h3>
|
|
|
|
<ul id="settings-tab" class="nav nav-tabs">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<li class="active"><a href="#general" data-toggle="tab">General</a></li>
|
|
|
|
|
|
|
|
<li><a href="#privilege-thresholds" data-toggle="tab">Privilege Thresholds</a></li>
|
|
|
|
|
|
|
|
<li><a href="#email" data-toggle="tab">Email</a></li>
|
|
|
|
|
|
|
|
<li><a href="#user" data-toggle="tab">User</a></li>
|
|
|
|
|
|
|
|
<li><a href="#post" data-toggle="tab">Post</a></li>
|
|
|
|
|
|
|
|
<li><a href="#web-crawler" data-toggle="tab">Web Crawler</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="tab-content">
|
|
|
|
|
|
|
|
<div class="tab-pane active" id="general">
|
|
|
|
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<form>
|
|
|
|
<form>
|
|
|
|
<label>Site Title</label>
|
|
|
|
<label>Site Title</label>
|
|
|
|
<input class="form-control" type="text" placeholder="Your Community Name" data-field="title" /><br />
|
|
|
|
<input class="form-control" type="text" placeholder="Your Community Name" data-field="title" /><br />
|
|
|
@ -12,19 +22,18 @@
|
|
|
|
<input type="text" class="form-control" placeholder="Keywords describing your community, comma-seperated" data-field="keywords" /><br />
|
|
|
|
<input type="text" class="form-control" placeholder="Keywords describing your community, comma-seperated" data-field="keywords" /><br />
|
|
|
|
<label>Site Logo</label>
|
|
|
|
<label>Site Logo</label>
|
|
|
|
<input id="logoUrl" type="text" class="form-control" placeholder="Path to a logo to display on forum header" data-field="brand:logo" /><br />
|
|
|
|
<input id="logoUrl" type="text" class="form-control" placeholder="Path to a logo to display on forum header" data-field="brand:logo" /><br />
|
|
|
|
<input id="uploadLogoBtn" type="button" class="btn btn-default" value="Upload Logo"></input> <br />
|
|
|
|
<input id="uploadLogoBtn" type="button" class="btn btn-default" value="Upload Logo"></input> <br /> <br/>
|
|
|
|
<label>Imgur Client ID</label>
|
|
|
|
<label>Imgur Client ID</label>
|
|
|
|
<input type="text" class="form-control" placeholder="Imgur ClientID for image uploads" data-field="imgurClientID" /><br />
|
|
|
|
<input type="text" class="form-control" placeholder="Imgur ClientID for image uploads" data-field="imgurClientID" /><br />
|
|
|
|
<label>Maximum User Image Size</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control" placeholder="Maximum size of uploaded user images in kilobytes" data-field="maximumProfileImageSize" /><br />
|
|
|
|
|
|
|
|
<label>Favicon</label><br />
|
|
|
|
<label>Favicon</label><br />
|
|
|
|
<input id="faviconUrl" type="text" class="form-control" placeholder="favicon.ico" data-field="brand:favicon" /><br />
|
|
|
|
<input id="faviconUrl" type="text" class="form-control" placeholder="favicon.ico" data-field="brand:favicon" /><br />
|
|
|
|
<input id="uploadFaviconBtn" type="button" class="btn btn-default" value="Upload Favicon"></input> <br />
|
|
|
|
<input id="uploadFaviconBtn" type="button" class="btn btn-default" value="Upload Favicon"></input> <br />
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="tab-pane" id="privilege-thresholds">
|
|
|
|
<h3>Privilege Thresholds</h3>
|
|
|
|
<form>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<p>Use <strong>privilege thresholds</strong> to manage how much reputation a user must gain to receive moderator access.</p><br />
|
|
|
|
<p>Use <strong>privilege thresholds</strong> to manage how much reputation a user must gain to receive moderator access.</p><br />
|
|
|
|
<strong>Manage Thread</strong><br /> <input type="text" class="form-control" value="1000" data-field="privileges:manage_topic"><br />
|
|
|
|
<strong>Manage Thread</strong><br /> <input type="text" class="form-control" value="1000" data-field="privileges:manage_topic"><br />
|
|
|
@ -35,10 +44,10 @@
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<form>
|
|
|
|
<div class="tab-pane" id="email">
|
|
|
|
<h3>Email Settings</h3>
|
|
|
|
<form>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
@ -51,32 +60,29 @@
|
|
|
|
<input type="text" class="form-control input-lg" data-field="email:from" placeholder="info@example.org" /><br />
|
|
|
|
<input type="text" class="form-control input-lg" data-field="email:from" placeholder="info@example.org" /><br />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="tab-pane" id="user">
|
|
|
|
<h3>Profile Settings</h3>
|
|
|
|
<form>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="checkbox">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" data-field="profile:convertProfileImageToPNG"> <strong>Convert profile image uploads to PNG</strong>
|
|
|
|
<input type="checkbox" data-field="allowRegistration" checked> <strong>Allow registration</strong>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
<h3>User Settings</h3>
|
|
|
|
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
|
|
|
|
<div class="checkbox">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" data-field="allowRegistration" checked> <strong>Allow registration</strong>
|
|
|
|
<input type="checkbox" data-field="disableSignatures"> <strong>Disable signatures</strong>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="checkbox">
|
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" data-field="disableSignatures"> <strong>Disable signatures</strong>
|
|
|
|
<input type="checkbox" data-field="profile:convertProfileImageToPNG"> <strong>Convert profile image uploads to PNG</strong>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<label>Maximum User Image File Size</label>
|
|
|
|
|
|
|
|
<input type="text" class="form-control" placeholder="Maximum size of uploaded user images in kilobytes" data-field="maximumProfileImageSize" /><br />
|
|
|
|
<strong>Minimum Username Length</strong><br />
|
|
|
|
<strong>Minimum Username Length</strong><br />
|
|
|
|
<input type="text" class="form-control" value="2" data-field="minimumUsernameLength"><br />
|
|
|
|
<input type="text" class="form-control" value="2" data-field="minimumUsernameLength"><br />
|
|
|
|
<strong>Maximum Username Length</strong><br />
|
|
|
|
<strong>Maximum Username Length</strong><br />
|
|
|
@ -86,10 +92,11 @@
|
|
|
|
<strong>Maximum Signature Length</strong><br />
|
|
|
|
<strong>Maximum Signature Length</strong><br />
|
|
|
|
<input type="text" class="form-control" value="255" data-field="maximumSignatureLength"><br />
|
|
|
|
<input type="text" class="form-control" value="255" data-field="maximumSignatureLength"><br />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="tab-pane" id="post">
|
|
|
|
<h3>Post Settings</h3>
|
|
|
|
<form>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<strong>Post Delay</strong><br /> <input type="text" class="form-control" value="10000" data-field="postDelay"><br />
|
|
|
|
<strong>Post Delay</strong><br /> <input type="text" class="form-control" value="10000" data-field="postDelay"><br />
|
|
|
|
<strong>Minimum Title Length</strong><br /> <input type="text" class="form-control" value="3" data-field="minimumTitleLength"><br />
|
|
|
|
<strong>Minimum Title Length</strong><br /> <input type="text" class="form-control" value="3" data-field="minimumTitleLength"><br />
|
|
|
@ -123,15 +130,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<strong>Maximum File Size</strong><br /> <input type="text" class="form-control" value="2048" data-field="maximumFileSize"><br />
|
|
|
|
<strong>Maximum File Size</strong><br /> <input type="text" class="form-control" value="2048" data-field="maximumFileSize"><br />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<div class="tab-pane" id="web-crawler">
|
|
|
|
<h3>Web Crawler Settings</h3>
|
|
|
|
<form>
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<div class="alert alert-warning">
|
|
|
|
<strong>Custom Robots.txt <small>Leave blank for default</small></strong><br />
|
|
|
|
<strong>Custom Robots.txt <small>Leave blank for default</small></strong><br />
|
|
|
|
<textarea class="form-control" data-field="robots.txt"></textarea>
|
|
|
|
<textarea class="form-control" data-field="robots.txt"></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-lg btn-primary" id="save">Save</button>
|
|
|
|
<button class="btn btn-lg btn-primary" id="save">Save</button>
|
|
|
|
|
|
|
|
|
|
|
|