Is there a mod available which makes it possible to put a file up for download with a counter?
Like: [filename] downloads: 12
file dowload with counter?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: file dowload with counter?
check out the uploads module on the forge (dev.cmsmadesimple.org) it does exactly that.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Uploads Module
thanks. will try it 
I intalled the module and everything seems ok but when I want to show a link on a page using
I get this error on my page:
string(63) "Smarty error: unable to read resource: "module_db_tpl:Uploads;""
When I try mode="url" I get:
Error!
Error: Insufficient parameters supplied to module!
What did I do wrong?

I intalled the module and everything seems ok but when I want to show a link on a page using
Code: Select all
{cms_module module="Uploads" category="nieuwsbrieven" mode="link"}
string(63) "Smarty error: unable to read resource: "module_db_tpl:Uploads;""
When I try mode="url" I get:
Error!
Error: Insufficient parameters supplied to module!
What did I do wrong?
Last edited by Mesmer on Tue Jul 18, 2006 3:03 pm, edited 1 time in total.
Re: file dowload with counter?
did you try it in lower case "uploads"
Re: file dowload with counter?
doesn't make a difference.
Just noticed mode="detailed", mode="upload", mode="summary" work without a problem.
mode="single" and mode="singlesummary" Both give the msg:
Error!
Error: Insufficient parameters supplied to module!
Just noticed mode="detailed", mode="upload", mode="summary" work without a problem.
mode="single" and mode="singlesummary" Both give the msg:
Error!
Error: Insufficient parameters supplied to module!
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: file dowload with counter?
when you're using those modes you have to specify the id of the upload to point to. there's a param for that.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: file dowload with counter?
Hello,calguy1000 wrote: when you're using those modes you have to specify the id of the upload to point to. there's a param for that.
I get the same error:
Code: Select all
string(63) "Smarty error: unable to read resource: "module_db_tpl:Uploads;""
Code: Select all
{cms_module module='uploads' category='pdfdownloads' mode='link' upload_id='1'}
Tried uppercase for
Code: Select all
module='Uploads'
Module version 1.1.14 after xml-install of 1.2.3 had failed.
CMSMS version 0.13, mod_rewrite urls.
Thank you for responding!
Regards, Cas
Last edited by Caspar on Sun Oct 08, 2006 5:27 pm, edited 1 time in total.
Re: file dowload with counter?
thats a bug, fixed in svn in few moments 

Re: file dowload with counter?
woohhh, let me know when and wheretsw wrote: thats a bug, fixed in svn in few moments![]()

