PDA

View Full Version : Registration Module/Widget?


bbgun1
07-31-2013, 01:28 PM
Hi - wondering if anyone has a registration module/widget for vB5? I'd like to have a small registration box on my home page, but am having trouble achieving.

jmulek
08-07-2013, 08:12 PM
Yes, i would like to see this also.

mohaly
12-30-2014, 01:11 PM
VB 5.1.4
Use PHP Module and past this script:

<vb:if condition="!$user OR $user['userid'] < 1">
<p>If you are not register you can regester by clic this button</p>
<p style="text-align: center;">
<a href="/register" class="button b-button">register</a>
</p>
<vb:else />
<p>Welcome {vb:raw user.username} </p>
</vb:if>

ozzy47
12-30-2014, 08:30 PM
I believe the OP was asking for a module/widget that users could register in, not a module/widget with a link to the registration page. And that was a year and a half ago. :p