vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: System Improvements :: Suggestions :: Disbale Quick Login - View Topic (Page 2 of 2)Page: 1 2
Topic Rating: *****
Printable View
dog199200
Guest
Re: Disbale Quick Login (21st Jan 10 at 9:09am UTC)
well this is what i use to remove it via JS:

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. if(get('loginForm','name')[0]) {
  4.     get('loginForm','name')[0].firstChild.style.display = 'none';
  5.     get('loginForm','name')[0].parentNode.previousSibling.style.display = 'none';
  6.     get('loginForm','name')[0].parentNode.nextSibling.style.display = 'none';
  7. }
  8. //-->
  9. </script>
 


i think the id for it all is loginform {Unsure}
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 11:44am
Page generated in 0.162 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums