Little addition for anyone wanting it in the forumdisplay for your products, to add the
+add new product button to be at the top of the thread listing as well as the bottom, do the following:
Open FORUMDISPLAY
FIND:
Code:
<div id="above_threadlist" class="above_threadlist">
BELOW ADD:
Code:
<vb:if condition="$show['newproduct']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}productforums.php?do=addproduct" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_newproduct}</a>
</vb:if>
Perhaps something you could add in future release Ted, not essential as easy enough to hack.