https://www.icyphoenix.com/viewtopic.php?f=26&t=3154&p=21823#p21823
-----------------------------------
pepi
Mon 26 Nov, 2007 18:56

Re: Fab Bbcode
-----------------------------------
[quote user="RamboMann" post="21787"]

but whom I [code linenumbers=false][ img]URL pic[/img ][/code] use the pictures am increased

it must be nevertheless possible the pictures with this code [ img]URL pic[/img ] to insert.[/quote]
Hi
i know what you meen but this doesn't works not with the album mod only with [img]
but you can try

[code linenumbers=false]find in templates/subSilver/bbcode.tpl
<!-- BEGIN fullalbumimg --><a href="album_showpage.php?pic_id={IMG_NUM}" target="_blank" class="postlink"><img src="album_picm.php?pic_id={IMG_NUM}" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" border="0" /></a><!-- END fullalbumimg -->

Replace with
<!-- BEGIN fullalbumimg --><a href="album_showpage.php?pic_id={IMG_NUM}" target="_self" class="postlink"><img src="album_picm.php?pic_id={IMG_NUM}" onLoad="scaleImage(this)" alt="Image {IMG_NUM}" title="Image {IMG_NUM}" border="0" /></a><!-- END fullalbumimg -->[/code]
Pepi


