# 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?
Comments
Comment #1
minesota commentedWell ....
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 :)Comment #2
Richard_ commentedas 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".
Comment #3
minesota commentedThanks, Richards :)