Results 0 - 2 of 2.

3495 VIEWS

Sorry, I should've provided a sample! and no, the fix doesn't work either. :) phpBB uses [img] tags around a URL, and it parses the link to make sure its not something malicious. So to get the badge ... [More] displayed in a forum signature, or post, you need to type: [img]http://www.ohloh.net/projects/3399;badge[/img] But this doesn't work, it just escapes it as text, because it doesnt end with a file format extension; http://www.ohloh.net/projects/3399;badge.gif would work Cheers, [Less]

3495 VIEWS

Hey, just wanted to say, lovely application! Currently I can't link to badges in phpBB, because it guesses whether its an image or not. Adding ".gif" onto ";badge" would be a reasonable fix.