Page 1 of 1

[Solved] Uploads Module and message on successful upload

Posted: Thu Dec 20, 2012 12:51 am
by webform
Im using Uploads Module so users can upload files to the site and it seems to work fine. Only one thing; I don't get any kind of feedback that the upload was a success (and it was).

Am i missing something here?

Code: Select all

Uploads	1.14.3

Re: Uploads Module and message on successful upload

Posted: Wed Jan 30, 2013 7:47 pm
by Dr.CSS
Maybe a little more info on system information and how you are using it and did you set anything in the module admin to show a message or not etc. etc...

Re: Uploads Module and message on successful upload

Posted: Wed Jan 30, 2013 9:12 pm
by webform

Code: Select all

Cms Version: [b]1.11.3[/b]
Im calling the Uploads Module with:

Code: Select all

{cms_module module="Uploads" noauthor="1" category=$tmp mode="upload"}
I can't see the Uploads settings handling any messages on upload or errors. Neither can i see the upload template containing any code handling messages or errors.

Maybe Uploads module can't show a message to the user that the upload was successful?

Re: Uploads Module and message on successful upload

Posted: Fri Feb 01, 2013 6:41 pm
by Dr.CSS
You can set the page to redirect to after upload...

Redirect to page id/alias on user upload:

Re: [Solved] Uploads Module and message on successful upload

Posted: Fri Feb 01, 2013 7:23 pm
by webform
Ohh! Somehow i managed to completely miss that setting :-[