Login like vBulletin [Deleted]

Status
Not open for further replies.

Matthew2D

Well-known member
Matthew2D submitted a new resource:

Login like vBulletin (version 1.0) - Login that look's like vbulletin.

This will make your login look like vBulletin's.

1. Admin CP -> Appearance -> Your Style -> Templates -> login_bar

Replace the entire template with this:

Code:
<xen:require css="login_bar.css" />
 
<div id="loginBar">
    <div class="pageWidth">
        <div class="pageContent">   
 
 
 
<div id="toplinks" class="toplinks">
       
            <ul class="nouser">
           
                <li><a href="register.php" rel="nofollow">Register</a></li>
               
                <li>...

Read more about this resource...
 
Thanks for this
Probablt because some noobs are not computer savvy enough to click tge hufe sign up button
These are the same noobs that click huge banners that say "CLICK HERE TO WIN A PRIZE" and get riddled with viruses right? I'd like to think they'd handle the concept of a huge button better than a couple of text fields hidden in the top corner...

It's good work though. One more step closer to XenBulletin ;) or xBulletin :ROFLMAO:
 
These are the same noobs that click huge banners that say "CLICK HERE TO WIN A PRIZE" and get riddled with viruses right? I'd like to think they'd handle the concept of a huge button better than a couple of text fields hidden in the top corner...

It's good work though. One more step closer to XenBulletin ;) or xBulletin :ROFLMAO:
Yeah lmao.
 
I love this because I have users who can't seem to figure out the current one

BUT I'm trying to make a PS3 browser friendly forum and this will add to it since the current login/sign-up system is on the list of complaints.
 
These are the same noobs that click huge banners that say "CLICK HERE TO WIN A PRIZE" and get riddled with viruses right? I'd like to think they'd handle the concept of a huge button better than a couple of text fields hidden in the top corner...

It's good work though. One more step closer to XenBulletin ;) or xBulletin :ROFLMAO:
Or maybe a XenBull? :p
 
It's okay for "Remember me" :)

Look ! ;)

In login_bar.css modify with:

Code:
#loginBar .nnt-login
{
 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
background: none repeat scroll 0 0 #7192A8;
 
    float: right;
    height: 40px;
    padding: 1px 6px 0;
    text-align: left;
    width: 250px;
}

And in login_bar template add:

Code:
<input type="checkbox" name="remember" value="1" id="ctrl_remember" tabindex="103" /> {xen:phrase stay_logged_in}
next

Code:
<input type="submit" class="loginbutton" value="{xen:phrase log_in}" tabindex="104" data-loginPhrase="{xen:phrase log_in}" data-signupPhrase="{xen:phrase sign_up}" />
 

Attachments

  • Sans titre 1.webp
    Sans titre 1.webp
    3.4 KB · Views: 12
Status
Not open for further replies.
Top Bottom