
On any ordinary content page i can add {cms_module module="Uploads" category="catname" mode="link" upload_id="24"}
with this I get a download file name with a working link, it is counting downloads within the uploads module - Perfect.
If i add the same to the news module. When I click the link it gives the error
Warning: Parameter upload_id is not known... dropped in /home/public_html/cms1/lib/misc.functions.php on line 1301
I found a fix for other problems referring to cleaning (?)
http://forum.cmsmadesimple.org/index.php/topic,28836.0.html
and implimented the change
($cnt = 0; $cnt < (sizeof($handlers) - 2); $cnt++) { ob_end_clean(); }
but I still have the same error.
i would like to be able to add the uploads module simple link tags to my news pages but I can't get them to work.
Any help really appreciated.
PS: I am using cmsms 1.4.1 and uploads mod 1.3.1
cheers
e