Please help on Configuring buddy pictures
| Project: | Advanced Profile Kit |
| Version: | 5.x-1.0-alpha4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
# grid view
Instead of the default pattern of presenting the buddy pictures in a columnar list,
which makes the page a long scroll, how do I make them appear in grid ?
admin/panels/panel-page/userprofile/edit/content > configure my buddies > ?
# size of buddy pictures
The buddy pictures in adv profile page seem to pick up size arbitary size for example, 85x85 becomes 85x97 ...
how do I set this correctly or how do I specify a different size for buddy pictures ?
I have checked the views and panes but there is no option there.
# list of themes that support buddy pictures
The default garland theme does not support buddy pictures, also the drupal recommneded themes like pixture do not support buddy pictures ( that is, buddy pictures do not get displayed) - is there a list of themes ( or sort function/search terms to list such themes) that will tell which of the themes support buddy pictures?

#1
Well ....
If anyone else is reading this, and if it helps any one
answer to # 2 above is :
open advanced_profile.css
find :
.view-content-buddylist-of-uid img {
width:85px;
comment out width:85px to show natural size of the uid img or change the value to x px if you need
BTW, I thought some changes done via a text editor in 'advanced_profile_view_buddylist_of_uid.tpl' or 'advanced_profile_userinfo.tpl.php' would show up some visible changes in the profile page but till now no luck :(
If
#user-profile .panel-pane h2.title {background: #3192CEcould pick up the sites theme color instead of the fixed one it would have been very nice :)#2
as for #1 and #2 and maybe #3 too
I am using Views Bonus (http://drupal.org/project/views_bonus) and speciall Bonus Grid view which makes a vonderfull grid gallery form pictures.
Enable it and in the buddylist_of_uid view change View Type to "Bonus: Grid view".
#3
Thanks, Richards :)