I have panels making up the profiles on my site and I wish to create a guestbook/ comment system that is based on nodes. I can't use the guestboo_usernode module because I'm using 'nodecomments'. Is there a way to load the nodeprofile nid into a panel to provide a link? e.g. node/add/guestbook/parent/$nodeprofile->nid
Hope I have explained this okay. Let me know if more details are required.

Comments

michelle’s picture

Status: Active » Fixed

The code for loading a nodeprofile node based on the UID is in the nodeprofile_helper module where it creates the relationship. Your best bet for this is to create a custom panels content type.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

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