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 |
#102
|
||||
|
||||
This mod has nothing to do with Facebook Login unless you coded it wrong.
|
#103
|
|||
|
|||
i'm stormzone's partner, in fact the guy who works with the edits on forum. i set everything as alteran ancient said the only personal touch set in into header. when clickling on the facebook button it reloads the page without doing anything
|
#104
|
|||
|
|||
I've installed this mod and it works fine... everywhere except the forum index and my home page. My home page is powered by vbadvanced CMPS. I've tried the solutions you provided but I still have the same problem: when I click "Login" I'm taken to an index of the "login" directory. IE8 shows an error of "null is null or not an object" on this line:
Code:
$(".signin").click(function(e) { |
#105
|
|||
|
|||
Having install this, it is a great mod!
However on the forum page, when i click on Login it takes me to /login. When i disable to AWCoding software it works ok. How can i run both together? Thanks |
#106
|
|||
|
|||
Tagged
Will wait for official update |
#107
|
||||
|
||||
Thanks. Much more 'interesting' than the standard login
|
#108
|
||||
|
||||
Looks and working without issues @RUOfficial.com
|
#109
|
|||
|
|||
Having problems on the "home" Tab however the "forum" tab works fine. The userbar/password bar is out of line, like many people mentioned.
|
#110
|
|||
|
|||
How I can do it in 4.0.3??
Because it doesn't the same code, I have problems with this. Some one can help me, please? |
#111
|
|||
|
|||
Quote:
HTML Code:
<input type="hidden" name="vb_login_md5password_utf" /> </form> [B]<script type="text/javascript"> YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline"); YAHOO.util.Dom.setStyle('navbar_password', "display", "none"); vB_XHTML_Ready.subscribe(function() { // YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus); YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur); YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint); YAHOO.util.Event.on('navbar_password', "blur", navbar_password); }); function navbar_username_focus(e) { // var textbox = YAHOO.util.Event.getTarget(e); if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>') { // textbox.value=''; textbox.style.color='{vb:stylevar toplinks_form_input.color}'; } } function navbar_username_blur(e) { // var textbox = YAHOO.util.Event.getTarget(e); if (textbox.value == '') { // textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}'; } } function navbar_password_hint(e) { // var textbox = YAHOO.util.Event.getTarget(e); YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none"); YAHOO.util.Dom.setStyle('navbar_password', "display", "inline"); YAHOO.util.Dom.get('navbar_password').focus(); } function navbar_password(e) { // var textbox = YAHOO.util.Event.getTarget(e); if (textbox.value == '') { YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline"); YAHOO.util.Dom.setStyle('navbar_password', "display", "none"); } } </script> </li> <vb:if condition="$vboptions['enablefacebookconnect']"> {vb:raw facebook_header} </vb:if> </ul> </vb:if> </div>[/B] which one to replace.. ? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|