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: 177
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 179
Total: 179

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SNewman

Pages: [1]
1
Modifications Talk / Help w/ Downloads System
« on: January 25, 2009, 09:47:20 am »
Posted in Latest Mods also, figured this would be a more appropriate board.

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!

2
Latest Mods / 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!

3
Latest Mods / Problems with Downloads System
« on: November 11, 2008, 08:49:23 am »
UPDATE
I've just uninstalled the previous version (v1.1.4.1) of the mod, which I had obtained from the SMF mod site and replaced it with the version from this site (v1.1.3) hoping it would solve the problems somehow, but no such luck.
END UPDATE

Heyy

I'm having a number of problems with Downloads System (v1.1.4.1) running on SMF (v2.0 Beta 4).  Notice in this first picture that I have created a category, and uploaded a total of two files (one in the parent category, and one in the child category).  Total files shows 2, which is correct, and the files appear on the main page.

Exhibit A


Notice in this picture, after I have clicked on My Files, no files show up.  Also notice the strange pagination.

Exhibit B


After clicking on the category.  Notice no files show up, and again the odd pagination.

Exhibit C


Alas, when I click on the file from the main page, it shows up just fine and (barring the problems with my host) should download just fine.

Exhibit D


I use SMF Gallery Pro, which is awesome...and I'd love to use Downloads System as well so any help would be greatly appreciated.

4
Support / mod_security 2
« on: October 29, 2008, 12:33:31 pm »
Whenever I try viewing an image I get a 406 not acceptable error.  I contacted my host, who informed me that SMF Gallery Pro does not work with mod_security 2 installed, and suggested I post here to find out if there is a way to disable mod_security 2 by creating a .htaccess file in the home directory.  Any ideas?

5
Support / help!
« on: August 12, 2008, 11:46:36 am »
Had SMF Gallery Lite installed, and then purchased SMF Gallery Pro.  I uninstalled Lite first, as instructed, then installed Pro, but I keep getting the same error when I try to view the gallery page:

An error has occured: Unable to load the 'mainview' template.

please help!

Pages: [1]

+- 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