Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi Guys,

Not sure what I have done wrong, but the images that I am uploading are not resizing to the desired size, and the thumbnails are not being generated, and are just staying as the little icon

Below is the code I have used for my page..

Code: Select all
<?php require_once( 'admin/cms.php' ); ?>
<cms:template title=Staff' clonable='1'>
    <cms:editable name='name' label='Name' required='1' type='text' order='1' />
    <cms:editable name='email' label='Email' required='1' validator='email' type='text' order='2' />
    <cms:editable type='richtext' label='Bio' name='bio' order='3' />
   <cms:editable name='image' label='Image' width='250' height='250' show_preview='1' type='image' order='4'/>
   <cms:editable name='image_thumb' label='Thumbnail' width='75' height='75' show_preview='1' assoc_field='image' type='thumbnail' order='5' />
   <cms:repeatable name='tracker' label='Tracker' order='6' >
<cms:editable type='text' label='Prospect Name' name='prospect' col_width='150' />
<cms:editable type='text' label='Account Manager' name='manager' col_width='150' />
<cms:editable type='text' label='Date Logged' name='date' col_width='150' />
<cms:editable name="progress" label="Progress" desc="Select one from these" opt_values='logged | contacted | meeting | presentation | quote' type='dropdown'/>
<cms:editable type='checkbox' label='Completed' name='completed' col_width='100' />
</cms:repeatable>
</cms:template>
<?php COUCH::invoke(); ?>


Screen Shot 2014-04-27 at 12.29.10 pm.png
Screen Shot 2014-04-27 at 12.29.10 pm.png (44.65 KiB) Viewed 1315 times


I'm not sure If i am doing something wrong.. any help would be greatly appreciated..
Sorry! actually found the answer... it was i had edited the kcfinder folder, and it wasn't working.. i re-uploaded the couchcms kcfinder and it fixed the problem!!
2 posts Page 1 of 1
cron