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
how is this done?
This isn't working for me right now and its a major issue for me.
0
Answers
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.
Bbcode
There was an error rendering this rich post.
@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.
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]
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.
@fracnm
Could you post the entry in config.php you used, for others who might find this thread later?
$Configuration['Garden']['InputFormatter'] = 'BBCode';
Nm