Page 1 of 1

Hi.how can I a

Posted: 20 Apr 2008, 00:53
by zangolin
Hi.
how can I add scrollbars to the detail popup window?
My images are 700px high so on smaller screens don't display properly + also nav butons are obscured.

Any solutions gratefully accepted.

Hi,compo

Posted: 20 Apr 2008, 22:10
by Jan
Hi,

components\com_phocagallery\views\detail\view.html.php

on row 105 +- remove:

overflow:hidden;

Jan

Thanks Jan

Posted: 22 Apr 2008, 00:41
by zangolin
Thanks Jan

Deleted overflow:hidden from were you suggested but still had no effect.
Re-booted Wamp server cleared cache etc but still no scrollbars appearing. Tested in IE, FFX, Opera + Safari. Any other ideas? do I have to specify scrollbars to be shown?

cheers
tim

If you use standard

Posted: 22 Apr 2008, 17:31
by Jan
If you use standard popup window, you must change the following code too:

components\com_phocagallery\views\category\view.html.php
row 177 +
Add the 'scrollbars=yes':

$button->set('options', "window.open(this.href,'win2','width=".$front_popup_wind
ow_width.",
height=".$front_popup_window_height.",
scrollbars=yes,menubar=no,resizable=yes'); return false;");

Thanks Jan. That las

Posted: 19 May 2008, 20:47
by zangolin
Thanks Jan. That last reply did the trick.

...

Posted: 20 May 2008, 16:27
by Jan