Hi,
Should the this code work :
{assign var=email value=$ccuser->username()}
{cms_module module="uploads" mode="upload" category="Uploads" key=$email}
I think this what I had working until I did some upgrading, now nothing happens i.e nothing is displayed on the page. I am a bit clueless how to debug it, any suggestions much appreciated.
I noticed that CMSMailer does not work either i.e also displays nothing, so I guess something in my configuration is borked.
EDIT :
I have now upgraded to newest cms version and all packages are up to date, but the problem persist.
Regards
Bo
UPDATE : The problem magically disappeared after the upgrade.
Problem using uploads module [solved]
Problem using uploads module [solved]
Last edited by Bo Jensen on Sun Dec 05, 2010 5:46 pm, edited 1 time in total.
Re: Problem using uploads module [solved]
Hello!
I have the same problem. But my code is a bit different from yours:
{assign var=email value=$ccuser->memberof('user')}
{cms_module module="Uploads" category="artworks" mode="upload" noauthor="1"}
But it works only when I remove the first string. I can't understand what exactly wrong. I've been reading http://www.mproduction.net/index.php?mact=Blogs,cntnt01,showentry,0&cntnt01entryid=11&cntnt01returnid=15, but it doesn't work
I have the same problem. But my code is a bit different from yours:
{assign var=email value=$ccuser->memberof('user')}
{cms_module module="Uploads" category="artworks" mode="upload" noauthor="1"}
But it works only when I remove the first string. I can't understand what exactly wrong. I've been reading http://www.mproduction.net/index.php?mact=Blogs,cntnt01,showentry,0&cntnt01entryid=11&cntnt01returnid=15, but it doesn't work

Re: Problem using uploads module [solved]
probably the > sign gets damaged by TinyMCE while saving/opening the page
Re: Problem using uploads module [solved]
Jos, really! thank you very much for help! It works properly now!