vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Help for adding these charts (https://vborg.vbsupport.ru/showthread.php?t=281227)

burnsy 04-07-2012 04:34 AM

Help for adding these charts
 
help required for adding charts
i would like to add the charts on the top of this website to my CMS and top of the forum

(http://goldprice.org/)

How do i insert these?

i would like these 2 on the forum
http://goldprice.org/NewCharts/gold/..._1d_o_AUD.png?
http://goldprice.org/NewCharts/gold/..._1d_o_AUD.png?

and the above plus these on the cms page
http://goldprice.org/NewCharts/gold/...mance-AUD.png?
http://goldprice.org/NewCharts/gold/...mance-AUD.png?



current page is www.preciousmetalsynopsis.com

burnsy 04-07-2012 05:39 AM

This is what i have so far, it isn't working

</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">

<img src="http://goldprice.org/NewCharts/gold/images/gold_1d_o_AUD.png" alt=""/></a>

</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">

<img src="http://goldprice.org/NewCharts/gold/images/gold-price-performance-AUD.png" alt=""/></a>

</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">

<img src="http://goldprice.org/NewCharts/gold/images/silver_1d_o_AUD.png" alt=""/></a>

</td>
<td align="center" style="text-align: center !important; border-width:0 !important;">

<img src="http://goldprice.org/NewCharts/gold/images/silver-price-performance-AUD.png" alt=""/></a>

BirdOPrey5 04-07-2012 10:05 AM

You have a lot of garbled HTML there, You should read up on HTML basics if you want to make customizations like this.

For now start with this code and make changes as needed:

HTML Code:

<div align="center">
  <img src="http://goldprice.org/NewCharts/gold/images/gold_1d_o_AUD.png" alt=""/>
  <img src="http://goldprice.org/NewCharts/gold/images/gold-price-performance-AUD.png" alt=""/>
  <img src="http://goldprice.org/NewCharts/gold/images/silver_1d_o_AUD.png" alt=""/>
  <img src="http://goldprice.org/NewCharts/gold/images/silver-price-performance-AUD.png" alt=""/>
</div>

This assumes the site goldprice.org allows other sites to "hot-link" their images. So sites do not allow this and the images won't load on your page if you try to do this.

I suppose if the image below works, they allow it- (although you should still see if they want people using their images and bandwidth or not):

https://vborg.vbsupport.ru/external/2012/04/51.png


All times are GMT. The time now is 04:46 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01399 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete