Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

How to reduce Thumbnail count in Groups module of Profile

10 years 9 months ago
  • Jared's Avatar
    Topic Author
  • Jared
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

I've gotten the thumbnail counts set in all other modules in the site however I cannot find where to reduce the thumbnail count in the Groups section that is located in the User Profile.

Where do I adjust this thumbnail count? I want to adjust by -1/


Attachment Untitled_2014-08-20.png not found

Attachments:
10 years 9 months ago
Licenses:
JomSocial Expired GURU Expired Publisher Expired AdAgency Expired iSEO Expired Socialize Expired

Hi Jared,
It is very easy to do.
Just insert below lines at root/modules/mod_community_groups/mod_community_groups.php line no 33

if(count($groups)){
    array_pop($groups);
}
Important note: Please have a backup of the file after changing cause it will be undone at the time of product upgrade or re-installing.
Thanks

10 years 9 months ago
  • Jared's Avatar
    Topic Author
  • Jared
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

That's not what I was quite looking for as this method reduced the thumbnail count across the entire site and I just need the count reduced on the members profile only.

I will try to create an override for components/com_community/templates/default/profile.groups.php and see if that works.

10 years 9 months ago
  • Jared's Avatar
    Topic Author
  • Jared
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 2
Licenses:
JomSocial Expired Socialize Expired

Just FYI for your own knowledge base - the override was successful.

Line 27

for($i = 0; ($i < 15) && ($i < count($groups)); $i++

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW