The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TW7S - Change the look of the Login/Register [Twitter Style] Details »» | |||||||||||||||||||||||||||||
TW7S - Change the look of the Login/Register [Twitter Style]
Developer Last Online: Apr 2015
LIVE DEMO: http://www.TheWindows7Site.com Installation Instructions Included in download. Mark as installed for support. I will not help you change the colors and style of this mod. Its very simple in the CSS. ENJOY!!! -Kryptonit3 --TheWindows7Site.com Mod History v1.00 Initial Release (3.13.10) v1.1 Fixed Issue with forum width. Removed Help tab from header. (3.13.10) My other Mods: Command BB Code [ Information - Tip - Note - Warning ] BBCode Remove "Reply with Quote" and Multi-Quote from first post in thread Notifications Alert - Easier To See Remove Subscription and/or RSS buttons from forums Change the look of "Last Post" by Change the look of the Login/Register in header Hiding Posts From Guests Download Now
Show Your Support
|
4 благодарности(ей) от: | ||
haaaamed, misericorde, Toorak Times, too_cool_3 |
Comments |
#62
|
||||
|
||||
Revert your header template and try again. This mod does NOT remove any "Needed" links such as Logout etc. The only thing it removes is the current login/register/faq area/buttons.
|
#63
|
|||
|
|||
No way. not working for me
|
#64
|
|||
|
|||
The only other thing that could make a conflict is my chatbox on the frontpage. Though that would hardly make any sense to why it's not working. I feel you should make this more interrogated into vbulletin using the popup method that it already offers instead of using that javascript code.
All in all, great mod I hope I can find a way to use it |
#65
|
|||
|
|||
Hello I sent you a PM. Thank you again.
|
#66
|
|||
|
|||
Installed - working perfectly well!
|
#67
|
||||
|
||||
Apparently if you have any micro products installed you will need to do the following:
Open up the mods "main" template Example: microcms_main microsupport_main microclassifieds_main and right before Code:
</head> Add the following: Code:
<!-- TheWindows7Site Custom Login --> <style type="text/css" rel="stylesheet"> /* TheWindows7Site Custom Login */ #container { float:right; margin:0 auto; position: relative; } a img { border-width:0; } #topnav { padding:10px 0px 12px; font-size:11px; line-height:23px; text-align:right; } #topnav a.signin { background:#0d3156; padding:4px 6px 6px; text-decoration:none; font-weight:bold; color:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; *background:transparent url("./login/images/signin-nav-bg-ie.png") no-repeat 0 0; *padding:4px 12px 6px; } #topnav a.signin:hover { background:#15579b; *background:transparent url("./login/images/signin-nav-bg-hover-ie.png") no-repeat 0 0; *padding:4px 12px 6px; } #topnav a.signin, #topnav a.signin:hover { *background-position:0 3px!important; } a.signin { position:relative; margin-left:3px; } a.signin span { background-image:url("./login/images/toggle_down_light.png"); background-repeat:no-repeat; background-position:100% 50%; padding:4px 16px 6px 0; } #topnav a.register { background:#0d3156; padding:4px 6px 6px; text-decoration:none; font-weight:bold; color:#fff; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; *background:transparent url("./login/images/signin-nav-bg-ie.png") no-repeat 0 0; *padding:4px 12px 6px; } #topnav a.register:hover { background:#15579b; *background:transparent url("./login/images/signin-nav-bg-hover-ie.png") no-repeat 0 0; *padding:4px 12px 6px; } #topnav a.register, #topnav a.register:hover { *background-position:0 3px!important; } a.register { position:relative; margin-left:0px; } a.register span { background-image:url("./login/images/register_light.png"); background-repeat:no-repeat; background-position:100% 50%; padding:4px 16px 6px 0; } #topnav a.menu-open { background:#0d3156!important; color:#fff!important; outline:none; } #small_signup { display:inline; float:none; line-height:23px; margin:25px 0 0; width:170px; } a.signin.menu-open span { background-image:url("./login/images/toggle_up_light.png"); color:#fff; } #signin_menu { -moz-border-radius-topleft:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -webkit-border-top-left-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px; display:none; /* background-color:#0d3156; */ background:url(login/images/login_back.png) #0d3156 repeat-x; position:absolute; width:210px; z-index:100; border:1px transparent; text-align:left; padding:12px; top: 24.5px; right: 0px; margin-top:5px; margin-right: 0px; *margin-right: -1px; color:#fff; font-size:11px; } #signin_menu input[type=text], #signin_menu input[type=password] { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #0d3156; background:url(login/images/field_back.png) repeat-x; font-size:13px; margin:0 0 5px; padding:5px; width:203px; } #signin_menu p { margin:0; } #signin_menu a { color:#fff; } #signin_menu label { font-weight:normal; } #signin_menu p.remember { padding:10px 0; } #signin_menu p.forgot, #signin_menu p.complete { clear:both; margin:5px 0; } #signin_menu p a { color:#fff!important; } #signin_menu p a:hover { text-decoration:underline; } #signin_submit { -moz-border-radius:4px; -webkit-border-radius:4px; background-color:#0d3156; border:1px solid #fff; color:#fff; text-shadow:0 -1px 0 #39d; padding:4px 10px 5px; font-size:11px; margin:0 5px 0 0; font-weight:bold; } #signin_submit::-moz-focus-inner { padding:0; border:0; } #signin_submit:hover, #signin_submit:focus { background-position:0 -5px; cursor:pointer; } /* TheWindows7Site Custom Login */ </style> <!-- TheWindows7Site Custom Login --> |
#68
|
|||
|
|||
installed .. many thanks
|
#69
|
|||
|
|||
thanx !!
just i wanna ask you ? how i can installed the login Designer in header Like your website ??? |
#70
|
||||
|
||||
What do you mean?
|
#71
|
||||
|
||||
Think he means in top of header, rather than below the navbar.
Gonna give this a whirl, hope you dont mind if i fiddle with the colours etc. Any workable changes I will post back. Ste |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|