04-18-2017, 07:02 AM
Hi,
I have a problem with XThread image in MyBB GoMobile 1.8.
The image uploader works fine in regular MyBB desktop version, but it doesn't work in the GoMobile version.
This is the trdf_postbit_first template I use for the image upload:
<a href="{$GLOBALS['threadfields']['trdfimg']['url']}"><img src="{$GLOBALS['threadfields']['trdfimg']['url']}/thumb160x120" alt="" title="" /></a>
After uploading, this is what's been generated in HTML:
<a href=""><img src="/thumb160x120" alt="" title=""></a>
It's missing the image url, perhaps some php or js file wan't fired or missing in mobile?
Please help.
Thanks.
I have a problem with XThread image in MyBB GoMobile 1.8.
The image uploader works fine in regular MyBB desktop version, but it doesn't work in the GoMobile version.
This is the trdf_postbit_first template I use for the image upload:
<a href="{$GLOBALS['threadfields']['trdfimg']['url']}"><img src="{$GLOBALS['threadfields']['trdfimg']['url']}/thumb160x120" alt="" title="" /></a>
After uploading, this is what's been generated in HTML:
<a href=""><img src="/thumb160x120" alt="" title=""></a>
It's missing the image url, perhaps some php or js file wan't fired or missing in mobile?
Please help.
Thanks.