Search found 6 matches

by gandalf
2007-05-16 14:26:14
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

the list should be 2006 2005 2004 . . . 1994 Other "Other" contains all other movies which have a year of production which is not listed because you have to few movies of that year. You can change the threshold in config.inc $this->config['panels'][5]['dbfield'] = "YEAR"; $this->...
by gandalf
2007-05-16 08:30:19
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

year groups are not shown if they contain less than a prefixed number of movies (default should be 4 or 6, but you can change this).
Maybe you don't have so many movies older than 10 years?
by gandalf
2007-04-15 08:52:40
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

Hi,i have a problem about charset,in the description of the movies as you can see turkish characters dont look . hi, i had a similar problem with my movies description. Italian charset has some accented chars which aren't available in common charsets. What I did to solve the problem was to specify ...
by gandalf
2007-04-12 18:45:01
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

ok, i solved this problem by myself. Don't know if this is a correct way, but it works. Here is the little mod: in mdb_movie.inc @ line 113, add 'TRANSLATEDTITLE' to the array easyvars than in details_view.tpl substitute {TRANSLATEDTITLES;1}<div class='translated'>$TRANSLATEDTITLE[TITLE] $TRANSLATED...
by gandalf
2007-04-12 14:05:04
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

Just thought I'd mention a few things I noticed (and tweaked) when working with this template (which is so great btw, thanks): - Translated titles are by default comma separated lists, and handled as such. This naturally does not work for those translated titles containing a comma. Since my catalog...
by gandalf
2007-04-12 13:48:15
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244595

italian.inc

Hi guys, this template is simply impressive. Thx to mjs7231 for his work. I made an italian translation. Here is it: <? /** =============================================================================================== * ITALIAN Language file for MovieDB by PK-Designs.com * @author: m490 *=========...