insert image no gif

Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Forum rules
Temporary forum to obtain support while phpBB.com is offline.
Please use the support forum on phpBB.com
Locked
maximum
Registered User
Posts: 2
Joined: Thu Feb 05, 2009 8:50 am

insert image no gif

Post by maximum »

Is there anyway that I can use the [img] code but make it so gifs are not linkable?

bolverk
I've been banned
Posts: 280
Joined: Mon Feb 02, 2009 5:39 pm

Re: insert image no gif

Post by bolverk »

I don't understand what it is you are asking. Could you provide a little more detail and perhaps an example?

User avatar
Lumpy Burgertushie
Registered User
Posts: 1006
Joined: Tue Feb 28, 2006 5:26 pm

Re: insert image no gif

Post by Lumpy Burgertushie »

images are not clickable unless you make them so.

for instance, this:

Code: Select all

[img]https://camo.phpbb.com/a16a483b08735a527af893eda9767d5896604003/687474703a2f2f6172656135312e70687062622e636f6d2f70687042422f7374796c65732f70726f73696c7665722f696d6167657365742f736974655f6c6f676f2e676966[/img]
produces this:
Image

and is not clickable/not a link.

however, this:

Code: Select all

[url=http://area51.phpbb.com][img]https://camo.phpbb.com/a16a483b08735a527af893eda9767d5896604003/687474703a2f2f6172656135312e70687062622e636f6d2f70687042422f7374796c65732f70726f73696c7665722f696d6167657365742f736974655f6c6f676f2e676966[/img][/url]
produces this:
Image

which is clickable/a link.

so, gifs/images using the [img ] tag are not links unless you make them one.

if you are talking about people being able to right click on an image and save it, then that is a different matter and you can not really stop that anyway.


robert

Locked