PHPBB3 Html Image links?

Discuss phpBB 3.0.x in general.
Forum rules
Please post any phpBB 3.1.x related topics in the phpBB 3.1.x discussion forum.
Post Reply
Vejovis
New member
New member
Posts: 2
Joined: 27 Oct 2010, 23:36

PHPBB3 Html Image links?

Post by Vejovis »

I hosted a phpbb forum a while back and I could swear I was able to hotlink img html code. Anyone know of a mod or hack that would allow this?

[img] vs <img>

Thanks

- Drew
User avatar
bonelifer
Administrator
Administrator
Posts: 476
Joined: 24 Jun 2006, 17:48
Real name: William
Location: htpc.MythBuntu

Re: PHPBB3 Html Image links?

Post by bonelifer »

Would you be more specific about what you are trying to do?
Vejovis
New member
New member
Posts: 2
Joined: 27 Oct 2010, 23:36

Re: PHPBB3 Html Image links?

Post by Vejovis »

Defualt PHPBB code:
[img]http://img576.imageshack.us/img576/6827/catyr.jpg[/img]

Html code:
<a target='_blank' title='ImageShack - Image And Video Hosting' href='http://img576.imageshack.us/i/catyr.jpg/'><img src='http://img576.imageshack.us/img576/6827/catyr.jpg' border='0'/></a>

I want Html code to work on my site.

That help?
User avatar
RMcGirr83
Supporter
Supporter
Posts: 6242
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr

Re: PHPBB3 Html Image links?

Post by RMcGirr83 »

But why?

this

Code: Select all

[url=http://img576.imageshack.us/i/catyr.jpg/][img]http://img576.imageshack.us/img576/6827/catyr.jpg[/img][/url]


[url=http://img576.imageshack.us/i/catyr.jpg/][img]http://img576.imageshack.us/img576/6827/catyr.jpg[/img][/url]

is the same as this

Code: Select all

<a target='_blank' title='ImageShack - Image And Video Hosting' href='http://img576.imageshack.us/i/catyr.jpg/'><img src='http://img576.imageshack.us/img576/6827/catyr.jpg' border='0'/></a>


..and doesn't allow your forum to be subject to nastiness that can occur by allowing html.
Post Reply