Page 1 of 1

Limited numbers of images in the filebrowser

Posted: Fri Jul 24, 2009 12:54 pm
by mmenke
Hi,

I recently added a lot of images to one of my templates (>100) and ran into the problem that the list of images in the drop-out box in the RichTextEditor is limited to 100 images.

I tried to adjust this value by editing the following file:

/home/openemm/webapps/core/WEB-INF/work/_jsp/_fckeditor2__5/_editor/_filemanager/_browser/_emm/_browser__jsp.java

In line 87 (OpenEMM 5.5.1) it says:

_jsp_HibernateQuery_3.setMaxRows("100");

Thought I found it and tried to set this to 200 - but it did not help.

Any ideas on how we could make this limit go away?

Thanks,

Marco