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.
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. |
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. |
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 |
my site is www.myadultsexcommunity.com the pic that is used in the groups right now i want to stay as the default group. |
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 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Thanks I just made the adjustments you recommended. |
This did work... Thanks |