Installed and working great on 3.7.3
The only thing I want to comment on is the install instructions tell you to modify the button for the top and bottom, but the code is
slightly different.
When searching the text, one button is labeled $FIRSTPOSTID and the other $LASTPOSTID
So when doing the second reply button, look for:
Code:
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
<else />
Just a little bump in the road.