Documents >> Developent & Code >> CMSMS Image DropDownBox

Pages

CMSMS Larger Thumbnails
C#, Threadded Form Write
CMSMS Image DropDownBox

CMS Made Simple - How to remove the Image & Thumbnail DropDownBox from content page

I the current version of CMSMS (1.5.2) it is not possible to specify if you want the dropdown boxes or not.

Since they confused some of my customers, I removed them by editing the core source.

Edit the following file ind your cmsms dir:

/lib/classes/contenttypes/Content.inc.php

In this file, you comment out the following two lines:

$ret[] = array(lang('thumbnail').':',$dropdown);
$ret[] = array(lang('image').':',$dropdown);

I do not think it will be long before this is added as an option to CMS Made Simple


^ Top | Copyright © 2007 Afterschool.dk| css | xhtml