Default image for groups

Can someone tell me how to set my groups so that there can be a default image for groups instead of it changing when someone loads a photo.

Quote · 20 Jan 2011

Are you saying you want to use the exact same image for every single group?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 20 Jan 2011

yes, I have a default image that matches my site i created  that i want to use for all groups as the default image. thanks for your help

Quote · 20 Jan 2011

my site is www.myadultsexcommunity.com the pic that is used in the groups right now i want to stay as the default group.

Quote · 20 Jan 2011

The thumb is specified in /modules/boonex/groups/templates/tmpl_dt_max_red/unit.html

 

You may just have a /modules/boonex/groups/templates/base/unit.html file, if you don't have a /modules/boonex/groups/templates/tmpl_dt_max_red directory

Here's the line in that file:

<div class="sys_file_search_pic" style="background-image: url(__thumb_url__);">

If you change it to this:

<div class="sys_file_search_pic" style="background-image: url(<bx_url_root />templates/tmpl_dt_max_red/images/filename.ext);">

Where filename.ext is an image you uploaded to /templates/tmpl_dt_max_red/images/

Clear /cache directory

Note;  You don't appear to have a /modules/boonex/groups/templates/tmpl_dt_max_red directory.  If that is indeed the case, you should create that directory, and put a copy of unit.html in it.  Then make the changes to that file, instead of the one in the base directory.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 20 Jan 2011

Thanks I just made the adjustments you recommended.

Quote · 21 Jan 2011

This did work... Thanks

Quote · 31 Mar 2011
 
 
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.