Jump to content

Displaying image in client area, using image as a custom field..


Recommended Posts

I am attempting something of a hack. I have a custom field, that contains the URI to the image of a cactii graph for bandwidth usage. However, it seems that because the image is under https, that the URI is getting overwritten to the main page? Is this normal behaviour?

 

<h2>

{$LANG.clientareaproductdetails} for {$product}

</h2>

<img src="{$customfields[15].value}" alt="Cactii graph for this server, updated daily." title="" \>

 

However only the alt text shows and if you "Copy image location" its for the main page in https?

 

[edit] Some further poking with web dev discovered that its rendering that tag as:

 

<img src="" alt="Cactii graph for this server, updated daily." title="" \="">

 

Looks like somethings breaking? the ="" is entirely superfluous and not in the template

Edited by Peter M Dodge
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated