jani

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
in reply to: A few issues with download manager free #10243

jani
Member

Sorry, my last post was a bit confusing ..

the variable “show_counter” is initially always set to 0, regardless what you choose … not the actual number of downloads .. ๐Ÿ™‚

in reply to: A few issues with download manager free #10156

jani
Member

Hello again ๐Ÿ™‚
i kind of noticed, that nevertheless what you choose as “show counter” it will always be 0.


if($_POST['wpdmtask']=='create'){
extract($_POST);

$file['show_counter'] = 0;

Suggestion (something like this, i am not so much into php…)

$file['show_counter'] = $file['show_counter']?$file['show_counter']:0;;

in reply to: A few issues with download manager free #10152

jani
Member

The file mentioned is zipped, its 8MB if you decompress it.

EDIT: Solved it myself, the manager uses the media uploader, there is a restriction of 8MB in my case.

php.ini
post_max_size = 8M
upload_max_filesize = 20M

Viewing 3 posts - 1 through 3 (of 3 total)