Modification of PK's MovieDB [UPDATE 2009-06-04]
thx for your work, looks really great.alex1 wrote:New Link: http://ul.to/mf7pt0
but i can't download it from your rapidshare link or from your uploaded link. please create an collectors account to share it with more than 10 people or premium members.
thx
The file status can only be queried by premium users - Purchase a premium account now!alex1 wrote:New Link: http://ul.to/mf7pt0
Uploaded it on my personal webspace. It will last a bit longer now.
http://alexirsi.czerrahn.de/dl/download.php?id=9
http://alexirsi.czerrahn.de/dl/download.php?id=9
-
- Posts: 2
- Joined: 2009-10-25 14:08:26
Ok first thanks for this great template, it looks great:
http://hiromovies.piranho.de/movies/index.php
One problem: What do I need to write exactly in mediatype field to display the "Xvid" logos? As you see I have som xvids there but no logo displayed. I figured out how to display avc, mp3:
But I can't figure out display code for xvids. Tried alread XvID, xvid, Xvid....
Anyone can help?
http://hiromovies.piranho.de/movies/index.php
One problem: What do I need to write exactly in mediatype field to display the "Xvid" logos? As you see I have som xvids there but no logo displayed. I figured out how to display avc, mp3:
Code: Select all
AVC
MP3
Anyone can help?
I am using your template: very nice!
I have two problems. There is an error in the view of the country
I would enter the URL of the movie.
Resolved:
Can you help me?
http://backupfilm.altervista.org/moviedb/
I have two problems. There is an error in the view of the country
Resolved:Pease: {COUNTRYS;, }$COUNTRY[TEXT]{/COUNTRYS}
Code: Select all
<td width='6%' align='left'><b>$LANG[COUNTRY]:</b></td>
<td width='25%' align='left'>$MOVIE[COUNTRY]</td>
Resolved:
Code: Select all
<td width='10%' align='left'><b>URL</b></td>
<td width='43%' align='left'><a href='$MOVIE[URL]'target='_blank'>$MOVIE[URL]</a></td>
http://backupfilm.altervista.org/moviedb/
Awesome Alex, looks nice. I really like the addition of the lightboxes for
image previews and especially the actor list. Glad someone was able to
take the reigns and keep this project officially moving forward. Any chance
you fixed these issues? http://securityvulns.com/Tdocument50.html
I haven't touched this project in a long time, its about time the copyrights
came off anyway. I just ask that you keep the Creative Commons license
attached either a readme or in the code. Any interest in getting this into
Google Code or something where we can better track bugs and changes?
I have moved my development efforts from PHP to Python, so if I have time
I may work on a Django version in the future. Problem is that I no longer
use Windows and do everything on Linux. That puts a damper on my use of
Ant Movie Catalog.
image previews and especially the actor list. Glad someone was able to
take the reigns and keep this project officially moving forward. Any chance
you fixed these issues? http://securityvulns.com/Tdocument50.html
I haven't touched this project in a long time, its about time the copyrights
came off anyway. I just ask that you keep the Creative Commons license
attached either a readme or in the code. Any interest in getting this into
Google Code or something where we can better track bugs and changes?
I have moved my development efforts from PHP to Python, so if I have time
I may work on a Django version in the future. Problem is that I no longer
use Windows and do everything on Linux. That puts a damper on my use of
Ant Movie Catalog.
AMAZING work. this template made me use ANT for a small project i have for my website =)
Im not a coder, i can design but... i lack coding skills so im hoping someone can help me on this :
I want to create a menu on the side, like the year cap and the genre, but... my ratings.
Movies rated 10
Movies rated 9
etc...
etc....
can someone help me on this? thanks in advance =)
Im not a coder, i can design but... i lack coding skills so im hoping someone can help me on this :
I want to create a menu on the side, like the year cap and the genre, but... my ratings.
Movies rated 10
Movies rated 9
etc...
etc....
can someone help me on this? thanks in advance =)
I would reinsert the function "random movie."
I realized that I must put the code in detail_view.tpl
But all I get out of proportion to the template and the images are "fuzzy". What is wrong?
I realized that I must put the code in detail_view.tpl
Code: Select all
# --- RANDOM MOVIES COVERS --------------------
<div class='movies IMGVIEW curvy2'>
<div class="bl"><div class="br"><div class="tl"><div class="tr">
<div class="header">$LANG[RANDOMMOVIES]</div>
<table class='TABLErnd'><tr>
{RNDFILMS}
<td><a class='cover' href='$RNDFILM[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$RNDFILM[PICTURENAME]&w=75' alt='$RNDFILM[ORIGINALTITLE]' title='$RNDFILM[ORIGINALTITLE]'/>
</a></td>
{/RNDFILMS}
</tr></table>
<div class='footer'></div>
</div></div></div></div>
<div class="iefix"> </div>
</div>
# --- RESULTS MOVIES --------------------------
The easy way is just add another panel to the config file, like this:Elusyn wrote:Im not a coder, i can design but... i lack coding skills so im hoping someone can help me on this :
I want to create a menu on the side, like the year cap and the genre, but... my ratings.
Movies rated 10
Movies rated 9
etc...
etc....
Code: Select all
//----
$this->config['panels'][15]['dbfield'] = "RATING";
$this->config['panels'][15]['display'] = TRUE;
$this->config['panels'][15]['minimum'] = 1;
//----
Meanwhile I'm investigating further ways to do it.
Code: Select all
SELECT PERIOD,count(*) FROM `kirtsn_databasetest`.`movies` GROUP BY PERIOD ORDER BY PERIOD
Invalid Query: Unknown column 'PERIOD' in 'field list'
I think you mean with autoimport just this function? http://img20.imageshack.us/i/importsql.png/ (This is what I did)Eddie wrote:Reuploaded by hand or by the autoimport function?
How can I reupload it by hand?
Thanks
Ps. I didn't edit the config file
Code: Select all
$this->config['options']['auto_import'] = TRUE;