Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BBCodes #4

Open
GoogleCodeExporter opened this issue Jun 1, 2015 · 2 comments
Open

BBCodes #4

GoogleCodeExporter opened this issue Jun 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Also it does not work on forums with the [IMG] tag…
It would be usefull for the PHP class to load the url as binary and 
outputs it as .png, so that it can be recognized everywhere.

Original issue reported on code.google.com by josemaug...@gmail.com on 7 Jan 2008 at 5:05

@GoogleCodeExporter
Copy link
Author

This is a security feature of phpBB forums. Generally they dont like loading 
images
that have either:
- ampersand or question mark in the URL
- non-image file extension
- missing file extension

Updates to your BB code should circumvent this.

Original comment by predomin...@gmail.com on 12 Feb 2008 at 6:50

@GoogleCodeExporter
Copy link
Author

This issue adds binary loading and output as png: 

http://code.google.com/p/gchartphp/issues/detail?id=23

Also, with some .htaccess rewrites you can turn this:
/images/300/200/img.png

into this:
/img.php?width=300&height=200

Would that work?

Original comment by tijmen.r...@gmail.com on 18 Jun 2010 at 2:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant