Page 1 of 1

bbcode and pictures from the CDRLabs database

PostPosted: Tue Feb 15, 2005 2:01 pm
by dodecahedron
unfortunately, the picture database of CDRLabs is set up in such a way that it's not possible to post images in forum topics. the bbcode tag Img won't accept them.

example:
Code: Select all
[img]http://www.cdrlabs.com/reviews/images-view.php3?imageid=7121[/img]

has this output:
Image

as far as i can figure it, the bbcode expexts a .jpeg/.jpg/.gif/.png etc filetype at the end.

the best workaround i've come up with is:
Code: Select all
[url=http://www.cdrlabs.com/reviews/images-view.php3?imageid=7121]picture!!![/url]

which gives:picture!!!

clicking on the link will give me the picture in another window (or tab). not as good as embedding the picture in the post.

is there any way to fix things so that it will be possible to use the database pics ?

Re: bbcode and pictures from the CDRLabs database

PostPosted: Tue Feb 15, 2005 2:36 pm
by cfitz
dodecahedron wrote:is there any way to fix things so that it will be possible to use the database pics ?

There should be, since if I recall correctly, I used to do just what you are describing and it worked fine. I think something must have changed in one of the recent phpBB releases.

cfitz

PostPosted: Thu Feb 17, 2005 6:50 pm
by Ian
use this:

Code: Select all
[img]http://www.cdrlabs.com/new_images/xxxx.jpg[/img]


Where xxxx is the # of the image.

PostPosted: Thu Feb 17, 2005 9:52 pm
by dodecahedron
Ian wrote:use this:

Code: Select all
[img]http://www.cdrlabs.com/new_images/xxxx.jpg[/img]


Where xxxx is the # of the image.

cool!!! :D
thx

PostPosted: Thu Oct 13, 2005 3:15 pm
by dodecahedron
i should put this in the FAQ.
i has to search for it!

PostPosted: Thu Oct 13, 2005 4:21 pm
by MediumRare
dodecahedron wrote:i should put this in the FAQ.
i has to search for it!

Please do so. I remember reading it and forgot where that was when I wanted to do this.

G

PostPosted: Sun Jan 01, 2006 7:41 pm
by dodecahedron
done.