This doesn't resolve my issue.
With the Links Prefix Path left blank, here is the scenario:
When viewing the forum, the Unread Posts link takes you to:
http://www.adminaddict.com/forum/search.php?do=getnew - which is exactly what it should be.
When viewing the directory, the Unread Posts link takes you to:
http://www.adminaddict.com/directory/search.php?do=getnew - which is not a valid URL.
I'm assuming the reason is because the Unread Posts link is coded as
<a href="search.php?do=getnew"> rather than
<a href="BBURL/search.php?do=getnew">. So I'd like to know how to fix this.
Thanks.