Lost Password?

Go Back   CodeCall Programming Forum > Community > Community Projects

Community Projects Projects created by members of CodeCall. Post all reviews, bugs and questions in this forum under the correct project thread.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 11-26-2006, 04:09 PM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,512
Last Blog:
Zend: PHP Security Web...
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Same here. I tested here in Linux and didn't even think about IE. I'll get that fixed tomorrow or sometime next week. Thanks for the bug report!
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-26-2006, 04:15 PM
karn karn is offline
Newbie
 
Join Date: Nov 2006
Posts: 1
Rep Power: 0
karn is on a distinguished road
Default Great component!

Thanks for the very helpful joomla component!

After installing the ionfiles.zip file yesterday I noticed there were some problems and went to the Joomla components installer page. The version for this component says "0.6.0" and not "1.0". I downloaded again today just to be sure and it is still the same version.

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"'
One other thing that I would like (and did change in my version) was HTML allowable text in the header text, header description and file description.
administrator/components/com_ionfiles/admin.ionfiles.php line 639, 961 and 964, for example:
Code:
$description	= mosGetParam( $_POST, 'description', null);
to:
Code:
$description	= mosGetParam( $_POST, 'description', null, _MOS_ALLOWHTML);
I apologize if these are known problems and version 1.0 is available someplace else.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-26-2006, 04:30 PM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,512
Last Blog:
Zend: PHP Security Web...
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Thanks! No, it was version .6.0 in previous releases (none on Joomla Extensions though). I'll make the changes you have requested above! Thank you!
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-27-2006, 07:30 AM
Forsh Forsh is offline
Newbie
 
Join Date: Nov 2006
Location: okinawa
Posts: 7
Rep Power: 0
Forsh is on a distinguished road
Default Hmm

I can't get the file download to serve up my file in internet explorer either. Love the component though, integrates nicely. HDR
__________________
Japan Photos

Last edited by Forsh; 09-19-2007 at 02:02 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 11-27-2006, 07:54 AM
Blix Blix is offline
Newbie
 
Join Date: Nov 2006
Location: Düsseldorf, Germany
Posts: 13
Rep Power: 0
Blix is on a distinguished road
Default

Hallo, i also just installed the component. I´ve the same problems. Download is impossible with both IE6 & FF2.0 Browsers. My Joomla version is 1.0.11

any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 11-27-2006, 08:47 AM
Ronin Ronin is offline
Programming Professional
 
Join Date: Apr 2006
Posts: 299
Rep Power: 9
Ronin is on a distinguished road
Default

Looks like it works on the demo site - using IE6. Perhaps there is an update about to be released?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 11-27-2006, 09:16 AM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,512
Last Blog:
Zend: PHP Security Web...
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Version Update
I fixed these bugs last night and have now uploaded them.
Current Version is 1.1
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 11-27-2006, 11:41 AM
Blix Blix is offline
Newbie
 
Join Date: Nov 2006
Location: Düsseldorf, Germany
Posts: 13
Rep Power: 0
Blix is on a distinguished road
Default

Thanks for the quick response, but it didn´t change anything. Download is still not possible

Last edited by Blix; 11-27-2006 at 12:20 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 11-27-2006, 01:35 PM
Hamilton56 Hamilton56 is offline
Newbie
 
Join Date: Nov 2006
Posts: 1
Rep Power: 0
Hamilton56 is on a distinguished road
Default

The error in which I recieve in Firefox is "no input file specified" when I attempt to download a file. I've checked the link several times and it is working. Maybe I'm missing something simple

I use FireFox.

http://www.jhamilton.net/csgamer/ind...iles&Itemid=43
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 11-27-2006, 02:03 PM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 25
Posts: 4,512
Last Blog:
Zend: PHP Security Web...
Rep Power: 50
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Odd Error. That string isn't even in my code.
Can you create an temporary admin account for me on your joomla installation and PM me with the details?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download a file Lop PHP Forum 14 05-16-2008 12:07 PM
Project: ionFiles - Joomla Simple File Download - Mirror 2 Jordan ionFiles 3 04-07-2008 03:09 PM
Project for a simple password cracker waf Visual Basic Programming 2 03-22-2007 04:19 PM
How do I let people download a file from my page? littlefranciscan HTML Programming 6 01-28-2007 11:57 PM
Easy way to download a file Saint Managed C++ 5 09-11-2006 02:13 PM


All times are GMT -5. The time now is 03:07 PM.

Contest Stats

John ........ 87.50000
dargueta ........ 75.00000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads