News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Download System

Started by SMFHacks.com Team, October 31, 2007, 06:55:37 PM

Previous topic - Next topic

carterx

This is a great add-on but I'm having an issue with uploading files. I get the error "You need to enter a download title."

I'm running the latest SMF 2.0 RC2. I have gone over my permissions and all looks to be be good but when I go to upload a file I get the error. I have made sure to place a title and even tried to have a shorter title and still does not work.

You can see below that I have filled in the title and then the error.

Tks




vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

carterx

I added the php.ini file and my settings are:

php_value upload_max_filesize 50M
php_value post_max_size 50M

Also, I made the upload limit in for the download mod. to have a limit of 25mb

vbgamer45

You might have to restart the webserver for it to pick up. Or see if your host has a limit that overrides the limits set.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sonicfetish

How do I add downloads in the "Recent Downloads" section of the main page? Right now it's set for 4, I'd like to make it 8 or 12. Is this possible?

Great mod. Couldn't live without it

vbgamer45

You would need to modify the Downloads.template.php and change the LIMIT 4 to another number four was the default since it looked the best that way
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sonicfetish


sonicfetish

When I ctrl+f Downloads.Template.php looking for "limit" I don't find anything that looks like the setting I want. No 4s to change to 8s  :-[

petesky

Hello !

Is it possible to avoid the "SUB Categories" to be shown on all pages even when "Counts child categories" is on ?

Nibogo

Just forget about it, I already fixed.

But I want to ask you something, how I can redirect from the old TP Downloads Url to the SMF Downloads System Urls in the .htaccess, this is the TP Style:

http://www.website.com/tpmod/?dl=item463

so I want of this will be redirected to:

http://www.website.com/downloads/?sa=view;down=463

This is possible?

vbgamer45

I do not know htaccess well I refer to samples when making them but it would be very easy to create a rule to do what you are asking
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Nibogo

Quote from: vbgamer45 on November 26, 2009, 03:19:33 PM
I do not know htaccess well I refer to samples when making them but it would be very easy to create a rule to do what you are asking

Can you show me how?? I don't know a squad about htaccess and I can't find how to redirect with a value (the downloads id)

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro


ChrisFBBS

Great mod thank you!!!!

When clicking a keyword nothing happens.

I have added keywords (separated by a comma) to a bunch of downloads. When I click a keyword that has been added to several downloads i get taken to a page with 0 results. Is that normal?
I am using SMF 2.0 RC2 and SimplePortal 2.3.1

Thanks.
www.freeblackberrystuff.com Blackberry neews plus... free blackberry themes free blackberry apps and free blackberry games

improv

Hey, Currently I've tried to uploading a file larger then 100 mb.
I received a following error:
An Error Has Occurred!
"No download selected".

Has this something to do with my host?
Since I've set the upload limit high enough 'n things. hmm..
Thanks in advance.

vbgamer45

Yeah most likely php limits, or time out limits. I generally don't recommend uploading more than a 100mb when using a form based upload
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

improv

Ah damn.
Well, guess I'll try the ftp then?
And vbgamer45, does your EzPortal also supports the download system pro as in a block?
By all means that it also shows a screenshot when there is one?
Thanks , you rock.

vbgamer45

FTP may work. Yes ezPortal does have a built in downloads block support to pull from the downloads system.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

topbuyer

Hi vbgamer45, Nice mod. Only one thing is left. Can you please help to add downloads in menu bar in dilbermc theme. I added following

// The [Downloads]!
if ($context['allow_downloads'])
echo'
<td align="center" class="menubg' , $current_action == 'downloads' ? '2' : '' , '">
<a href="', $scripturl, '?action=downloads">' , $txt['File'] , '</a>
</td>';


after this

// The [calendar]!
if ($context['allow_calendar'])
echo'
<td align="center" class="menubg' , $current_action == 'calendar' ? '2' : '' , '">
<a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a>
</td>';

in index.template.php of dilbermc theme.

I want to give menu name as File. I have pretty urls installed.

Pls suggest !


Advertisement: