phpBB Version: 3.0.5
Gallery-Link: http://www.borovnica.eu/phpbb/gallery/index.php
Error description and message
I have problems with insertion of picture from gallery to topic.
Link from gallery is :
- Code: Select all
http://www.borovnica.eu/phpbb/gallery/image.php?album_id=13&image_id=2067
or
[url=http://www.borovnica.eu/phpbb/gallery/image.php?album_id=13&image_id=2067][img]http://www.borovnica.eu/phpbb/gallery/image.php?album_id=13&image_id=2067&mode=thumbnail[/img][/url]
But if I insert this link into my topic with "IMG" , there is error.
Then I remove section "album_id=13&" and it works.
Right code:
- Code: Select all
http://www.borovnica.eu/phpbb/gallery/image.php?image_id=2067
Of course there is also "ALBUM" string, but this string show only small picture.
Is this normal, or only my board problem ?


