Hi
I want to add pagination
Make the best of all threads in the Home
It is very disturbing if you search for the old topic protesting me time to go to him
I want to move around the pages, for example, 1 or A or G or 10
Hi
I want to add pagination
Make the best of all threads in the Home
It is very disturbing if you search for the old topic protesting me time to go to him
I want to move around the pages, for example, 1 or A or G or 10
try disable the javascript from your browser and take another look
How do I activate ؟ :\
if you want it on that way, open tpl/search.tpl
and replace <noscript>
{if count($posts) > 0}
<ul class="posts-list-b">
{posts_list posts=$posts style='b'}
</ul>
{else}
<div class="col-md-12">
<p class="msg"><i class="fa fa-envelope"></i> {tr('no_posts')}</p>
</div>
{/if}
<br />
{$pagination}
</noscript>
<ul id="bricks-container"></ul>
<p id="loaderCircle" class="text-center hide-if-no-js">
<i class="fa fa-spin fa-refresh"></i>
</p>
to
{if count($posts) > 0} <ul class="posts-list-b"> {posts_list posts=$posts style='b'} </ul> {else} <div class="col-md-12"> <p class="msg"><i class="fa fa-envelope"></i> {tr('no_posts')}</p> </div> {/if} <br /> {$pagination}
Thank you
I mean you pagination
This is a good idea