Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-13-2009 07:17:46

puredesign
Member
Registered: 10-02-2008
Posts: 104

Simple Account Login

I've asked this before, I'm sure that there must be a way to do this:

I just want a simple account login:

LOGIN
Username: {textbox}
Password: {textbox}
{submit button}

on my splash page or even in the main skin!

I could do this at will in 5.1, anyone know how to achieve this in 6.

I'd be greatful for any responses, even ones that tell me this categorically cant be done!

Rich

Offline

 

#2 04-15-2009 13:10:37

kidsandco
Member
Registered: 02-12-2005
Posts: 264
Website

Re: Simple Account Login

this is something i am looking to do aswell !


K.R.
Kids & Co. Wholesale

Offline

 

#3 04-20-2009 10:49:18

Shopper
Member
Registered: 09-10-2007
Posts: 94

Re: Simple Account Login

I have the following on a page outside of CCP6:

===========================================================

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<form action="<?php echo $redirect; ?>/khxc/index.php" method="post" id="gbu0--login">
<input type="hidden" name="app" id="app" value="gbu0" />
<input type="hidden" name="ns" id="ns" value="login_proc" />
<input type="hidden" name="portrelay" id="portrelay" value="1" />

  <tr>
    <td height="30" colspan="3" style="text-align:center; font-family:'Times New Roman', Times, serif; font-size:12px; color:#666666;">Login&nbsp;&nbsp;&nbsp;Email
      <input name="gbu0--login--email" id="gbu0--login--email" type="text" size="12" maxlength="70" value="" style="font-size:10px;" />&nbsp;&nbsp;&nbsp;Password
      <input name="gbu0--login--password" id="gbu0--login--password" type="password" size="12" maxlength="25" style="font-size:10px;" />&nbsp;&nbsp;&nbsp;<input name="SUBMIT" id="gbu0--login--SUBMIT" type="submit" value="Enter" onclick="return DisableSubmit('gbu0--login');" onkeypress="return DisableSubmit('gbu0--login');" />
      </td>
    </tr>

</form>
</table>

==================================================================

Maybe this helps.

Offline

 

#4 04-21-2009 03:39:26

puredesign
Member
Registered: 10-02-2008
Posts: 104

Re: Simple Account Login

It looks good - I'll test it later - thankyou so much for your input, much appricieated!

Offline

 

Board footer