View Single Post
  #3  
Old 18th February 2010, 15:03
dubious dubious is offline
Member
 
Join Date: Feb 2010
Iceland
Posts: 9
Default
I added the " case 'Movies' etc." to use the simple_form but nothing shows up. Just the "invalid action!" where the forms should show up.

Code:
break;
    
    case 'Applications':
    case 'Comics':
    case 'E-Books':
    case 'E-Learning Videos':
    case 'Games':
    case 'Movies':
    case 'Documentaries':
        $TorentForm->simple_form();

break;
I am new to Linux in general and i do not know much of anything in php and mysql (gonna order some books next week).
When you say choose the upload template, are you talking about the forms wich need to be filled out when you upload something?

I thought that if i added the case 'Movies' to use the simple_form it would show up.
Every other category is working, just not the new ones that i added.
Reply With Quote