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 popups

5 posters

Go down

Login popups Empty Login popups

Post by Kamui June 18th 2015, 8:48 am

I was wondering how I can have a login popup like this forum

http://www.fairytailrp.com/  When you go to this page and look at the bottom right of the page you'll see "Hello Guest" Mind telling me how I can do the same?
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

Login popups Empty Re: Login popups

Post by YasirAyad June 18th 2015, 11:03 am

hello, Smile
this code
Code:
<a id="return_to_ipbfs" href="/register"><strong>Hello Guest</strong>Welcome to our community. To take part in this adventure you need to create an account first. Once you've created your account you'll be able to start working on your character and enjoying all the features of this forum. Click on this box to start your registration.</a><style type="text/css">
a#return_to_ipbfs {
position: fixed;
bottom: 10px;
line-height: 15px;
text-align: left;
right: 10px;
z-index: 30000;
opacity: 0.7;
width: 260px;
height: 119px;
background: #394a5b;
color: #fff;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
padding: 10px;
text-decoration: none;
font-size: 7px;
font-family: Tahoma;
border: 1px solid #212c37;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #212c37 0px 1px 0px;
border-radius: 3px;
}
a#return_to_ipbfs:hover{ opacity: 1; }
#return_to_ipbfs strong{ font-family: "Trebuchet MS"; display: block; font-size: 14px; padding-bottom: 5px; }
</style>
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

Login popups Empty Re: Login popups

Post by Kamui June 18th 2015, 2:15 pm

It's not working.
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

Login popups Empty Re: Login popups

Post by brandon_g June 19th 2015, 12:49 am

Do you mean how to activate this feature or achieve something specific in a message?

-Brandon


Login popups Brando10
Remember to mark your topic Login popups Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Login popups Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Login popups Empty Re: Login popups

Post by Kamui June 19th 2015, 7:19 pm

I want to activate it and place my own image in it, dunno where to put this code either.

@brandon_g
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

Login popups Empty Re: Login popups

Post by SLGray June 19th 2015, 8:04 pm

Have you tried adding it to the pop-up log-in message itself?


Login popups Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Login popups Empty Re: Login popups

Post by Kamui June 19th 2015, 8:47 pm

Well, I don't like the login-pop up much. It would be less annoying to just get a different one and place it somewhere else on the screen while guests view the forum.
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

Login popups Empty Re: Login popups

Post by brandon_g June 19th 2015, 9:03 pm

Well the login popup only support BBCode... So you would just have to upload the photo to an image host and then copy and paste the link inside the
Code:
[img] [/img]
tags as you would in a post. This should allow you to add the image in it. Do you know where to activate it at?

-Brandon


Login popups Brando10
Remember to mark your topic Login popups Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Login popups Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Login popups Empty Re: Login popups

Post by Kamui June 20th 2015, 7:37 am

@brandon_g

If you're talking about the page link I sent, then know. For regular login pop up, I already know how to do that.
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

Login popups Empty Re: Login popups

Post by Jekac June 25th 2015, 6:49 pm

new.moon wrote:hello,  Smile
this code
Code:
<a id="return_to_ipbfs" href="/register"><strong>Hello Guest</strong>Welcome to our community. To take part in this adventure you need to create an account first. Once you've created your account you'll be able to start working on your character and enjoying all the features of this forum. Click on this box to start your registration.</a><style type="text/css">
a#return_to_ipbfs {
position: fixed;
bottom: 10px;
line-height: 15px;
text-align: left;
right: 10px;
z-index: 30000;
opacity: 0.7;
width: 260px;
height: 119px;
background: #394a5b;
color: #fff;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
padding: 10px;
text-decoration: none;
font-size: 7px;
font-family: Tahoma;
border: 1px solid #212c37;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #212c37 0px 1px 0px;
border-radius: 3px;
}
a#return_to_ipbfs:hover{ opacity: 1; }
#return_to_ipbfs strong{ font-family: "Trebuchet MS"; display: block; font-size: 14px; padding-bottom: 5px; }
</style>

Where should I put this code ?
avatar
Jekac
New Member

Posts : 5
Reputation : 1
Language : Serbian

http://umetnost.fullboards.com

Back to top Go down

Login popups Empty Re: Login popups

Post by brandon_g June 30th 2015, 2:03 am

Kamui...

I meant since there is no icon to upload it on the login pop up, that you upload it in a post then copy and paste what it gives you in the editor into the login pop up box. That way you get your image to appear.

-Brandon


Login popups Brando10
Remember to mark your topic Login popups Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Login popups Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Login popups Empty Re: Login popups

Post by Jekac July 14th 2015, 7:23 am

I'm sorry, but it doesn't work for me. My version is #phpBB2 . I don't know if it's about that.
avatar
Jekac
New Member

Posts : 5
Reputation : 1
Language : Serbian

http://umetnost.fullboards.com

Back to top Go down

Back to top

- Similar topics

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