Dec 08, 2022 2:48 pm
Hello,
Suggestion & Enhancement (wpforo version 2.1.1)
It would be nice to have an option (Parameters > "Display Members") that adds also top pagination on the members list page.
Currently I patched and overwrote file :
wpforo/themes/2022/members.php
with the follwing code at line 12
<div class="wpf-members-head">
<?php wpforo_template_pagenavi() ?>
</div>
What do you think ?
thank you