Hello,
I have created a Publication Type with various fields (Title, Image etc) which can all be successfully accessed in the underlying pagesetter *.html template. However, I have also created a field called 'Link1' which has the type 'Publication'. When configuring this type I have clicked the popup button next to the field type selector (..) to specify additional input parameters and have selected an existing Publication Type from the 'Extra type information for publication' window - say the selected Publication is called 'books'.
I then create an instance of the Publictaion Type with values for Title, Image etc For the Link1 field of type Publication I select an existing instance within the Books template called Moby Dick.
Within the underlying Pagesetter template I can successfully link to the Moby Dick instance of the 'books' template by using:
href="index.php?module=Pagesetter&func=viewpub&tid=23&pid=<!--[$Link1.url]-->">
Here
refers to the ID number of the instance Moby Dick.
I am wondering if it is possible to access the Title of the instance Moby Dick?
Thanks
Robbie