Number of Images

Permalink Browser Info Environment
Just wanted to ask if there is anyway that the number of images that can appear in the sortable area can be increased or the area it's self?
What I mean by that is I have a file set with 40+ images and growing, and I am now finding it difficult to move them around in the sortable area.

Type: Discussion
Status: New
madeforspace
View Replies:
jordanlev replied on at Permalink Reply
jordanlev
You will have to hack the php files to do this:

Edit this file:
YOURSITE/packages/sortable_fancybox_gallery/blocks/sortable_fancybox_gallery/form.php

...and in line 3, change the #thumbnailsContainer css "height" attribute to something larger than 330px.

If you also want the whole edit dialog window to be taller, you need to edit this file:
YOURSITE/packages/sortable_fancybox_gallery/blocks/sortable_fancybox_gallery/controller.php

...and change line 12 from this:
protected $btInterfaceHeight = "480";

...to something higher, like this:
protected $btInterfaceHeight = "680";

AND after you do that, you need to go to Dashboard -> Add Functionality, click the "Edit" button next to Sortable Fancybox Gallery, then click the "Edit" button over to the right of the screen, then click the "Refresh" button (do NOT click "Remove").
Every time you change the "btInterfaceHeight" number, you need to do that refresh operation from the dashboard, otherwise it won't show up when you edit the block. (But if you only change the #thumbnailsContainer height css in form.php, then you don't need to worry about the refresh operation).

Hope that helps -- let me know if you run into any trouble.

-Jordan
madeforspace replied on at Permalink Reply
madeforspace
Thanks Jordan, your a star.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.