The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SmoothRed Style for 4.1.1 Details »» | |||||||||||||||||||||||||||||||||||||
Back by popular request, SmoothRed. Upgraded from 3.8.x series to 4.1.1 (Yes, 4.1.1)
Installation: How do I install the Style? 1. Extract the zip files to a folder on your computer. 2. Upload the image folder "smoothred" to your forums image root directory (ex: forum/images/smoothred). 3. Login to your Admincp in vBulletin and Click on "Style & Templates" to expand the menu. 4. In the expanded menu click on "Download / Upload Styles" , a new page will load. 5. In the new page look for: "Import Style XML File" click on browse and point it to the .xml file that you want to install 6. Press IMPORT to complete the installation Extra Notes: - PSDs of the Logo Text is provided for editing. Unlike my previous styles, this is add free and not branded. No link back required to use and you may modify to suite your needs. I only ask that you don't distribute as your own work. Donations appreciated but not required. Enjoy! Demo: http://general-forums.com/forum.php?styleid=26 (Thanks Brandon) Updates: 1/24/2011 - Corrected notifications display. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
Comments |
#22
|
||||
|
||||
I'm still wondering how such a simple theme can be so d4mn sexy!
I love-love-love it! |
#23
|
|||
|
|||
Quote:
I get the same |
#24
|
||||
|
||||
Please see this post:
https://vborg.vbsupport.ru/showpost....9&postcount=14 That will correct the above problem. I'll look into the notifications to see what's going on with that. |
#25
|
||||
|
||||
Updated. Correction to the notifications has been made. If you do not want to overwrite your existing style, simply replace your header code with this code:
Code:
<div class="above_body"> <!-- closing tag is in template navbar --> <div id="header" class="floatcontainer doc_header"> <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> <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 style="color:#ffffff;" 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 style="color:#ffffff;" class="popupctrl" onmouseover="this.style.background = '#A71212'" 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> <vb:if condition="$vboptions['enablefacebookconnect']"> {vb:raw facebook_header} </vb:if> </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:else /> <ul class="nouser"> <vb:if condition="$show['registerbutton']"> <li><a style="color:#ffffff;" href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> <li><a style="color:#ffffff;" rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li> <li> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script> <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})"> <fieldset id="logindetails" class="logindetails"> <div> <div> <input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> </div> </div> </fieldset> <div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label> </div> <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> <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> <div class="ad_global_header"> {vb:raw ad_location.global_header1} {vb:raw ad_location.global_header2} </div> <hr /> </div> |
#26
|
||||
|
||||
thanks
I'll update the demo today Quote:
|
#27
|
||||
|
||||
Quote:
Code:
.ad_global_header { float:right; position:absolute; right:30px; top:35px; } |
#28
|
|||
|
|||
Thanks Mark, you are a legend
I've uploaded the new xml (and images) and the notifications issue is fixed - many thanks. Is there any easy way to globally change user profiles to remove the white/white bug in vBulletin? If not i'll have to leave that until they fix it. I've also moved the ad banner down slightly - didn't spot that as I'm always automatically logged in so cheers. Is there a CSS option to move the forum logo down slightly as well so I can have it inline with that banner? If you look now for example, the banner sits lower so it looks a bit odd. I realise I might be pushing it a bit here but if there is any way you could make me up motorbike Read/Unread forum images to match your style I would be forever in your debt I only have web hosting to barter with but happy to sort out anything you may need in return. Thanks again. |
#29
|
|||
|
|||
Quote:
I changed all the text and link colours that where white to #3e3e3e and it looks perfect. |
#30
|
||||
|
||||
I'm not on my demo board so I don't know where this CSS class is defined, but the quick way to move your logo down would be, look for this code in the header:
Code:
<a class="logo-image" href="forum.php? change the 5px to suite your needs. As for your forum markers, I'll see what I can do. |
#31
|
||||
|
||||
Not sure how these will look til you upload them. They will go in your statusicon directory.
See attached. Hope you like them. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|