v1.18.x
psychobunny 10 years ago
parent 6a996bd718
commit b4fb2d62a3

@ -9,11 +9,25 @@
<input type="checkbox" data-field="usePagination"> <strong>Paginate topics and posts instead of using infinite scroll.</strong>
</label>
</div>
</form>
</div>
</div>
<strong>Topics per Page</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerPage"><br />
<div class="panel panel-default">
<div class="panel-heading">Topic Pagination</div>
<div class="panel-body">
<form>
<strong>Posts per Page</strong><br /> <input type="text" class="form-control" value="20" data-field="postsPerPage">
<hr/>
<strong>Initial Number of Topics to Load (Unread, Recent, Popular etc.)</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerList">
</form>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">Category Pagination</div>
<div class="panel-body">
<form>
<strong>Topics per Page</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerPage"><br />
<strong>Initial Number of Topics to Load on Unread, Recent, and Popular</strong><br /> <input type="text" class="form-control" value="20" data-field="topicsPerList">
</form>
</div>
</div>

Loading…
Cancel
Save