Search found 37 matches

by droopy57
2015-10-17 10:00:56
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi the_observer

there is a `cache` folder in : `templates` --> `default`[/b]
by droopy57
2014-09-30 03:04:53
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Salut

Merci pour la mise à jour et la rapidité d'intervention !!!
by droopy57
2014-09-29 09:01:53
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Salut

Testé avec :

- Qu'est-ce qu'on a fait au Bon Dieu? --> Pas de Bande-annonce

- RIO 2 --> OK
by droopy57
2014-09-28 19:24:04
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Bonjour

Un petit souci avec le script Allociné :
Ne récupère pas la bande-annonce, testé avec les format 0 et 4

Merci
by droopy57
2014-05-04 11:22:18
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Salut

Ce n'est pas aussi simple que ça !!

Il faut modifier :

- le fichier mdb_movie.inc
- tous les fichiers templates (.tpl)

et peut-être aussi (selon les besoins) :

- le fichier mdb3.php
- le fichier mdb_config.inc.php

Bon courage
@+[/b]
by droopy57
2014-05-03 15:43:35
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Salut

J'essaye ton template et j'ai quelques questions

D'une j'ai la même erreur que pele
et the error SELECT * FROM `moviesbc`.`moviesbc` ORDER BY DATEADDED DESC, NUM DESC LIMIT 0,20
Invalid Query: Unknown column 'DATEADDED' in 'order clause

J'ai vérifié dans ma base sql, le champ se nomme ...
by droopy57
2014-04-01 04:32:17
Forum: Ant Movie Catalog > Templates
Topic: Need some advise/help for modifying PK moviesdb
Replies: 5
Views: 7045

Can you tell me what kind sript language this is because i couldn't find hat != means.
It's php.


For your question 3 :
3. How can i add 1 movie into the sql database because if i import the sql file with 1 movie then it overwrite the datase and i see only the one movie.
In AMC when you do ...
by droopy57
2014-03-30 19:32:24
Forum: Ant Movie Catalog > Templates
Topic: Need some advise/help for modifying PK moviesdb
Replies: 5
Views: 7045

Ah ok !
It's this is because you have empty 'translated titles'
So here


/** -------------------------------------------------------------------------------------------
* Checks if ORIGINALTITLE = TRANSLATEDTITLE .
* @access private ...
by droopy57
2014-03-29 16:05:05
Forum: Ant Movie Catalog > Templates
Topic: Need some advise/help for modifying PK moviesdb
Replies: 5
Views: 7045

I do not have time to checck everything.
But here is the answer for question 4 :
/** -------------------------------------------------------------------------------------------
* Checks if ORIGINALTITLE = TRANSLATEDTITLE .
* @access private ...
by droopy57
2014-03-23 09:07:31
Forum: Ant Movie Catalog > Templates
Topic: debug program for pk's moviedb
Replies: 2
Views: 4927

Hi

The best way to see the changes that you make to your files *.tpl is to upload them on your server after each change.

This is how I do
by droopy57
2014-03-17 19:27:26
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Re: Mise à jour Allociné V130


Merci pour les exemples ... c'est vrai que ça facilite le boulot ... l'état de l'option "Format de la Bande-Annonce" aurait également été utile, j'vais pas rentrer dans les détails, mais j'me suis bien pris la tête :D.
D'ailleurs, je ne sais pas si tu l'avais remarqué, mais il y a un 4ème choix ...
by droopy57
2014-03-17 12:42:25
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Re: Allociné v129 -> url bande annonce

Bonjour

Il y a un petit souci avec le script Allociné v129 :

Suivant le film, il ne retourne pas toujours le lien de la Bande Annonce.
Même lorsque la B.A. est présente sur le site allociné.

Bonne journée

Exemples :

12 Years a Slave ok
La Reine des neiges ok
Les Garçons et Guillaume, à ...
by droopy57
2014-03-17 11:14:56
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [FR] Centralisation ScorEpioN [-SEN-]
Replies: 1594
Views: 796791

Allociné v129 -> url bande annonce

Bonjour

Il y a un petit souci avec le script Allociné v129 :

Suivant le film, il ne retourne pas toujours le lien de la Bande Annonce.
Même lorsque la B.A. est présente sur le site allociné.

Bonne journée
by droopy57
2014-03-16 10:37:48
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Re: add + signs at the left column mde by Droopy57 template

Hi Droopy57,

I don't know if it's to much to ask however i can't get your template working.
(get the error SELECT * FROM `moviesbc`.`moviesbc` ORDER BY DATEADDED DESC, NUM DESC LIMIT 0,20
Invalid Query: Unknown column 'DATEADDED' in 'order clause')

So i use the template created by Sweborn and it ...
by droopy57
2014-03-11 11:52:46
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Question 2 i found out what the problem is. Parently strange signs like ë etc. aren't accepted. I import the sql db with option utf8. Is there a solution?
It is possible to encode the sql file online. try this:
in your mdb3.php , search if (rename($sqlfile, $rn_sqlfile)) { and add this below ...
by droopy57
2014-03-09 09:45:25
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi pele

For your first question :

- download and replace the file: "languages/english.inc"
- opens the file, making the changes in your language and saves it as "dutch.inc" for example
- change your config in "mdb_config.inc.php" : $this->config['options']['language'] = " dutch ";


For other ...
by droopy57
2014-01-26 13:17:45
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi the_observer

It is a small 'bug' of AMC
This will be corrected in the next version
viewtopic.php?t=5634

In the meantime:

Before uploading to your server
- Open your sql file
- Research : '''
- Replace all by : '
by droopy57
2014-01-24 14:16:09
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi

I will look tomorrow to your problem of links

cover_view.tpl is small covers Yes
cover_view2.tpl is covers (medium size) Yes
cover_view3.tpl is coversXL yes
details.tpl is details view No : is details view in lightbox
detail_view.tpl is list view No : is details view
list_view.tpl is ...
by droopy57
2014-01-23 11:24:59
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi !

In files
  • cover_view.tpl
    cover_view2.tpl
    cover_view.tpl
    details.tpl
    detail_view.tpl
Replaces: $ MOVIE [TRANSLATEDTITLE]

by $ MOVIE [ORIGINALTITLE]
by droopy57
2014-01-20 13:56:43
Forum: Ant Movie Catalog > Templates
Topic: PKs Movie Database 3.0.3 modification by sweborn
Replies: 77
Views: 79114

Hi the_observer

Try this :

function _viewtitles() {
$html = "";
$originaltitlte = trim($this->data[ORIGINALTITLE]);
$translatedtitlte = trim($this->data[TRANSLATEDTITLE]);
if ($translatedtitlte != $originaltitlte)
{
$html .= "<div class='translated'>".$originaltitlte."</div><div class ...