Display member's photos in grid

Hi Guys!

Can you guys give me any tutorial how to arrange member's photos in grid rather than in list? This is how it currently looks like:



I want the members list to look like this:



Thanks in advance!

Regards,

Sam
 

Quote · 9 May 2013

Ok if somebody wants to know how to go about it, this is it:

edit templates/base/thumbnail_single.html file and comment  out the following code.

<bx_if:profileLink>

<div class="thumb_username">

<a class="bx-def-font-large" href="__usr_profile_url__">__user_title__</a>

<br />

<i class="bx-def-font-small bx-def-font-grayed">__user_info__</i>

</div>

</bx_if:profileLink>

 

Then edit templates/base/css/common.css file. Find the following code

div.thumbnail_block_with_info {

    width: 240px;

}

and replace 240 with 80.

 

Save, clear Dolphin cache and check.

Quote · 11 May 2013

I've tried to do this without success but you nailed it! Thank you so much for posting this,

Quote · 19 Apr 2015
 
 
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.