Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 201
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 200
Total: 200

Author Topic: Help with Downloads System  (Read 6135 times)

0 Members and 1 Guest are viewing this topic.

Offline SNewman

  • Member
  • *
  • Posts: 9
    • View Profile
Help with Downloads System
« on: January 24, 2009, 01:25:22 am »
Hey guys!  I just want to start by saying I have purchased SMF Gallery Pro, and am using Downloads system (obviously) and both are great!  Oh, and I'm using SMF 2.0 Beta 4.  Basically what I'm trying to do is when you select a category and it lists all the files, I want to add an icon next to the file name based upon the file type.  Here's the code I have so far:

File: Themes/default/Downloads2.template.php
Code: [Select]
foreach ($context['downloads_files'] as $i => $file)
      {
   
         echo '<tr>';
         
                        $fName = $file['orginalfilename'];
                        $ext = substr(strrchr($fName, '.'), 1);
                       
                             if(file_exists("Themes/default/images/docType/" . $ext . ".gif"))
                                  $ikon = "http://www.psplockhaven.org/Themes/default/images/docType/" . $ext . ".gif";
                              else
                                  $ikon = "http://www.psplockhaven.org/Themes/default/images/docType/genericBlue.gif";
                         
                        echo '<td><img src="' . $ikon . '" alt="' . $ext . '"></td>';

         if (!empty($modSettings['down_set_t_title']))   
            echo  '<td><a href="' . $scripturl . '?action=downloads;sa=view;down=', $file['ID_FILE'], '">', $file['title'], '</a></td>';

Just as a tiny note, for a while I had been using originalfilename for the column name (correct spelling), before discovering the column name had been misspelled.  Perhaps this can be fixed in a future release?  Anyway, the column name definitely exists, so I don't know what the problem is.  It either returns 0 or nothing for $ikon.  Any help would be greatly appreciated.  Thanks in advance!

Offline SNewman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Help with Downloads System
« Reply #1 on: January 25, 2009, 09:45:41 am »
So can anyone help ??? Is this the correct place to post?

 

Related Topics

  Subject / Started by Replies Last post
125 Replies
150430 Views
Last post December 29, 2009, 06:33:41 pm
by SMFHacks
2 Replies
5835 Views
Last post November 11, 2008, 09:29:41 am
by SNewman
2 Replies
5491 Views
Last post January 30, 2009, 07:59:33 pm
by SMFHacks
1 Replies
5867 Views
Last post July 10, 2011, 09:34:24 am
by SMFHacks
7 Replies
10966 Views
Last post January 20, 2014, 11:17:32 am
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal