Quote:
Originally Posted by nuki bryan0514, I have the same problem.
I have Pligg 9.9.5 and it tested with it but doesn't work
I have insert the code in login.tpl around line 48 (at the end of the form): Code: <input type="hidden" name="process" value="1"/>
{if $pagename ne "register"}
{if isset($register_step_1_extra)}
<br />
{$register_step_1_extra}
{/if}
{/if}
</form> Anybody can help us?
Thanks |
That's the wrong place. Do this:
Code:
<br />{#PLIGG_Visual_Register_Verify_Password#}:<br /><input type="password" id="verify" name="password2" size="20" tabindex="55"/>
{if $pagename ne "register"}
{if isset($register_step_1_extra)}
<br />
{$register_step_1_extra}
{/if}
{/if}
<br /><input type="submit" name="submit" value="{#PLIGG_Visual_Register_Create_User#}" class="log2" tabindex="56" />
<input type="hidden" name="regfrom" value="sidebar"/>
<input type="hidden" name="process" value="1"/>