Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[img] [/img] codes for emebedding images

edited January 2012 in Vanilla 2.0 - 2.8

how is this done?
This isn't working for me right now and its a major issue for me.

Best Answer

  • 422422 Developer MVP
    Answer ✓

    Bbcode

    There was an error rendering this rich post.

Answers

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    You should be able to do it with this:

    <img src="http://www.nameofsite.com/pathtoimage/nameofimage.jpg">

  • That's no good.
    All the photo hosting sites has special "forum" links that ALL use the [IMG] and [/IMG] delimiters. That's what everyone uses. Having something different is just no good.

  • 422422 Developer MVP
    Answer ✓

    Bbcode

    There was an error rendering this rich post.

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @francm

    Pardon me for trying to help.

    Hope you work something out.

    I'm sure, once the developers read that their solution is 'no good', they'll rush to put it right.

  • whu606 said:
    @francm

    Pardon me for trying to help.

    Hope you work something out.

    I appreciate your response.

  • Which editor plugin is this - just curious...

    This is the standard forum method that most forums for embedding images.
    [IMG]http://i473.photobucket.com/albums/rr91/francm09/DSCF3766.jpg[/IMG]

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    As 422 says, the [img] tags are bbcode, the tag I suggested (which I know works) is standard html code.

    Instead of taking the 'forum' image links, see if they have plain html code.

  • I just tried the BBCode (NBBC) plugin but it doesn't seem to make a difference :(

  • I ended up using a extra entry in the config.php file and it works fine now.

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    @fracnm

    Could you post the entry in config.php you used, for others who might find this thread later?

  • $Configuration['Garden']['InputFormatter'] = 'BBCode';

  • edited April 2018

    strip

  • edited April 2018

    Nm

Sign In or Register to comment.