Profiles

Permalink
Hey i have enabled Profiles on my site,

on the profiles page i added a guestbook block. it adds it to all of the profiles fine, the only problem is is that when you comment on 1 person's profiles it shows up on everyone elses... just a small problem :)

anyone have a way around this?

Mnkras
 
ijessup replied on at Permalink Reply
ijessup
All profiles are rendered on the profile single_page.

So rather than there being multiple pages for each user/profile there is only one.

Look at the sitemap and you will see what I mean.
Mnkras replied on at Permalink Reply
Mnkras
i understand that but is there any way around that?
Tony replied on at Permalink Reply
Tony
i don't think there's really an easy answer, beyond hacking into the guestbook block, since i thinking it is based on the cID.
ijessup replied on at Permalink Reply
ijessup
You could render an area from a different page based on the uID of the profile you are looking at...

But then what would the purpose of the profile page be at that point?
zoinks replied on at Permalink Reply
This is exactly what I want to do. Do you know how I would grab the uID in the code?

I would use that grab uID code to create a new template with which I can make a new page for each profile.

Then, the profile page will pull in the content I add on that page.

Why do I want to do this? Because I want a client login redirect that goes to the profile page of that particular client and on that profile page, I want to be able to update a progress report for that particular profile.