1 (edited by Kryptix 2006-10-23 01:04)

Topic: punBB and BBCode using the URL function

I like being able to link an image. For example:

[img]http://www.google.co.uk/intl/en_uk/images/logo.gif[/img]

If you do that code, it does this:

http://www.google.co.uk/intl/en_uk/images/logo.gif

You can do it on like every forum system, apart from punBB.

Is there any modifications to allow this?

EDIT: It worked... Maybe it's because the URL and IMG tags are lower case. Test:

http://img62.imageshack.us/img62/1880/img01547uowb6.th.jpg

EDIT 2: Weird. punBB converted it to lowercase URL and IMG tags. I converted my forum from phpBB to punBB, so I suppose the converting function never worked. I guess I'll have to manually edit the posts that have uppercase BBCode tags.

Cheers for your... errr... help.

Re: punBB and BBCode using the URL function

No problem.

3 (edited by elbekko 2006-10-23 14:18)

Re: punBB and BBCode using the URL function

http://www.google.co.uk/intl/en_uk/images/logo.gif

Works fine for me in lowercase:

[url=http://www.google.co.uk][img]http://www.google.co.uk/intl/en_uk/images/logo.gif[/img][/url]

EDIT: sorry, read it wrong...

But yeah, PunBB converts it... so it might be easier to run through a script that applies preparse_bbcode() on the post.

Might be heavy if you have alot of those tho hmm