Note: You must be registered in order to post a reply.
T O P I C R E V I E W
SirMaggot
Posted - 02 Aug 2009 : 15:57:49 Hiya. I have been trying to get the IMDB (complete) script to be able to combine genre and sub-genre to the genre-field.
I found this in the script.
// #35# = Set to the maximum amount of "genres" (categories) the script should take. // If you want the "genres" only to have the first genre and the rest to be placed in "subgenres" // then you should set this to "1" and set the #36# (subgenres) to 0. // "All available" = 0 #PUT#=1#35# // #36# = Set to the maximum amount of "subgenres" (subcategories) the script should take. // If you want the "genres" only to have the first genre and the rest to be placed in "subgenres" // then you should set this to "0" and set the #35# (genres) to 1. // "All available" = 0. #PUT#=0#36#
I did change the 35 row from 1 to 0. But it still put only 1 genre in the genre field and the rest in sub-genre.