Redsun9
Citizen
Worldly Traveler (premium)
Registered: 05-2006
Province: www.acmilanturkiye.com
Posts: 115
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Script for Make Login Box Hide
Dear Lesigner Girl,
Many times past, hope you and all stuff are ok,
After 2 months what i'm still trying to do is customize my new board.There are some limits and some pluses when i compare with RB.
In my new board i can edit many part of my board with template edit function (which is free on RB, but in our new system we have to buy it,lol,i bought it..)
I put php code to my forum for a login box.It works well.What i want to do is like in RB login box logic, i want it dissapear after a member login to site.Now it stays as same...
Here is my login box code:
------------------------------------------------
<form method="post" action="login.php?sid=bb1cabce5b0ad899f6127bd20ff80ef7">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">Giriş</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">Kullanıcı Adı:
<input class="post" type="text" name="username" size="10" />
Şifre:
<input class="post" type="password" name="password" size="10" maxlength="32" />
Her ziyaretimde otomatik giriş yap
<input class="text" type="checkbox" name="autologin" />
<input type="submit" class="mainoption" name="login" value="Giriş" />
</span> </td>
</tr>
</table>
</form>
------------------------------------------------
What's your suggestion, is there a script for this thing?
Many thanks.
Last revised by Redsun9, 2/29/2008, 5:02 am
---
www.acmilanturkiye.com
|
|
2/29/2008, 5:01 am
|
PM Redsun9
ICQ
AIM
MSN
Read Blog
|
Lesigner Girl
Minerva
Worldly Traveler (premium)
Runboard staff member
Registered: 11-2005
Province: SW MI, USA
Posts: 5133
Karma: 89 (+103/-14)

|
|
Reply | Quote
|
|
Re: Script for Make Login Box Hide
Hi Redsun,
If you have access to the PHP scripts themselves, that would be the preferred way to do it. If not, you would have to follow the same type of logic that we use for Runboard, using an editable text string that only shows up for logged in users.
Unfortunately, I don't know anything about your message board provider and can't help you with that, so your best bet would be to ask someone who knows about that system.
I hope you're doing well. 
|
|
3/1/2008, 9:05 pm
|
PM Lesigner Girl
Read Blog
|