Page 1 of 4
PKs Movie Database 3.0.3 modification by sweborn
Posted: 2012-05-06 17:04:41
by sweborn
PKs MovieDb 3.0.3 custom mod by sweborn
Modifications:
- -Wider template, Larger and more covers on each site
-New color scheme
-Redesigned Detailspage
Screenshots
1.details_view,
2.cover_view,
3.details
Download
ftp://guest@swedenpirates.dyndns.org
no download
Posted: 2012-05-30 16:33:20
by johndick
link is bad
Posted: 2012-06-06 01:03:05
by sweborn
Sorry, online again.
Posted: 2013-01-15 20:00:48
by Pinonono
Beautiful template, thank you.
One question: how can "tighten" a little '?
see: backupfilm.altervista.org
Posted: 2013-02-01 17:29:58
by droopy57
Hello
Yes very beautiful
I used your template to mine
Thank you
http://www.bclaude.neq3.com/
Posted: 2013-02-03 22:37:29
by the_observer
Great template.
Congratulations. I use this now.
Also, may i ask a question?
My monitor is 1280x1024 and so the template exceeds to the right a little bit.
Is there something i can do to shrink it a bit?
I bet there is, but since i am a newbie with templates and stuff i dont know how to do it but i am an expert in following directions
Thank you for your time reading this.
Regards,
the_observer.
Posted: 2013-02-04 11:22:18
by droopy57
Pinonono and
the_observer
In "
index.php" you can change the line 22 :
Code: Select all
<div style='width: 1300px; margin: 0 auto; padding: 1px 10px; border: 4px solid #555; border-width: 0 4px 0 4px; background-color: #303030;'>
Posted: 2013-02-05 14:06:43
by Pinonono
I can not reduce ... if I put 1200 px does not work well ....
I also wanted to tell you that the "Search" function does not work well if you are looking for an actor .....
Posted: 2013-02-09 10:30:18
by droopy57
Pinonono
In "
index.php" change the line 22 :
Code: Select all
<div style='width: 1300px; margin: 0 auto; padding: 1px 10px; border: 4px solid #555; border-width: 0 4px 0 4px; background-color: #303030;'>
In "
mdb_config.inc" change the line 53 (by 5):
Code: Select all
$this->config['options']['random_movies'] = 6;
In "
cover_view.tpl" lines 140 to 146, removes :
Code: Select all
<td>
# --- Movie 6 of 6 in row ---
$NEXT_MOVIE
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=175' alt='$MOVIE[FORMATTEDTITLE]' title='$MOVIE[FORMATTEDTITLE]' />
</a>
</td>
Posted: 2013-02-09 12:36:13
by Pinonono
Thank you. I was able to adjust a little by putting a 5 random movies ....
The other problem is on the "Search" button. Look at the pictures ......
That is, if I try an actor does not find it, but this really is ..... You can do anything?
Thanks for your patience!
Posted: 2013-02-09 21:07:51
by the_observer
@ droopy57
Thank you very much for your instructions .
Now it is working great.
Regards,
the_observer.
Posted: 2013-02-10 00:10:54
by droopy57
@
Pinonono
In "
mdb_config.inc" change the line 70 (adds "ACTORS"):
Code: Select all
$this->config['search']['fields'] = array("ORIGINALTITLE", "TRANSLATEDTITLE", "NUM");
Posted: 2013-02-10 10:51:22
by Pinonono
Thank you, you are very kind .... now it works!
Posted: 2013-02-12 14:40:07
by raphmax
Hi all
@droopy57 : How did you add the "plus (+)" to expand the categories, years, etc...
Your template is very nice!
I modified the v3.0, but yours is awesome !
Thanks !!
Regards.
PS : if you are french, you can answer ine french if it's simpler.
Posted: 2013-03-08 23:18:08
by the_observer
Hi all
@droopy57 : How did you add the "plus (+)" to expand the categories, years, etc...
Your template is very nice!
I modified the v3.0, but yours is awesome !
Thanks !!
Regards.
PS : if you are french, you can answer ine french if it's simpler.
Yes awesome modification of the template.
Really cool.
Posted: 2013-11-03 22:37:10
by sandmanweb
to: droopy57
I really like your template.
Can you give me a link to your files please ?
Posted: 2013-11-03 23:23:53
by sandmanweb
I made some modifications to Pk's Movie Database too.
You can view them here:
viewtopic.php?t=4500&start=0&postdays=0 ... highlight=
But I prefere your template. The look of it.
Posted: 2013-11-06 04:59:45
by droopy57
Bonjour @ tous
voici le lien de téléchargement de mon template :
http://bcvideos.tk/PKsMovieBC/
Posted: 2013-11-06 15:47:43
by sandmanweb
Merci beaucoup !
Posted: 2013-11-08 17:06:27
by sandmanweb
petit erreur dans ton fichier style.css
remplacer
Code: Select all
#mdb .movie .videoformat A.videoformat_XVID { background-image: url('images/videoformat/xvid.png') no-repeat; }
#mdb .movie .videoformat A.videoformat_DIVX { background-image: url('images/videoformat/divx.png') no-repeat; }
par
Code: Select all
#mdb .movie .videoformat A.videoformat_XVID { background: url('images/videoformat/xvid.png') no-repeat; }
#mdb .movie .videoformat A.videoformat_DIVX { background: url('images/videoformat/divx.png') no-repeat; }