Help with setting the Image Iframe good?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Cali

Help with setting the Image Iframe good?

Post 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?
Anonymous

Help with setting the Image Iframe good?

Post 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>
Locked

Return to “[locked] Installation, Setup and Upgrade”