[solved] CGUserDirectory and Uploads modules
Posted: Thu Jun 13, 2013 9:48 am
When I use the following module tag in a page on its own, the file upload works correctly.
However when I use it in a detail template in CGUserDirectory, the form submits with no errors but the file is not uploaded nor the Uploads module record inserted.
On the same site in another CGUD detail template, I use a 'yousendit' Uploads template and it works fine. The file is saved, the email is sent and Uploads updated. In this case however, I do not want the user sent an email.
I've checked everything I can think of to see where the conflict may be without success, including reverting to the default CGUD detail and Uploads upload templates to ensure it's nothing in my custom templates.
Using:
CMSMS 1.11.6
FEU: 1.21.6
CGUserDir: 1.4
Uploads: 1.14.4
Any suggestions or workarounds? Help would be much appreciated.
psy
Code: Select all
{cms_module module='Uploads' action='default' mode='upload' category='Attached Files' filetypes='pdf' noauthor='1'}On the same site in another CGUD detail template, I use a 'yousendit' Uploads template and it works fine. The file is saved, the email is sent and Uploads updated. In this case however, I do not want the user sent an email.
I've checked everything I can think of to see where the conflict may be without success, including reverting to the default CGUD detail and Uploads upload templates to ensure it's nothing in my custom templates.
Using:
CMSMS 1.11.6
FEU: 1.21.6
CGUserDir: 1.4
Uploads: 1.14.4
Any suggestions or workarounds? Help would be much appreciated.
psy