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 |
#162
|
|||
|
|||
no one can give me an answer?
|
#163
|
||||
|
||||
Marked installed, mucked something up, another noob mate, I'll try again, but love this mod...
|
#164
|
||||
|
||||
I can't get this to install either. I changed the templates and uploaded the files, and nothing happens.
|
#165
|
|||
|
|||
Is there for vBulletin 3.8
|
#166
|
||||
|
||||
no help for a nebie can someone look at my post above and help me out please!!!
|
#167
|
||||
|
||||
In vB 4.1.10 there are additional lines of code in the header template not mentioned in the instructions,
Now, there is all this: Code:
<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 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 shade_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> Code:
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> Code:
</ul> </vb:if> </div> When replacing with the line of code you provide, should we remove all of that new code? |
#168
|
||||
|
||||
Quote:
|
#169
|
||||
|
||||
Had to uninstall, thanks anyway, can't figure it out
|
#170
|
||||
|
||||
I installed this hack and my Settings link has disappeared (see attachment) from the navbar? If I revert my header template it comes back. I'm on vB 4.1.10
Here is my header template after following the instructions: Code:
<div class="above_body"> <!-- closing tag is in template navbar --> <div id="header" class="floatcontainer doc_header"> <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if> <div id="toplinks" class="toplinks"> <vb:if condition="$show['member']"> <ul class="isuser"> <li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li> <vb:if condition="$show['registerbutton']"> <li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li> <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li> <vb:if condition="$notifications_total"> <li class="popupmenu notifications" id="notifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a> <ul class="popupbody popuphover"> {vb:raw notifications_menubits} </ul> </li> <vb:else /> <li class="popupmenu nonotifications" id="nonotifications"> <a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a> <ul class="popupbody popuphover"> <li>{vb:rawphrase no_new_messages}</li> <li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li> </ul> </li> </vb:if> <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li> </ul> {vb:raw template_hook.header_userinfo} <vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment> </vb:if> </div> <div class="ad_global_header"> {vb:raw ad_location.global_header1} {vb:raw ad_location.global_header2} </div> <hr /> </div> |
#171
|
||||
|
||||
On line 11 of the header template you have to change
{vb:rawphrase control_panel} to {vb:rawphrase user_control_panel} and the Settings link will show up. Hope this helps someone out! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|