Thanks very much to you both. @Sids: I'm almost there: I now have the Element representing the Main Link of each 'sub page' / 'page part' within the List. I cannot find out any way of getting the Page object that a given Element belongs to, but I'll keep on hunting through the documentation.
@kimdezen: Thanks for all this feedback. I'll have a think through all of that, but I'd prefer to keep these as 'page parts' for the meantime, because it makes everything else a lot easier. If I can solve the problem with Sids' solution, I will! Cheers, - Bobby On Jul 14, 8:40 am, Sids <[email protected]> wrote: > <a src="parent page of the sub-page">headline of the sub-page</a> > > I believe this is wot u r trying to achieve here, > can fetch the src using RQL and headline by transferring the content > of subpage to your list place holder. > > 1> Find the guid of placeholder (say AncToSub) to which the sub-page > is connected > 2> Find the guid of the page (say ParentToSub) to which this AncToSub > is connected > 3> Use this ParentToSub as SRC for the above mentioned anchor > > RQL queries should b easy to find in the manual > > Hope I got it right, sorry if not :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
