Re: Some ideas for a downloads page requiring registration..
Posted: Fri May 24, 2013 7:28 pm
You might want to have a look at ListIt2 http://dev.cmsmadesimple.org/projects/listit2
Create a list with all the needed information, maybe one extra field for picking a file is enough (Name and Alias are already there and required).
Then you could create two templates; one that shows the name and links that all point to registration page. And another template that shows the links that point to pdf files.
Dependant on the result of the cookie value (you need to read it with Smarty) you call the List module with summarytemplate='x' or 'y'.
Create a list with all the needed information, maybe one extra field for picking a file is enough (Name and Alias are already there and required).
Then you could create two templates; one that shows the name and links that all point to registration page. And another template that shows the links that point to pdf files.
Dependant on the result of the cookie value (you need to read it with Smarty) you call the List module with summarytemplate='x' or 'y'.