Okay i'll try and explain what i'm trying to achieve.
Within my Members section each user is created with a data-bound clone page. I'm currently using this page to then show others a public profile. They can then be viewed by people that are not logged in or have an account. Now i have added in a status area. This is where users create updates of their own, they post things like you would on facebook. to keep it short such as. What have you been upto? They can the add images with their post. Within that clone section they can also just add a image or multi images to their profile. Now i've got this code working no problem within the profile.php page. I've called the page profile_img.php and show only their images.
Now back to the public page which is the main clone page for that user i want to show the images within a new page. So lets say, index_imgset.php. However i can't get my head around showing the images by the user only. So lets say the user is Demo and his index clone page is index.php?p=217
Thats the code i'm using to link a members profile with the members images.
If you need a demo user then let me know.
Within my Members section each user is created with a data-bound clone page. I'm currently using this page to then show others a public profile. They can then be viewed by people that are not logged in or have an account. Now i have added in a status area. This is where users create updates of their own, they post things like you would on facebook. to keep it short such as. What have you been upto? They can the add images with their post. Within that clone section they can also just add a image or multi images to their profile. Now i've got this code working no problem within the profile.php page. I've called the page profile_img.php and show only their images.
Now back to the public page which is the main clone page for that user i want to show the images within a new page. So lets say, index_imgset.php. However i can't get my head around showing the images by the user only. So lets say the user is Demo and his index clone page is index.php?p=217
Thats the code i'm using to link a members profile with the members images.
- Code: Select all
<cms:pages masterpage='members/post/index.php' folder='images' custom_field="linkprofile==<cms:show k_page_id />" >
If you need a demo user then let me know.