
07-22-2012, 05:16 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Kirk Fitzgerald
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. 
|
There's no hook to add it there or we would have
|