Need a login popup???
Page 2 of 3 • Share •
Page 2 of 3 •
1, 2, 3 
Need a login popup???
First topic message reminder :
hi ya..my login popup is showing like that:

i want to show it like that it is on http://www.hidecodesgalore.org/forum.htm :

i.e i want to put that option that guests can put their used id + password on the login popup,not by clicking on login button first to give username and password ...... plus i dont want "dont display button" i want cross like it has in

hi ya..my login popup is showing like that:

i want to show it like that it is on http://www.hidecodesgalore.org/forum.htm :

i.e i want to put that option that guests can put their used id + password on the login popup,not by clicking on login button first to give username and password ...... plus i dont want "dont display button" i want cross like it has in

Last edited by emikati on September 17th 2009, 3:20 am; edited 3 times in total
Re: Need a login popup???
darren1 i think you need to edit your tutorial a bit .
it says
but every website does not have /login . some have login.forum?connexion so if the code is not working they should use login.forum?connexion code .
emikati maybe this works -
it says
- Code:
<form action="http://testie.forumotion.com/login.forum" method="post"><table cellspacing="1" cellpadding="3" border="0"><tr><td width="45%" align="right"> Username:<input type="text" name="username" size="25" maxlength="40" />Password<input type="password" name="password" size="25" maxlength="32" /><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></table></form>
but every website does not have /login . some have login.forum?connexion so if the code is not working they should use login.forum?connexion code .
emikati maybe this works -
- Code:
<form action="http://www.pagespk.com/login.forum?connexion" method="post"><table cellspacing="1" cellpadding="3" border="0"><tr><td width="45%" align="right"> Username:<input type="text" name="username" size="25" maxlength="40" />Password<input type="password" name="password" size="25" maxlength="32" /><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></table></form>
Mystic_gohan2- Forumotion Member
- Posts: 569
Language: English
Country:
Join date: 2009-04-04
Re: Need a login popup???
Hey emi,
why don't you get in contact with the other site and ask them how they did it?
Worth a try
why don't you get in contact with the other site and ask them how they did it?
Worth a try

darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Re: Need a login popup???
emikati wrote:i have asked them.. but they dont reply....
I'm all out of idea'sMaybe ankillien can help out


darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Re: Need a login popup???
- Code:
<form action="www.pagespk/login.forum" method="post"><table cellspacing="1" cellpadding="3" border="0"><tr><td width="45%" align="right"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /></td></tr><tr><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr><tr align="center"><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form>
Mystic_gohan2- Forumotion Member
- Posts: 569
Language: English
Country:
Join date: 2009-04-04
Re: Need a login popup???
the cod is working in my test site .

i don't know why is is flashing .

i don't know why is is flashing .
Mystic_gohan2- Forumotion Member
- Posts: 569
Language: English
Country:
Join date: 2009-04-04
Re: Need a login popup???
hmm ok sorry i could not help .
Mystic_gohan2- Forumotion Member
- Posts: 569
Language: English
Country:
Join date: 2009-04-04
Re: Need a login popup???
Mystic_gohan2 wrote:hmm ok sorry i could not help .
i want to ask where u put this code..on my side its just showing the code..and not working
Re: Need a login popup???
i have added it to homepage message and it has worked ...
Mystic_gohan2- Forumotion Member
- Posts: 569
Language: English
Country:
Join date: 2009-04-04
Re: Need a login popup???
How do you get the box to pop up to begin with?
I would like to have one for my website 
gwbcb- Forumotion Member
- Posts: 14
Language: English
Country:
Join date: 2009-09-27
Re: Need a login popup???
Mystic_gohan2 wrote:i have added it to homepage message and it has worked ...
But you see, we need it for the Login popup not the homepage message, plus HTML doesn't work in the login popup


darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Re: Need a login popup???
You see, emikati, you can't put it in the Log in pop-up, but you can request to let there be HTML in the suggestions.
Re: Need a login popup???
Emi, I just whiped this code up,
It'll appear like:
EDIT: HTML must be enabled in both the Admin panel & Your profile for the code to work
- Code:
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="100%" valign="top" align="center" class="row1">
<label><span class="genmed">Username:</span> <input class="post" type="text" size="10" name="username" /></label>
<label><span class="genmed">Password:</span> <input class="post" type="password" size="10" name="password" /></label>
<input class="mainoption" type="submit" name="login" value="Login" /><br />
<label><span class="gensmall">Check to stay logged in</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
</tr>
</table>
</form>
<!-- END switch_user_login_form_header -->
It'll appear like:
- Spoiler:
EDIT: HTML must be enabled in both the Admin panel & Your profile for the code to work

darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Re: Need a login popup???
Where do you put this code, Darren?
HTML doesn't work in Login Popup.
HTML doesn't work in Login Popup.

ankillien- Support Moderator

- Posts: 2515
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Need a login popup???
In the popup, it isn't HTML, at least I don't think it is.
Correct me if i'm wrong.
Correct me if i'm wrong.

darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Re: Need a login popup???
The code you posted above is HTML code and the pop up can't contain HTML.
So, it is not going to work I think.
You code is from the index_body template, I think. It is for the log in form on top or bottom of our forums but not the log in pop up.
As per me, we need to find a pop up box JavaScript via Google and then put log in form in it. I can think of no other solution to this.
So, it is not going to work I think.
You code is from the index_body template, I think. It is for the log in form on top or bottom of our forums but not the log in pop up.
As per me, we need to find a pop up box JavaScript via Google and then put log in form in it. I can think of no other solution to this.

ankillien- Support Moderator

- Posts: 2515
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13
Re: Need a login popup???
Bah, I just tried the code and it didn't work
I just did some googling and discovered that JS doesnt work their either so some popups are failing louder than my ones
I know, late response shoot me, iv been busy getting a tut perfect
I just did some googling and discovered that JS doesnt work their either so some popups are failing louder than my ones

I know, late response shoot me, iv been busy getting a tut perfect

darren1- Forumotion Member
-

Posts: 6581
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: On - Active
Country:
Join date: 2008-07-10
Page 2 of 3 •
1, 2, 3 
Permissions of this forum:
You cannot reply to topics in this forum
Home


by emikati on August 11th 2009, 5:50 am





» Christmas carol on my Index page or portal?????
» how can i
» Drop down menu
» Install "Outbrain" on portal
» GFXrs Haven
» Problem on quick reply box missing on mobile view?
» Help "Warning and read it"
» ZA Review