This module (and advanced profile) look very promising. I'm currently working through some of the available modules to come up with the best solution for creating profiles and displaying elements of the profile on forum posts and comments, as well as comments on other node types.

I'm leaning toward Bio module over the core Profile module but am currently stuck on how to pull data from the users Bio (module) into comments on the forum. Looks like this module allows you to pull in Profile (module) elements. But wondering how (if possible) to pull in data from Bio module and add to the user data you display for each comment. So along with number of posts I can add "favorite band" from their Bio.

Is this possible? Any ideas? thanks.

Comments

Michelle’s picture

You would have to use the bio function to load the profile node and pull the data from there. This means a node_load for every comment, which might be slow on large threads. It might be faster to pull it right from the database.

Michelle

Michelle’s picture

Status: Active » Fixed

No further requests... marking fixed.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.