Going to admin/panels/panel-page/userprofile/edit/content > Add content > My buddies
Done.
But in the profile page buddies are not seen, it is empty with a 'more' link

If we click 'My buddylist' menu item ( generated by the buddylist module)
we can see the name of the buddies.

Have tested on a fresh install of latest Drupal 5x with
advanced_profile-5.x-1.0-alpha4
bio-5.x-1.2
cck-5.x-1.7
panels-5.x-2.0-beta5
views-5.x-1.6
buddylist etc

Thus link has the database file. http://drupal.org/files/issues/drupal57test.zip

Comments

michelle’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

I don't see usernode on that list. Please confirm you have that before I dig any further.

Michelle

minesota’s picture

Sorry I missed the word 'usernode etc and other dependancies'
Yes usernode is there, and it is enabled and proper permissions granted.

The file attached is the database file which contains usernodes and all other tables, and permissions.
So if this db is used along with the drupal files and folders, it will straightway reproduce the situation
I think :)

minesota’s picture

Michelle,

I dug out further :)
This problem happens at the theme level, that is, how 'theme' and 'advanced profile'
are talking to each other.

If, for example, theme switch for the site is available and the user switches to 'Chamelon'
the Buddy list shows up THOUGH the entire profile page becomes single column despite the bi-columnar nice layout that garland showed. With Chamelon the buddylist shows up as a list ( ideal would have been 'grid') and it shows the user numbers also, which should be hidden by default.

PS: With all these, the blog_theme.module functions are lost but that is another issue probably.
Which means the user cannot apply his chosen theme to his profile, which is otherwise normally allowed and possible by the blogtheme module.

michelle’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Ah, I see. Yeah, because of the way the theming is handled, it does require a phptemplate theme. I'll make a note on the project page but this isn't something I can fix.

Michelle

minesota’s picture

How to say thank you ! Thanks a lot. So that is a problem with theme. Since garland is the current default theme and perhaps the most promoted theme, I think it should be made to be compatible with such 'social-essental' modules.

Now, can there be any 'dirty' fix ? Any way to show things as grid view ( x row by y row ) ?
[Views have options to show as table, list etc but still no grid :( )

artycul’s picture

i'm suffering this problem too... this is what the source output for the panel is (at least for me):

<h2 class="title">My Buddies</h2>
<div class="content"><div class="view view-buddylist-of-uid"><div class="view-content view-content-buddylist-of-uid">
<!-- PHPTemplate was instructed to override the  advanced_profile_view_buddylist_of_uid theme function, but no valid template file was found. -->
 <!-- PHPTemplate was instructed to override the  advanced_profile_view_buddylist_of_uid theme function, but no valid template file was found. -->
 <!-- PHPTemplate was instructed to override the  advanced_profile_view_buddylist_of_uid theme function, but no valid template file was found. -->
 <!-- PHPTemplate was instructed to override the  advanced_profile_view_buddylist_of_uid theme function, but no valid template file was found. -->
 <!-- PHPTemplate was instructed to override the  advanced_profile_view_buddylist_of_uid theme function, but no valid template file was found. -->
</div></div>

</div>
<div class="more-link"><a href="/buddies/user/1">more</a></div>
artycul’s picture

the 'dirty'-fix should be copying the file sites/all/modules/advanced_profile/advprofile/advanced_profile_view_buddylist_of_uid.tpl.php to your sites/all/themes/*your-themename'/

michelle’s picture

@artycul - Heh, nothing dirty about that. That's part of the module setup. But that doesn't help the OP's issue, which is that advprofile only works with phptemplate themes.

@minesota - I have only ever used phptemplate themes. I can't help you with making this work with other engines.

Michelle