View Single Post
  #1  
Old 18th February 2010, 14:48
dubious dubious is offline
Member
 
Join Date: Feb 2010
Iceland
Posts: 9
Default Need help adding torrent categories to gazelle.
I got gazelle and xbt installed, now it is just time to change things.
I am trying to add a torrent category for games, movies and documentaries.

My config.php file is as follows:
Code:
$Categories = array('Music', 'Applications', 'E-Books', 'Audiobooks', 'E-Learning Videos', 'Comedy', 'Comics', 'Games', 'Movies', 'Documentaries'); 

$CategoryIcons = array('music.png', 'apps.png', 'ebook.png', 'audiobook.png', 'elearning.png', 'comedy.png', 'comics.png', 'games.png', 'movies.png', 'documentaries.png');
And i added to the file in sections/torrents/edit.php:
case 'Applications':
case 'Comics':
case 'E-Books':
case 'E-Learning Videos':
case 'Games':
case 'Movies':
case 'Documentaries':

The categories show up but when i try the upload page and select either games, movies or documentaries i get a message about an "Invalid action!"

It worked for me the other day but i took everything down to start over and now i am forgetting something.
I have been reading up on way to many things these few days and now it's all kinda mushed together.

Can you tell me what files i need to change to add my categories?

Thx
Reply With Quote