07-15-2014, 05:16 AM
Ah! I see. I'll have a test.
edit: So it seems the only method of doing so is to use the full image path instead of the attachment code supplied. This would be:
With the #### being the attachment ID number.
I hope this helps. Besides creating a whole new set of bbcode for this reason alone, there isn't much we can do.
In terms of allowing image sizes and such on attachments, that's also some deep code we'd have to modify, and it doesn't seem worthy of researching until MyBB's updated system comes out in a few months.
edit: So it seems the only method of doing so is to use the full image path instead of the attachment code supplied. This would be:
Code:
http://www.vg-resource.com/attachment.php?aid=####
I hope this helps. Besides creating a whole new set of bbcode for this reason alone, there isn't much we can do.
In terms of allowing image sizes and such on attachments, that's also some deep code we'd have to modify, and it doesn't seem worthy of researching until MyBB's updated system comes out in a few months.