In admin area the blog

how can i permanently setup the shown blogs for controlling to 25 or more ?. in which file can i set the parameter for this ?

 

thanks in advance

stefan

Quote · 4 Oct 2012

Hello

You need to edit modules/boonex/blogs/classes/BxBlogsModule.php file and find the function GenBlogAdminIndex. Then you need to find the following code in it

$oBlogSearch->aCurrent['restriction']['activeStatus'] = '';
$oBlogSearch->bShowCheckboxes = true;
$oBlogSearch->aCurrent['paginate']['perPage'] = 10;
$sPosts = $oBlogSearch->displayResultBlock();

replace 10 with any number you want.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 4 Oct 2012

many thanks to you. it works.

 

;-)

 

thanks

Quote · 15 Oct 2012

Where can i found the same for the members ? in admin where i can delete and activate etc. members ?

Quote · 15 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.