News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Download System

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

Previous topic - Next topic

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

vbgamer45

Quote from: daveand5 on November 03, 2008, 03:39:50 PM
Quote from: daveand5 on November 01, 2008, 01:50:54 AM
The package works excellant !
but it lists double items in recent and most viewed boxes ??
any ideas?
to be more specific - each file is listed twice in those boxes but no where else.

I did have double download buttons, but fixed that.

This problem is probably more an annoyance than anything, but some help removing the double listings in the recent and most viewed boxes would be appreciated.....
1.1.4
!Fixed a bug which could cause duplicate entries in main page blocks
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

Sentinel [AF]

errr ...

it links like this:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=view;down=smf_db_insert_id

rather than:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=downfile;id=2

---

I'm using smf 2.04beta.

Also could you please tell me what $id I need to be able to post the item description along with the link please !?

Thanks &

eZ !

vbgamer45

Quote from: TheSentinel® on November 05, 2008, 04:41:23 AM
errr ...

it links like this:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=view;down=smf_db_insert_id

rather than:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=downfile;id=2

---

I'm using smf 2.04beta.

Also could you please tell me what $id I need to be able to post the item description along with the link please !?

Thanks &

eZ !
1.1.4.1
!Fixed a bug in the SMF 2.0 version for forum post links
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

Özgür

how can i top 10 download items show boardindex? (i used smf 2.0b4 & Download system 1.1.4.1)
So Long

vbgamer45

Would require custom code to do so currently do not have any premade code to do that.
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

Burke ♞ Knight

Quote from: vbgamer45 on November 05, 2008, 08:28:55 PM
Quote from: TheSentinel® on November 05, 2008, 04:41:23 AM
errr ...

it links like this:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=view;down=smf_db_insert_id

rather than:

http://alternatingfrequencies.com/2b4/index.php?action=downloads;sa=downfile;id=2

---

I'm using smf 2.04beta.

Also could you please tell me what $id I need to be able to post the item description along with the link please !?

Thanks &

eZ !
1.1.4.1
!Fixed a bug in the SMF 2.0 version for forum post links


vbgamer45,

What files were changed, so I may be able to manually adjust them on my sites. :)

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

Sentinel [AF]


Burke ♞ Knight


Sentinel [AF]

#550
HaHa ...

Errr can you tell me how I can get it to post the item file description along with the link please.

I extracted this code from the Downloads2.php for smf 2.04beta.

Could you you show me what I need to add to get it to post the item description please !!!

Thank you in advance.

eZ.

if ($filesize != 0)
UpdateUserFileSizeTable($user_info['id'],$filesize);

if ($rowcat['ID_BOARD'] != 0 && $approved == 1)
{
// Create the post
require_once($sourcedir . '/Subs-Post.php');

$showpostlink = '[url]' . $scripturl . '?action=downloads;sa=view;down=' . $file_id . '[/url]';

$msgOptions = array(
'id' => 0,
'subject' => $title,
'body' => '[b]' . $title . "[/b]\n\n$showpostlink",
'icon' => 'xx',
'smileys_enabled' => 1,
'attachments' => array(),
);
$topicOptions = array(
'id' => 0,
'board' => $rowcat['ID_BOARD'],
'poll' => null,
'lock_mode' => $rowcat['locktopic'],
'sticky_mode' => null,
'mark_as_read' => true,
);
$posterOptions = array(
'id' => $user_info['id'],
'update_post_count' => !$user_info['is_guest'] && !isset($_REQUEST['msg']),
);
preparsecode($msgOptions['body']);


createPost($msgOptions, $topicOptions, $posterOptions);

tridirk

I am running 1.04 is there an upgrade for the newest version.  I tried to uninstall via the package manager and I am warned not too?

Do I have to manually uninstall to install the updated version?
Learning SMF..... Thanks for your help!

Sudhakar Arjunan

Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

vbgamer45

Quote from: tridirk on November 07, 2008, 01:12:17 AM
I am running 1.04 is there an upgrade for the newest version.  I tried to uninstall via the package manager and I am warned not too?

Do I have to manually uninstall to install the updated version?
You can try to uninstall and reinstall it depends on where it is failing
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

razorblazer

Hi Guys, I am new to php and SMF. I managed to get SMF installed surprisingly easily and added a few mods which are all working fine with the exception of this one. I can't seem to upload anything larger than 1.5Mb even though the default upload size in the Download manager is set to 5Gb. Can anyone help me please? Thanks

Burke ♞ Knight

Quote from: razorblazer on November 12, 2008, 11:56:50 AM
Hi Guys, I am new to php and SMF. I managed to get SMF installed surprisingly easily and added a few mods which are all working fine with the exception of this one. I can't seem to upload anything larger than 1.5Mb even though the default upload size in the Download manager is set to 5Gb. Can anyone help me please? Thanks

Is there a size restriction from your web host?
If so, you may need to get onto their support forum, or file a support ticket, asking to have it adjusted for you.

Arveles

I have problem..Because my upload limit is only 2mb..I want unlimit .
Elveda SMF...

DeviDarkL

I just wondering if you can make points (credits) deduction (SMF Shop) for user who are going to download a file? The ones who got the credits were the ones who uploaded the file. Is that possible?

vbgamer45

Quote from: Egitimforumu.Com on November 12, 2008, 06:31:07 PM
I have problem..Because my upload limit is only 2mb..I want unlimit .
You have to modify your php.ini to increase the upload limit and also post_size varaible
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


Advertisement: