Search found 11 matches
- 2009-10-26 07:50:27
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
See what date format is expected by your database, and make sure the sql file has the same format for dates. If your database uses 0000-00-00 so must your sql file. If they don't match you need to A) configure your system so they match of B) change date format in the sql script itself using regular ...
- 2008-11-08 20:31:36
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
This template won't load in IE8 standards mode (the default mode). I've found the search box is the culprit. Some small changes in details_view.tpl fixes the problem to a certain degree (trial and error solution, a proper fix by someone who knows what they're doing would be welcome) Replace existing...
- 2008-10-27 16:13:58
- Forum: Ant Movie Catalog > Scripts
- Topic: IMtoAMC - create csv file with movies to import to AMC
- Replies: 4
- Views: 2641
- 2007-05-28 07:00:50
- Forum: Ant Movie Catalog > Templates
- Topic: Template mod request. help me please
- Replies: 4
- Views: 3149
I don't think so. I did not work with html templates yet, but maybe you should have a closer look at the airplane_vn_065b.html template. Seems that it uses Javascript and it supports both required functions ;) Seems you're correct, but let it be said that this should only be an option if a database...
- 2007-05-26 18:55:30
- Forum: Ant Movie Catalog > Templates
- Topic: Template mod request. help me please
- Replies: 4
- Views: 3149
- 2007-05-20 20:54:23
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
I brushed up my db with a custom color scheme. If anyone wants the stylesheet and gifs, pm me (I didn't update the imdb images though, I don't use them)
http://blue334.awardspace.com
http://blue334.awardspace.com
- 2007-05-04 22:13:30
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
Awarspace doesn't like this template anymore :( If you go to 'next' page, it just throws you to awardspace.com. Awardspace is fine, they just updated their word filter. If a page rendered with this template contains a filtered word, it throws you to awardspace.com. Remove or replace instances of th...
- 2007-02-22 20:52:44
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
- 2007-02-21 15:51:11
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
A couple additional problems... There seems to be some unwanted behavior related to the Side panel configuration in mdb_config.inc. If I set e.g. YEAR panel not to display, and then click a year (e.g. 1947) in the details list, the link becomes .../index.php?search=1947 not .../index.php?year=1947 w...
- 2007-02-21 08:41:41
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
- 2007-02-18 13:56:32
- Forum: Ant Movie Catalog > Templates
- Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
- Replies: 564
- Views: 244663
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 ...