Je pense que le site à légèrement changé et qu'il n'est plus possible avec la version 1.1 du script de récupérer les infos suivantes:
- Le développeur (champ Director)
- L'éditeur (champ Producer)
- Le type de jeu (champ Category)
- L'année (champ Year)
Je ne suis pas un spécialiste, mais je pense ...
Search found 6 matches
- 2009-06-13 08:43:48
- Forum: Ant Movie Catalog > Mods
- Topic: [FR] Gamekult
- Replies: 21
- Views: 12754
- 2008-02-11 16:17:11
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 329123
I'm not 100% shure but it seem that there is an error in the mdb3.php provided by Fl0yd on 20080106.
The line 360:should be
Quotes arround the NUM
The line 360:
Code: Select all
array_push($nummovies, $row[NUM]);
Code: Select all
array_push($nummovies, $row['NUM']);
- 2008-02-11 14:10:11
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 329123
- 2008-02-07 13:00:43
- Forum: Ant Movie Catalog > Scripts
- Topic: Use of Formated title in scripts
- Replies: 10
- Views: 2992
- 2008-02-06 17:16:51
- Forum: Ant Movie Catalog > Scripts
- Topic: Use of Formated title in scripts
- Replies: 10
- Views: 2992
In fact I'm trying to use the formatted title to structure the file name of the movie.
To do this, I store the name in the media field.
The structure i want is: translated title (Original Title) [Year]
and for translated title I need to automatically format the title according to the formatted title ...
To do this, I store the name in the media field.
The structure i want is: translated title (Original Title) [Year]
and for translated title I need to automatically format the title according to the formatted title ...
- 2008-02-06 16:25:33
- Forum: Ant Movie Catalog > Scripts
- Topic: Use of Formated title in scripts
- Replies: 10
- Views: 2992
Use of Formated title in scripts
While the formated title is a virtual field, is there a way to use it in scripts ?
I've tried getfield(fieldFormattedTitle) but this doesn't work.
Is there a way to use it or not ?
Regards
I've tried getfield(fieldFormattedTitle) but this doesn't work.
Is there a way to use it or not ?
Regards