Just a little note that might save someone time. My forum is installed in a sub-directory /players, because I have a WordPress homepage installed in the root-directory. I installed the mod and it did everything that it should except when the image is clicked it sends new registers to the WordPress homepage instead of the form registration form. I scratched my head for about 20 minutes and then I realized that I needed to make a small change in the header code.
If anyone out there has the same issue then you need to add your sub-directory to you header code.
<vb:if condition="$show['guest']"><a href="/subroot/register.php"><div class="forcetoregister"></div></a></vb:if>
|