login popup like this
2 posters
Page 1 of 1
login popup like this
Can someone teach me how to make a login popup like in this forum (CLICK ME CLICK ME CLICK ME)?
Thanks.
I have phpBB2 forum btw.
Thanks.
I have phpBB2 forum btw.

ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: login popup like this
Rideem3 wrote:They just designed the normal Login Popup Box with CSS.
i don't know anything about CSS.

will the code work on phpBB2 too?
another question, then how do I put the image i want in there?
Re: login popup like this
This is the code for phpBB2...
To put an image with link you can use this HTML code...
- Code:
#login_popup_title , #login_popup_buttons {
display: none;
}
#login_popup {
background: transparent;
border: none;
}
To put an image with link you can use this HTML code...
- Code:
<a href="LINK URL HERE"><img src="IMAGE URL HERE" /></a>
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: login popup like this
ankillien wrote:This is the code for phpBB2...
- Code:
#login_popup_title , #login_popup_buttons {
display: none;
}
#login_popup {
background: transparent;
border: none;
}
To put an image with link you can use this HTML code...
- Code:
<a href="LINK URL HERE"><img src="IMAGE URL HERE" /></a>
edit***
I put the second code in login poup message and these are the results.

so I put the first code in CSS sheet, where do I put the second code though?
Re: login popup like this
Try BBCodes instead of HTML...
- Code:
[url=LINK URL HERE][img]IMAGE URL HERE[/img][/url]
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» How to creat login popup when user click to the Login button?
» How to create popup but no login popup ????
» Need a login popup???
» login popup...
» Login Popup?
» How to create popup but no login popup ????
» Need a login popup???
» login popup...
» Login Popup?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum