Hi, is it possible to change the number of photos displayed when entering a social group? Currently it set to 5 and my forum width force it to be 2 rows, 4 on the first and 1 on the 2nd so it looks ugly. Thanks
If I recall, each photo is in a div tag and they just float in the table cell. If that's the case, then I can't think of how you can change it. Also, don't forget that different people have their browser windows opened to a different width and they may see it just fine in their browser.
I got rid of that problem by changing the layout of that page. However, it looks like the query may be around line 2001 in the group.php page. You may just change the limit there from 5 to 4 if you want.