+ Reply to Thread
Page 11 of 37
FirstFirst ... 9 10 11 12 13 21 ... LastLast
Results 101 to 110 of 370

Thread: Project: ionFiles - Joomla Simple File Download

  1. #101
    Learning Programmer aravot is an unknown quantity at this point
    Join Date
    Nov 2006
    Posts
    38
    Should we uninstall reinstall or just overwrite files and folders, if uninstall will data be saved.

  2. #102
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Uninstall will delete old data so for now I suggest overwriting files. I thought of this problem about 20 minutes after I released it. I'm going to look into making a version that is an upgrade package only.

  3. #103
    Newbie itchyfanny is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    3

    Frontend reordering

    Quote Originally Posted by karn View Post

    If 0.6.0 is the latest then there were some minor problems like:
    components/com_ionfiles/ionfiles.php line 177 did not have "order by ordering" when displaying the downloads.

    administrator/components/com_ionfiles/admin.ionfiles.html.php line 82 and 327 had:
    Code:
    'class="$row$k"'
    instead of:
    Code:
    'class="row$k"'
    Hi and many thanks for the great file downloader, some times its just the little things in life..

    anyway, a bug thing if I may, reordering files on the display end: I have edited the files as kindly suggested by karn but unfortunatly this doesnt work for me.

    I have upgraded by overwriting all the files and your first post says version 1.5 but the download I get says 1.3 so I'm not sure if I have the uptodate version.


    The ordering thing is a major when you have monthly files and they need to be changed, I really hope that there is a solution for this, please and thank you in advance.

  4. #104
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Quote Originally Posted by itchyfanny View Post
    Hi and many thanks for the great file downloader, some times its just the little things in life..

    anyway, a bug thing if I may, reordering files on the display end: I have edited the files as kindly suggested by karn but unfortunatly this doesnt work for me.

    I have upgraded by overwriting all the files and your first post says version 1.5 but the download I get says 1.3 so I'm not sure if I have the uptodate version.


    The ordering thing is a major when you have monthly files and they need to be changed, I really hope that there is a solution for this, please and thank you in advance.
    Hello ItchyFanny,
    This bug has already been fixed but I haven't released it yet. I've attached ionfiles.php as a zip. To fix this bug simply unzip and upload the files in:

    /your/joomla/insall/components/com_ionfiles/
    Attached Files

  5. #105
    Newbie itchyfanny is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    3
    Nice one Jordan.

    It works well on the File Edit (dropdown) but does not in the File Manager (up/ down arrows)

    Still, I'm very happy that it works and you have shared it with us.

    Thanks thanks and thrice, thanks.

  6. #106
    Newbie itchyfanny is an unknown quantity at this point
    Join Date
    Feb 2007
    Posts
    3

    categories

    Almost!, bit of bug.

    Adding a new category, the browser throws this error:

    Code:
    Unknown column 'link' in 'field list' SQL=INSERT INTO jos_ionFile_Categories (title, name, published, ordering, access, groupname, link, linkURL)
    
    VALUES ('Minutes 2004','Minutes 2004','0'0',4','0','Public',",")
    Tried staring at it in phpMyAdmin but not sure how it insert it directly, sorry.

    Also tried rolling back the ionfiles.php file but it didnt work.

    Thanks again for your assistance.
    Last edited by itchyfanny; 04-15-2007 at 04:49 PM. Reason: sausage fingers

  7. #107
    Newbie jamesevolve is an unknown quantity at this point
    Join Date
    Apr 2007
    Posts
    2

    Great comp. cannot arrange order though

    This is a great component, gives just the integration i was looking for on a charity site i'm building. I've put about 12 downloads over 2 catagories, but no matter what i do i cannot rearrange the order.
    The page is at retailtrustweek.org.uk under downloads, obviously.!
    Any ideas?

  8. #108
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97
    Quote Originally Posted by itchyfanny View Post
    Almost!, bit of bug.

    Adding a new category, the browser throws this error:

    Code:
    Unknown column 'link' in 'field list' SQL=INSERT INTO jos_ionFile_Categories (title, name, published, ordering, access, groupname, link, linkURL)
    
    VALUES ('Minutes 2004','Minutes 2004','0'0',4','0','Public',",")
    Tried staring at it in phpMyAdmin but not sure how it insert it directly, sorry.

    Also tried rolling back the ionfiles.php file but it didnt work.

    Thanks again for your assistance.
    Looks like you are missing the two new fields for the link. You must have overwritten the files instead of installing it new. Here is the SQL code you need to use to add those two fields:

    Code:
    ALTER  TABLE  `#__ionFile_Categories`  ADD  `link` INT NOT  NULL ,
     ADD  `linkURL` VARCHAR( 250  )  NOT  NULL
    Replace the #_ with your table prefix. If you table prefix is 'jom' it would look like this:

    Code:
    ALTER  TABLE  `jom_ionFile_Categories`  ADD  `link` INT NOT  NULL ,
     ADD  `linkURL` VARCHAR( 250  )  NOT  NULL
    If you need help let me know.

    Quote Originally Posted by jamesevolve View Post
    This is a great component, gives just the integration i was looking for on a charity site i'm building. I've put about 12 downloads over 2 catagories, but no matter what i do i cannot rearrange the order.
    The page is at retailtrustweek.org.uk under downloads, obviously.!
    Any ideas?
    This was a bug in this release. I've attached (couple posts up) a file which you can view how to install and fix here:

    Project: ionFiles - Joomla Simple File Download

  9. #109
    Newbie jamesevolve is an unknown quantity at this point
    Join Date
    Apr 2007
    Posts
    2

    Re Ordering Downloads

    Guess it would have helped if i'd read that first..!
    Many thanks Jordan, it worked a treat.
    Cheers
    James

  10. #110
    Newbie jhennen is an unknown quantity at this point
    Join Date
    Apr 2007
    Posts
    2

    Error installing IONfiles

    Hi, just downloaded ionfiles, but when I try to install in in Joomla 1.0.12
    it gives me the error

    Fatal error: Call to undefined function com_install() in C:\wamp\www\joomla\administrator\components\com_in staller\component\component.class.php on line 193

    I noticed that the version in the downloads says 1.4 while your post says that latest is 1.5.

    Any clues?

    Thanks

+ Reply to Thread
Page 11 of 37
FirstFirst ... 9 10 11 12 13 21 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

     

Similar Threads

  1. Replies: 6
    Last Post: 11-06-2008, 12:24 PM
  2. Download a file
    By Lop in forum PHP Forum
    Replies: 14
    Last Post: 05-16-2008, 12:07 PM
  3. Project for a simple password cracker
    By waf in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-22-2007, 04:19 PM
  4. How do I let people download a file from my page?
    By littlefranciscan in forum HTML Programming
    Replies: 6
    Last Post: 01-28-2007, 11:57 PM
  5. Easy way to download a file
    By Saint in forum Managed C++
    Replies: 5
    Last Post: 09-11-2006, 02:13 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts