|
Post by Streamstrider on Oct 16, 2011 20:05:17 GMT -8
Is that RS in a screenshot? Never thought I'd see the day. XD
|
|
|
Post by Streamstrider on Nov 7, 2011 20:07:06 GMT -8
Okay, another task involving the same login thing. Only this time, different position. XD
See here: streamtesting.proboards.com/index.cgi
What I'm wondering is if the login could be added beneath the glide PM bar, to the left, and remain static with it as you scroll. Better yet, if the date could be placed in brackets after the PM notification, if the login could be placed inside the bar to the right, where the date and time is now.
|
|
|
Post by Wormopolis on Nov 7, 2011 22:25:53 GMT -8
so replace the date and time with the login stuff right?
|
|
|
Post by Streamstrider on Nov 8, 2011 5:00:39 GMT -8
You got it. Don't think we need to keep the date and time itself, really. XD
|
|
|
Post by Wormopolis on Nov 8, 2011 19:25:22 GMT -8
<span id="bannerlogin" style="display: none"><form onsubmit="disable(this); if(location.href.indexOf('action=logout')==-1)this.redirect.value=location.href;" name="sideloginform" method="post" action="/index.cgi" > <input type="hidden" name="redirect" value="/index.cgi" > <input type="hidden" value="login2" name="action"> <img src="http://s3.images.proboards.com/blank.gif" onload="document.getElementById('sidelogout').style.display=(pb_username=='Guest'?'none':'')"/> <table width="100%" cellspacing="3" cellpadding="0" border="0"> <tbody><tr> </center> <center><input type="text" style="font-family: arial; text-align: left; font-size: 9px;" maxlength="18" tabindex="3001" size="9" name="username"> <input type="password" style="font-family: arial; text-align: left; font-size: 9px;" tabindex="3002" size="9" name="password"> <input type="submit" font-size="10" font-family="arial" tabindex="3004" value="swap" name="loginbtn"> </center></tr> </tbody></table> </center> </form> </span>
and glide code line
gright.innerHTML = ginfo[1] + gright.innerHTML;
needs to be
gright.innerHTML = '<span id="loginmove"></span>'; var bl=document.getElementById('bannerlogin'); document.getElementById('loginmove').appendChild(bl); document.sideloginform.loginbtn.value=(pb_username=='Guest' ? 'Login' : 'Switch'); bl.style.display='';
|
|
|
Post by Streamstrider on Nov 10, 2011 3:03:20 GMT -8
Thank you so much! Do you know how to get the text in the left part to be centered vertically?
|
|
|
Post by Wormopolis on Nov 10, 2011 14:04:56 GMT -8
add into the CSS for #glide #gleft padding-top:3px
see where that puts it.
|
|
|
Post by Streamstrider on Nov 10, 2011 16:12:26 GMT -8
Much better! Thank you, Wormo! You're awesome! *hugs*
|
|
|
Post by Wormopolis on Nov 10, 2011 20:19:50 GMT -8
be well soon
|
|