The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

login popup like this

2 posters

Go down

In progress login popup like this

Post by JAN2XONLINE April 12th 2012, 9:31 pm

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. :wouhou:
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: login popup like this

Post by ankillien April 13th 2012, 10:22 am

Hi,

The question is answered here: http://www.webartzforum.com/t2955-image-popup
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: login popup like this

Post by JAN2XONLINE April 13th 2012, 5:18 pm

Rideem3 wrote:They just designed the normal Login Popup Box with CSS. Wink

i don't know anything about CSS. Confused

ankillien wrote:Hi,

The question is answered here: http://www.webartzforum.com/t2955-image-popup

will the code work on phpBB2 too?

another question, then how do I put the image i want in there?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: login popup like this

Post by ankillien April 13th 2012, 6:24 pm

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>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

In progress Re: login popup like this

Post by JAN2XONLINE April 13th 2012, 9:00 pm

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.
login popup like this 12310

so I put the first code in CSS sheet, where do I put the second code though?
JAN2XONLINE
JAN2XONLINE
Forumember

Male Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada

http://animeph.4umer.com/

Back to top Go down

In progress Re: login popup like this

Post by ankillien April 14th 2012, 3:22 am

Try BBCodes instead of HTML...

Code:
[url=LINK URL HERE][img]IMAGE URL HERE[/img][/url]
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum