If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
sweborn
Posts: 12 Joined: 2007-10-17 23:16:52
Post
by sweborn » 2012-06-06 01:03:05
Sorry, online again.
Pinonono
Posts: 35 Joined: 2009-08-13 12:08:42
Post
by Pinonono » 2013-01-15 20:00:48
Beautiful template, thank you.
One question: how can "tighten" a little '?
see: backupfilm.altervista.org
the_observer
Posts: 62 Joined: 2009-11-12 05:53:14
Post
by the_observer » 2013-02-03 22:37:29
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.
droopy57
Posts: 37 Joined: 2013-02-01 17:25:25
Post
by droopy57 » 2013-02-04 11:22:18
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;'>
Pinonono
Posts: 35 Joined: 2009-08-13 12:08:42
Post
by Pinonono » 2013-02-05 14:06:43
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 .....
droopy57
Posts: 37 Joined: 2013-02-01 17:25:25
Post
by droopy57 » 2013-02-09 10:30:18
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>
Pinonono
Posts: 35 Joined: 2009-08-13 12:08:42
Post
by Pinonono » 2013-02-09 12:36:13
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!
the_observer
Posts: 62 Joined: 2009-11-12 05:53:14
Post
by the_observer » 2013-02-09 21:07:51
@ droopy57
Thank you very much for your instructions .
Now it is working great.
Regards,
the_observer.
droopy57
Posts: 37 Joined: 2013-02-01 17:25:25
Post
by droopy57 » 2013-02-10 00:10:54
@
Pinonono
In "
mdb_config.inc " change the line 70 (adds "ACTORS"):
Code: Select all
$this->config['search']['fields'] = array("ORIGINALTITLE", "TRANSLATEDTITLE", "NUM");
Pinonono
Posts: 35 Joined: 2009-08-13 12:08:42
Post
by Pinonono » 2013-02-10 10:51:22
Thank you, you are very kind .... now it works!
raphmax
Posts: 2 Joined: 2012-04-05 09:37:50
Post
by raphmax » 2013-02-12 14:40:07
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.
the_observer
Posts: 62 Joined: 2009-11-12 05:53:14
Post
by the_observer » 2013-03-08 23:18:08
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.
sandmanweb
Posts: 96 Joined: 2006-03-12 01:07:41
Post
by sandmanweb » 2013-11-03 22:37:10
to: droopy57
I really like your template.
Can you give me a link to your files please ?
sandmanweb
Posts: 96 Joined: 2006-03-12 01:07:41
Post
by sandmanweb » 2013-11-08 17:06:27
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; }