With this plugin, users may include image tags in their posts. The images must be pngs, gifs or jpegs.
bbPress plugin browser »
Allow Images (0.7.1)
Download
Version: 0.7.1
Last Updated: 2006-10-30
Requires bbPress Version: 0.73 or higher
Compatible up to: 0.73
Average Rating





Your Rating
Author: Michael D Adams
-
great addition.
Posted: 1 year ago # -
Worked perfect... (now if it only dynamically changed the "Allowed tags" bit in post_edit. (Which, I know is hard coded.)
Posted: 1 year ago # -
*sigh* works perfectly but having an image in a post breaks my theme.
Posted: 1 year ago # -
Ooooh, it took me a minute to realize it was just a TEEENY bit different, but thank you thank you.
Posted: 1 year ago # -
<img/>
how exactly i should write the <img/> with the image path??
is it like this: <img>http://www.image.com/image.gif<img/>
Posted: 1 year ago # -
<img src="http://example.com/image.gif" />
Posted: 1 year ago # -
I tried this mdawaffe, but my post then converts the opening and closing tags to special characters.
Posted: 1 year ago # -
hahah!!!! thanks a lot!! it works!!
but!! theres a little thing that i have to say to those who still have problem:
put 2 space before the "/"
Posted: 1 year ago # -
kannued, this plugin requires bbPress 0.73.
Are you using an earlier version?
Posted: 1 year ago # -
mdawaffe, I am using .73.
This is a plugin! Where is the plugin? Oh, I didn't notice that ReadMore link before. I got it now!
Posted: 1 year ago # -
How would I limit this plugin to only accept image sources from a directory on my server? i.e. http://example.com/images/
Posted: 1 year ago # -
Why is it that only .gif, .png. and .jpeg are allowed? I wanted to use this to display images that are dynamicly rendered with mimetex. Is there not a way to allow this. I tried disabling the check for valid extention but that didn't help. There must be some underlying good reason for this.
Just for reference you render mimetex images by somthing like this:
<img src="/cgi-bin/mimetex.cgi?x^2+y^2=z^2" />Posted: 1 year ago # -
Thanks for the plugin -- works wonderfully.
I was wondering if there was a way to make it work with a thumbnail generator script , please? When I try to add parameters to the img tag, the post comes out blank and on edit the img tag disappears altogether. Or would it be because bbPress doesn't allow the script to execute, and if so, is there a way to override it (security concerns aside)?
Thanks again!
Posted: 1 year ago # -
works perfectly, thanks!
Posted: 1 year ago # -
it works
Posted: 1 year ago # -
Is it me or does this no longer work with the release of Desmond?
I figured out how to get images working on my board by editing the formatting_functions.php file thats inside the bb-includes folder.
where it says
function bb_allowed_tags() { $tags = array( 'a' => array( 'href' => array(), 'title' => array(), 'rel' => array()), 'blockquote' => array('cite' => array()), 'br' => array(), 'code' => array(), 'pre' => array(), 'em' => array(), 'strong' => array(), 'ul' => array(), 'ol' => array(), 'li' => array() ); return apply_filters( 'bb_allowed_tags', $tags );add between the "em" and "strong" tag values;
'img' => array( 'alt' => array()),bold added to the lines I added, not sure if it's a decent way to do it (little limited when it comes to php) but I got it to work.
Posted: 1 year ago # -
Does this plugin work anymore?
EDIT: It does with the double space thing.
But I'm having trouble getting a linked image...
Posted: 1 year ago # -
It's not working for me either. My img tag is always truncated down to
<img />Posted: 1 year ago # -
Hi,
I would like to try this out. But I don't have a my-plugins directory. Should I create it? I have wordpress and bbforums integrated.
Wordpress is the main folder
then a subfolder is forum
and in FORUM folder I have the following foldersbb-cache
bb-images
bb-includes
bb-templatesThanks for your help! I'm new to this and now nothing about php or programming or anything like that. This forum has been great for help! :)
Posted: 1 year ago #
Add a Comment »
You must log in to post.