Page 1 of 1

Problems with modulo Attach

Posted: Tue Feb 09, 2010 3:42 pm
by rann
I have problems with the module (Attach) and can not attach a file to a news article, I do like this in the help and does not work?

Someone could help me fix it. Thank you. 8)
-------------------------------------------------- --
To display the elements attached to any other ressource, you must specify some additional parameters (from_type and from_). For example, to display the elements attached to a news article, you could add this to the news detail template:
cms_module (module = "Attach" from_type = "News" article "from_ = $ entry-> id)

------------------------------------------------