bbPress

Simple, Fast, Elegant

bbPress plugin browser »

Allow Images (0.7.1)

Download

Version: 0.7.1

Other Versions

Last Updated: 2006-10-30

Requires bbPress Version: 0.73 or higher

Compatible up to: 0.73

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(30)

Your Rating

Author: Michael D Adams

With this plugin, users may include image tags in their posts. The images must be pngs, gifs or jpegs.

Tags: ,

  1. great addition.

    Posted: 1 year ago #
  2. nolageek

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    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 #
  3. *sigh* works perfectly but having an image in a post breaks my theme.

    Posted: 1 year ago #
  4. Ooooh, it took me a minute to realize it was just a TEEENY bit different, but thank you thank you.

    Posted: 1 year ago #
  5. n22

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Inactive

    <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 #
  6. <img src="http://example.com/image.gif" />

    Posted: 1 year ago #
  7. kannued

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Inactive

    I tried this mdawaffe, but my post then converts the opening and closing tags to special characters.

    Posted: 1 year ago #
  8. n22

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Inactive

    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 #
  9. kannued, this plugin requires bbPress 0.73.

    Are you using an earlier version?

    Posted: 1 year ago #
  10. kannued

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Inactive

    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 #
  11. kannued

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Inactive

    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 #
  12. 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 #
  13. 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 #
  14. works perfectly, thanks!

    Posted: 1 year ago #
  15. it works

    Posted: 1 year ago #
  16. 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 #
  17. 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 #
  18. It's not working for me either. My img tag is always truncated down to <img />

    Posted: 1 year ago #
  19. 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 folders

    bb-cache
    bb-images
    bb-includes
    bb-templates

    Thanks 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 #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.