[SOLVED] New Register Problem Terms... »  Show posts from    to     

Icy Phoenix


Old Support Topics - [SOLVED] New Register Problem Terms...



nos [ Tue 01 Mar, 2011 22:09 ]
Post subject: [SOLVED] New Register Problem Terms...
Hii, I have an error when a user is registering, the error is the checkbox for Accept thee registration conditions.

The checkbox is on the right and would have to come down


The Link of my Web: http://www.gaming-arena.es/profile.php?mode=register


What is the solution to this?


Thanks!


TopoMotoV3X [ Tue 01 Mar, 2011 23:21 ]
Post subject: Re: New Register BUG...
Go to:
templates/default

Find file:
agreement.tpl

replace it with this:


nos [ Tue 01 Mar, 2011 23:26 ]
Post subject: Re: New Register BUG...
TopoMotoV3X wrote: [View Post]
Go to:
templates/default

Find file:
agreement.tpl

replace it with this:



More thanks!

Now is work perfect But...where was the error?


TopoMotoV3X [ Tue 01 Mar, 2011 23:34 ]
Post subject: Re: New Register BUG...
It can happen with some modifications made to the various templates, nothing to worry about...
I kindly ask you to insert the tag "Solved " in the title of the thread, and please use as infrequently as possible the word bug, does not sound right.

Best Regards.


nos [ Tue 01 Mar, 2011 23:40 ]
Post subject: Re: New Register BUG...
TopoMotoV3X wrote: [View Post]
It can happen with some modifications made to the various templates, nothing to worry about...
I kindly ask you to insert the tag "Solved " in the title of the thread, and please use as infrequently as possible the word bug, does not sound right.

Best Regards.



Okey...I don't know

More thanks!


TopoMotoV3X [ Tue 01 Mar, 2011 23:46 ]
Post subject: Re: [SOLVED] New Register Problem Terms...
Thanks to you! 0050


KugeLSichA [ Wed 02 Mar, 2011 00:18 ]
Post subject: Re: [SOLVED] New Register Problem Terms...
Hi all

@TopoMotoV3X thanks for your help... i´ve checked you .tpl modification... but you get problems if you use Icy Cyan

i´ve found a solution that worked for me, and want to share this here..

OPEN templates/default/agreement.tpl
FIND
Code: [Hide] [Select]
{ERROR_BOX}
<form method="post" action="{S_AGREE_ACTION}">
{IMG_THL}{IMG_THC}<span class="forumlink">{SITENAME} - {REGISTRATION}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="row1g" align="center">
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left">
<br /><div class="post-text"><span class="genmed">{AGREEMENT}</span></div><br /><br /><br />
<br /><div class="post-text"><span class="genmed">{L_PRIVACY_DISCLAIMER}</span></div><br /><br /><br />
<label><input type="checkbox" name="privacy" />&nbsp;{AGREE_CHECKBOX}</label><br /><br />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="cat">
{S_HIDDEN_FIELDS}
<input type="submit" name="not_agreed" value="{DO_NOT_AGREE}" class="liteoption" />
<input type="submit" name="agreed" value="{AGREE_OVER_13}" class="mainoption" />
</td>
</tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</form>

REPLACE WITH
Code: [Hide] [Select]
{ERROR_BOX}
<form method="post" action="{S_AGREE_ACTION}">
{IMG_THL}{IMG_THC}<span class="forumlink">{SITENAME} - {REGISTRATION}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="row1g" align="center">
<table width="80%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left">
<br /><div class="post-text"><span class="genmed">{AGREEMENT}</span></div><br /><br /><br />
<br /><div class="post-text"><span class="genmed">{L_PRIVACY_DISCLAIMER}</span></div><br /><br /><br />
<div class="post-text" align="center"><br /><label><input type="checkbox" name="privacy" />&nbsp;{AGREE_CHECKBOX}</label><br /></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="cat">
{S_HIDDEN_FIELDS}
<input type="submit" name="not_agreed" value="{DO_NOT_AGREE}" class="liteoption" />
<input type="submit" name="agreed" value="{AGREE_OVER_13}" class="mainoption" />
</td>
</tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</form>


TopoMotoV3X [ Wed 02 Mar, 2011 00:29 ]
Post subject: Re: [SOLVED] New Register Problem Terms...
Hi KugeLSichA, i have never used Cyan, I did not know of this problem, thanks for sharing it

Regards.




Powered by Icy Phoenix