I Need HELP!!! I am completely lost. I need to create 5 separate landing pages that have a title and pdf. I don't want the file to have to be manually downloaded. I want it to appear when the person goes to the page. I also do not want to have the pages show up in navigation. I also need 5 separate URLs for each page.
Thanks for responding Alex. I am new and my designer left so I have no ideas about structure....the version is Umbraco version 7.2.8 assembly: 1.0.5675.23466
If not, you can add a new Document-Type inheriting all Properties of Landingpage and add a Property to store the PDFs (choose Propertytype MediaPicker).
Then you change the Template file of the Document-Type. You could use something like this to output your PDFs:
Landing Pages and Urls and pdf downloads
I Need HELP!!! I am completely lost. I need to create 5 separate landing pages that have a title and pdf. I don't want the file to have to be manually downloaded. I want it to appear when the person goes to the page. I also do not want to have the pages show up in navigation. I also need 5 separate URLs for each page.
Hi Katie,
Can you provide your Umbraco structure? What version are you using ?
Thanks
Thanks for responding Alex. I am new and my designer left so I have no ideas about structure....the version is Umbraco version 7.2.8 assembly: 1.0.5675.23466
Hi Katie,
can your landingpages already store pdfs?
If not, you can add a new Document-Type inheriting all Properties of Landingpage and add a Property to store the PDFs (choose Propertytype MediaPicker).
Then you change the Template file of the Document-Type. You could use something like this to output your PDFs:
At last just create 5 pages of that Type and add your PDFs.
About the URLs: Do you need five Urls leading to each of the Pages or one URL each? What form do you want them to have?
Thanks so much...I need 5 URLs
Thats actually very easy:
Go to your Documenttype and create a new Property with the alias "umbracoUrlAlias" and of type text string.
Lets say your URL ist something like this: http://www.yourdomain.de/path/somemorepath/sitename
Go to your content and add additional paths to the newly created field like this:
Your Content will now be additionally availible under these URLS:
is working on a reply...