WOW this is so nice i only have one problem i Use vBulletin 4.2.1 and i get a error every time i click on the photo ??
Edit:
what i can see the problem is my forum is in a Folder call forum so the link should be /forum/register but every time i try to cheance it nothin happen it still try to open Homepage.dk/register but it should be Homepage.dk/forum/register know anyhow to chence
that
i was looking around in FTP and found out it was call register.php
so i chence The
PHP Code:
<vb:if condition="$bbuserinfo['userid'] == 0"><a href="/register"><div class="forcetoregister"></div></a></vb:if>
to
PHP Code:
<vb:if condition="$bbuserinfo['userid'] == 0"><a href="/Forum/register.php"><div class="forcetoregister"></div></a></vb:if>
and that help now it work