GROUPS: Featured block only shows one group

Latest Featured Group block only shows one group.

How can I make it show more Latest Featured Groups? (like recent block)

Quote · 28 Apr 2014

The following is a quick and dirty solution that should work. However now the featured listings will look like the other listings (if that is Ok with you).

 

In modules/boonex/groups/BxGroupsPageMain.php

Find and rename the getBlockCode_LatestFeaturedGroup function then add the function below :

 

    function getBlockCode_LatestFeaturedGroup()
    {
        return $this->ajaxBrowse('featured', 5);
    }

 

You can change the 5 to whatever number suits you.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 8 May 2014

Thanx Modzzz.

But I bought your groups module so i have more options now so that is good.

 

Quote · 8 May 2014
 
 
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.