Posts: 13,647
Threads: 220
Joined: May 2010
Reputation:
550
Working fine here. Are you sure it's an image you're loading and not a webpage displaying an image?
No longer involved in the MyBB project.
Posts: 13,647
Threads: 220
Joined: May 2010
Reputation:
550
(2015-10-16, 06:29 AM)expat Wrote: but how do you know its NOT just ignores the hash and displays the img anyways?
The hash is definitely included.
Try it yourself on your own forum:
[img]http://www.mybb.com/assets/images/mascot.png?foo=bar&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[/img]
No longer involved in the MyBB project.
Posts: 13,647
Threads: 220
Joined: May 2010
Reputation:
550
2015-10-16, 08:00 AM
(This post was last modified: 2015-10-16, 08:00 AM by Nathan Malcolm.)
Because that's not a valid URL. The first URL parameter must be prepended with a question mark, and any additional parameters must be pretended with an ampersand (&).
E.g.
[img]http://www.mybb.com/assets/images/mascot.png?hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[/img]
or
[img]http://www.mybb.com/assets/images/mascot.png?foo=bar&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx[/img]
Your issue could be solved in a single post if you just tell us what image you're trying to link to.
No longer involved in the MyBB project.