Page 1 of 1
Help with setting the Image Iframe good?
Posted: Thu Dec 30, 2004 1:11 am
by Cali
Hey, i've got CMS all working good and stuff, only i've got a lot of pictures but my iframe only shows like 2-3 pics, is there some way to fix this? where can i find the size of the iframe?
Help with setting the Image Iframe good?
Posted: Thu Dec 30, 2004 1:22 am
by Anonymous
nevermind, i already found it, this thread can be delled or for other users: in /admin/imagefiles.php
replace this:
Code: Select all
<__iframe SRC="../filemanager/ImageManager/images.php?dir=<?php echo "$reldir" ?>" NAME="imgManager" CLASS="imagefilesFrame" TITLE="Image Selection" FRAMEBORDER="0"></__iframe>
with this:
Code: Select all
<__iframe SRC="../filemanager/ImageManager/images.php?dir=<?php echo "$reldir" ?>" NAME="imgManager" CLASS="imagefilesFrame" TITLE="Image Selection" FRAMEBORDER="0" width="600" height="400"></__iframe>