I have used node profile to create a custom profile where users can put their company name, company address and company logo.

Is there any way to make the company name, company address and company logo data from the profile pages automatically appear on all the content the user creates?

Comments

dorien’s picture

If you use panels 2. You can take over the node view which gives you incredible power. (url of the panel should be node/% and add a context for node id).

You can then insert the node body in a panel and make a views block which displays the cck fields for node profile. For this view, you might have to use views fusion to be able to use the argument node ID.

I hope this is not to confusing...