Marcel
Active member
...and I can't figure out why
My thread entity has an extra field which stores the server path of a thumbnail
All the code is set up to pull it through into a widget.
Adding this to the widget template :
correctly gives
However, adding this to the widget template :
incorrectly tries to render an image with the URL of
How do I stop it automatically adding 'ewr-porta' (Which is from EWR's XenPorta2, where I'm displaying the widget.
If I display the widget somewhere else, for example on Forum List : Above Nodes, it renders the thumb URL correctly.
Thank you
My thread entity has an extra field which stores the server path of a thumbnail
All the code is set up to pull it through into a widget.
Adding this to the widget template :
Code:
{$thread.mbth_thumb_url}
"/data/thumbs/12345.jpg"
However, adding this to the widget template :
Code:
<img src="{$thread.mbth_thumb_url}" />[/img]
The correct url should be
How do I stop it automatically adding 'ewr-porta' (Which is from EWR's XenPorta2, where I'm displaying the widget.
If I display the widget somewhere else, for example on Forum List : Above Nodes, it renders the thumb URL correctly.
Thank you