By tky on
Hi, I confronted some issues in my project now. My client ask me to construct a stock page which could show the price and chart, etc.
I install three modules to implement this: stock, stock api and stock chart. Here is the issue:
1. stock chart module only provide a form for query stock ticket symbol, but cannot show specific stock information and chart to all user.
2. stock modules do provide a block to show any specific stock price you want. But the information in block is less than it shows in stock page. I am wonder that if there is any way to pull out the full information into a block.
Or, there is more easier way to create a informative stock page in Drupal?
Kevin