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.

[Help]Login Pop-up

4 posters

Go down

In progress [Help]Login Pop-up

Post by cHaSwWind04 October 27th 2013, 08:06

I want a custom log-in pop-up form that can appear to all pages... A Custom one which could be embedded on the widget html code.
Can you help me?
It was like... ahh... when you visit the site and you are not log-in, a pop-up (not a new window) form will appear. It covers mostly the page.
Darn... I'm suck at explaining... but that's it... Sad
cHaSwWind04
cHaSwWind04
Forumember

Male Posts : 192
Reputation : 1
Language : English
Location : In front of a monitor... Duh!

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by Chromo October 27th 2013, 08:20

Admin Panel > General > Forum > Config > Login Popup > There you can activate log in pop up and you can resize it.
Chromo
Chromo
Forumember

Male Posts : 122
Reputation : 19
Language : said the Captain

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by cHaSwWind04 October 27th 2013, 15:08

I said CUSTOMIZED... not the default one as I'll put something squishy there.
cHaSwWind04
cHaSwWind04
Forumember

Male Posts : 192
Reputation : 1
Language : English
Location : In front of a monitor... Duh!

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by Sanket October 28th 2013, 05:26

http://testing.4rumer.com/
At the bottom right there is a image with a link to the register page, it appears only when logged in as guest.
Will something like this do?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by mist3r0us_b0y October 28th 2013, 07:21

Add in HTML
Code:
<a href="/register" id="popup">Welcome Guest!<br>
You are unregistered, please <strong>register</strong> to gain full access.</a>
Add in your CSS
Code:
#popup {
position: fixed;
bottom: 10px;
line-height: 16px;
right: 10px;
z-index: 30000;
opacity: 0.8;
width: 260px;
background: #cf3737;
color: #fff;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
padding: 10px;
font-size: 11px;
font-family: Tahoma;
border: 1px solid #771b1b;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #f66c6c 0px 1px 0px;
border-radius: 3px;
}
#popup:hover {
opacity: 1;
}
You can edit as per ur requirement

Thanks
mist3r0us_b0y
mist3r0us_b0y
Forumember

Male Posts : 747
Reputation : 19
Language : english

http://sh.st/nJRXG

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by cHaSwWind04 November 1st 2013, 13:54

I'll try this one when I got photoshop.. >.<
cHaSwWind04
cHaSwWind04
Forumember

Male Posts : 192
Reputation : 1
Language : English
Location : In front of a monitor... Duh!

Back to top Go down

In progress Re: [Help]Login Pop-up

Post by Sanket November 1st 2013, 20:25

Let us know if this is solved.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


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