Quote:
Originally Posted by mort2412
In main vbookie window, under the item heading for the list of events, under each event there is:
Thread | Info | Delete
Where would I find the template to edit 'Thread' I'd like to change the link text to 'Place Bet'
|
check the vbookie_main_items_bit template and change the bit which is like:
<a href="showthread.php?t={vb:raw item.threadid}">{vb

hrase thread}</a>
to
<a href="showthread.php?t={vb:raw item.threadid}">Place Bet</a>