Posted: 2007-04-30 18:14:06
I got the same message...J.P. wrote:I get the message...
The file is temporary unavailable, please try again later
Official Forum
https://forum.antp.be/phpbb3/
I got the same message...J.P. wrote:I get the message...
The file is temporary unavailable, please try again later
hope u spotted the code i posted, i was editted the post whilst u posted the above.J.P. wrote:But what must i change if i only wanted the pictures random in it.
I ask this because when i install your version then i must chanch to much to get it on my way.
pretty much a CSS problem. here's my copy of the CSS from my template folder so u can workout whats missing.J.P. wrote:Yes i have.
I have do it on my site but the background and the space is not ok from the random.
See http://www.palmans.net/dvdlijst
That will be because you are setting the width of your site by a percentage, where as on mine i set the site to be 670px wide always.J.P. wrote:Ok it's works ok now.
On your site when you make the page smaller than a scroll apears so that that the random are still on one line.
On my site i dont have a scroll so the random pic. are on 2 line's whni make the screen smaller.
PHP5, Mysql5.0.27 and apache2 are running fine on the server, as I have 4 other websites on the same server and all are working fine !* @copyright Copyright © 2006-2007, Michael Shepanski * @package PK-Designs * @version Version 1.0 (2007.01.06) * =============================================================================================== */ ?> require_once('mdb3.php'); $moviedb = new MDB3(); get_html(); ?>
Thanks it works ok now...kazgor wrote:That will be because you are setting the width of your site by a percentage, where as on mine i set the site to be 670px wide always.J.P. wrote:Ok it's works ok now.
On your site when you make the page smaller than a scroll apears so that that the random are still on one line.
On my site i dont have a scroll so the random pic. are on 2 line's whni make the screen smaller.
Code: Select all
# --- RESULTS MOVIES --------------------------
<div class='movies IMGVIEW curvy1 num_$SHOWING_TOTAL'>
<div class="bl"><div class="br"><div class="tl"><div class="tr">
<table cellspacing='0' border='0'>
{MOVIES}
<tr><td>
# --- Movie 1 of 4 in row ---
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=75' alt='$MOVIE[FORMATTEDTITLE]' title='$MOVIE[FORMATTEDTITLE]' />
</a>
</td><td>
# --- Movie 2 of 4 in row ---
$NEXT_MOVIE
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=75' alt='$MOVIE[FORMATTEDTITLE]' title='$MOVIE[FORMATTEDTITLE]' />
</a>
</td><td>
# --- Movie 3 of 4 in row ---
$NEXT_MOVIE
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=75' alt='$MOVIE[FORMATTEDTITLE]' title='$MOVIE[FORMATTEDTITLE]' />
</a>
</td><td>
# --- Movie 3 of 4 in row ---
$NEXT_MOVIE
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=75' alt='$MOVIE[FORMATTEDTITLE]' title='$MOVIE[FORMATTEDTITLE]' />
</a>
</td></tr>
{/MOVIES}
</table>
<div class='err err_$SHOWING_TOTAL'>No movies found with selected criteria.</div>
</div></div></div></div>
<div class="iefix"> </div>
</div>
# --- RESULTS FOOTER ----------------------
Code: Select all
# --- RESULTS MOVIES --------------------------
<div class='movies IMGVIEW curvy1 num_$SHOWING_TOTAL'>
<div class="bl"><div class="br"><div class="tl"><div class="tr">
<div class ='TABLE num_$SHOWING_TOTAL'>
{MOVIES}
<div class='covers'>
<a class='cover' href='$MOVIE[HREF]'>
<img src='$TEMPLATEDIR/images/resize.php?img=$UNIXDIR$COVERSDIR$MOVIE[PICTURENAME]&w=75' alt='$MOVIE[ORIGINALTITLE]' title='$MOVIE[ORIGINALTITLE]' />
</a>
</div>
{/MOVIES}
</div>
<div class='err err_$SHOWING_TOTAL'>No movies found with selected criteria.</div>
</div></div></div></div>
<div class="iefix"> </div>
</div>
# --- RESULTS FOOTER ----------------------
on your template folder you will have a config.inc file this controls the numbers that appear in the Num/Page drop down.J.P. wrote:Thanks i have installed the tweak and it's works...
Edit...
I also see on your page the covers templete have 5 on every line but after the tweak i have 5 too but on the last line i have 4, why?
Code: Select all
$this->template['views']['IMGVIEW']['title'] = "Covers";
$this->template['views']['IMGVIEW']['filename'] = "cover_view.tpl";
$this->template['views']['IMGVIEW']['npps'] = array(15, 25, 30);
$this->template['views']['IMGVIEW']['default_npp'] = 25;
Anybody can help?bbdoc wrote:Hi,
Sorry, I'm probably totally idiot, but I can't manage to get the script running... All I get is:
PHP5, Mysql5.0.27 and apache2 are running fine on the server, as I have 4 other websites on the same server and all are working fine !* @copyright Copyright © 2006-2007, Michael Shepanski * @package PK-Designs * @version Version 1.0 (2007.01.06) * =============================================================================================== */ ?> require_once('mdb3.php'); $moviedb = new MDB3(); get_html(); ?>
That's probably something totally idiot I missed, but I would appreciate some help...
Thanks
I'm not sure what this problem isbbdoc wrote:Anybody can help?bbdoc wrote:Hi,
Sorry, I'm probably totally idiot, but I can't manage to get the script running... All I get is:
PHP5, Mysql5.0.27 and apache2 are running fine on the server, as I have 4 other websites on the same server and all are working fine !* @copyright Copyright © 2006-2007, Michael Shepanski * @package PK-Designs * @version Version 1.0 (2007.01.06) * =============================================================================================== */ ?> require_once('mdb3.php'); $moviedb = new MDB3(); get_html(); ?>
That's probably something totally idiot I missed, but I would appreciate some help...
Thanks
Thanks
Yes, my other websites also use php...kazgor wrote:I'm not sure what this problem isi saw something similiar when i tried using 8888mb host.. i suspected it was because PHP was not setup correctly or it didn't like either the .php or .inc extension.
Does your other websites use PHP ok?
weird... do you know what "short Open Tag" actually does? (may haveto look it up myself)bbdoc wrote:OK, I finally found the solution to my problem... I had to activate a PHP option called "Short Open tag".
Thanks