https://www.icyphoenix.com/viewtopic.php?f=26&t=2208&p=19235#p19235
-----------------------------------
Artie
Sun 02 Sep, 2007 19:16

Re: Possible To Get This Effect When Enlarging Pictures?
-----------------------------------
Create a folder called [b]lightbox[/b] in you phpbb_root.

Add these lines to the template file


[codeblock]<script type="text/javascript" src="lightbox/js/prototype.js"></script>
<script type="text/javascript" src="lightbox/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="lightbox/js/lightbox.js"></script>
<link rel="stylesheet" href="lightbox/css/lightbox.css" type="text/css" media="screen" />[/codeblock]

and edit [b]album_showpage.php[/b] as mentioned above.


