Make Profile content automatically appear on other content types.
big_smile - March 23, 2008 - 13:27
| Project: | Node Profile |
| Version: | 5.x-1.3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
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...