I did a simple template mod to show the link STOCK MARKET in my navbar.
PHP Code:
In NAVBAR find:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
AND PLACE BELOW IT:
<td class="vbmenu_control"><a href="stocks.php?$session[sessionurl]">Stock Market</a></td>
But there is still a problem with editing a previously listed stock as mentioned earlier. I also would like to see the stocks automatically listed in alphabetical order... I'll try that next.
.
I'm a PHP newbie - so I am s-l-o-w at things... :ermm: