Is it possible to include the 'border="1"' in to the random image code? So that each random thumbnail has a border!
Thx
Tony
Also 'big up' to the Gallery devs, this is a fantastic script - although I can't see why it isn't an integral part of PHP-Nuke, should be!! :wink:
Posts: 3474
Hi. You can change this line in classes/Image.php in the getTag() function:
< $attrs .= " border=0";
to
> $attrs .= " border=1";
Of course, this will affect all of your images! (but at least it's straightforward :smile: ).
-Beckett (beck@beckettmw.com)
Posts: 26
Hi Beckett,
Many thanks for that - worked a treat.
Tony :smile:
Posts: 77
Hallo,
in the actual beta of my random-block (only for postnuke!) you can select a border in the block-config-dialog.
Joerg
You can get the latest code <!-- BBCode Start --><A HREF="http://www.holzapfel-online.de/modules.php?op=modload&name=Downloads&file=index&req=getit&lid=9" TARGET="_blank">here</A><!-- BBCode End -->.