This mod can reside anywhere, inside or outside the main forum directory, so links need to be absolute in nature. The mod itself is okay, it's just that you need to add to the 'Relative Links' and 'Absolute Links' settings. While you can edit templates to make the links absolute, it is not necessary. After a cursory look at your HTML source, you need to add the following though there could be more:
Relative Links:
Code:
action="login.php
href="archive/
href="index.php
href="register.php
href="sendmessage.php
src="clientscript/
Absolute Links:
Code:
action="http://www.hidingplace.com/vbb350/login.php
href="http://www.hidingplace.com/vbb350/archive/
href="http://www.hidingplace.com/vbb350/index.php
href="http://www.hidingplace.com/vbb350/register.php
href="http://www.hidingplace.com/vbb350/sendmessage.php
src="http://www.hidingplace.com/vbb350/clientscript/
Your menus are not working because you are using src="/vbb350/clientscript/ in 'Relative Links' but your HTML source has src="clientscript/ instead. If you find a link not working or an image not showing, then look at the HTML source for the relative link and add, line X to line X, to the 'Relative Links' and 'Absolute Links' settings. If you need further help, just visit the main support site and we can carry on in a unique thread.
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.