With this simple plugin, users may include image tags in their posts.
bbPress Plugin Browser »
Allow Images (0.9)
Download
Version: 0.9
Last Updated: 2009-10-24
Requires bbPress Version: 0.8.4 or higher
Compatible up to: 1.0.2
Average Rating





Your Rating
Authors mdawaffe, qayqay12
-
great addition.
Posted: 3 years ago # -
Worked perfect... (now if it only dynamically changed the "Allowed tags" bit in post_edit. (Which, I know is hard coded.)
Posted: 3 years ago # -
*sigh* works perfectly but having an image in a post breaks my theme.
Posted: 3 years ago # -
Ooooh, it took me a minute to realize it was just a TEEENY bit different, but thank you thank you.
Posted: 3 years 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: 3 years ago # -
<img src="http://example.com/image.gif" />
Posted: 3 years ago # -
I tried this mdawaffe, but my post then converts the opening and closing tags to special characters.
Posted: 3 years 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: 3 years ago # -
kannued, this plugin requires bbPress 0.73.
Are you using an earlier version?
Posted: 3 years 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: 3 years 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: 3 years 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: 3 years 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: 3 years ago # -
works perfectly, thanks!
Posted: 3 years ago # -
it works
Posted: 3 years 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: 3 years ago # -
Does this plugin work anymore?
EDIT: It does with the double space thing.
But I'm having trouble getting a linked image...
Posted: 2 years ago # -
It's not working for me either. My img tag is always truncated down to
<img />Posted: 2 years 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: 2 years ago #
Add a Comment »
You must log in to post.