Help with setting the Image Iframe good?
Help with setting the Image Iframe good?
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?
nevermind, i already found it, this thread can be delled or for other users: in /admin/imagefiles.php
replace this:
with this:
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>
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>