Templates/navbar. Find
HTML Code:
</tr>
</table>
</div>
<!-- / nav buttons bar -->
And add above
HTML Code:
<!-- lost -->
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href ="login.php?do=lostpw">Lost Password</a></td>
</if>
Warning
This will show the link for a visitor and hideit for users who are logged in. But it will likely require you to allow new registrations. If the board is closed, it will not show. You may then use the persistent:
HTML Code:
<!-- lost -->
<td class="vbmenu_control"><a href ="login.php?do=lostpw">Lost Password</a></td>