The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Full width Forum logo Details »» | |||||||||||||||||||||||||||
For fixed width styles Note: Only use this If not using header adverts Find in 'header' template. It's at the start of the template Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> Replace it with Code:
<!-- Full width Logo Code Start --> <div><a href="http://www.yourforum.com./forum.php"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div> <!-- Full width Logo Code End --> black bold link to your forum red bold location of your logo blue bold set the width and height of your image to match your Image size (the width of the Image being the same as your forum width) - so If your Forum width is 1000px wide, make your logo 1000px wide green bold your forums name If you use it mark Installed thx Screenshots
Show Your Support
|
Благодарность от: | ||
Macgiber |
Comments |
#22
|
|||
|
|||
omg sir! I'm using cyborg style ( http://www.vbdesigns.de/demo/?styleid=47 ) and mine diffirent please help
my header: Code:
<a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"></a> <div class="toplinks headbg" id="toplinks"> <div id="header" class="floatcontainer doc_header"> <vb:if condition="$show['member']"> <div class="ad_global_header"> {vb:raw ad_location.global_header1} {vb:raw ad_location.global_header2} </div> <hr /> {vb:raw ad_location.ad_header_end} <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> <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 href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li> </vb:if> <li><a 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" 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="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="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <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"); YAHOO.util.Dom.setStyle('navbar_username', "color", "#828282"); 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='black'; } } 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='#828282'; } } 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 class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="/designs/cyborg/sp.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" width="524" height="92" /></a></div> </div> </div> <div class="navibg"> <div class="center_navi"> <div class="nav_middle_pic"> <vb:if condition="$show['member']"><div class="c_log_out"><a class="c_log_out" title=" {vb:rawphrase log_out_x, {vb:raw bbuserinfo.username}} " href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:phrase sure_you_want_to_log_out}')"><span> {vb:rawphrase log_out_x, {vb:raw bbuserinfo.username}} </span></a></div><vb:else /><div class="c_register_right"><a class="c_register_right" href="register.php?{vb:raw session.sessionurl}" title="{vb:phrase register}"><span>{vb:phrase register}</span></a></div></vb:if> <vb:if condition="$show['member']"><div class="c_new_posts"><a class="c_new_posts" href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post" accesskey="2" title="{vb:phrase new_posts_nav}"><span>{vb:phrase new_posts_nav}</span></a></div> <vb:else /><div class="c_daily_posts"><a class="c_daily_posts" href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post" accesskey="2" title="{vb:phrase todays_posts}"><span>{vb:phrase todays_posts}</span></a></div></vb:if> <div class="c_menu"><div class="popupmenu"><a class="c_menu popupctrl" href="#usercptools" title="{vb:phrase quick_links}"><span>{vb:phrase quick_links}</span></a> <ul class="popupbody popuphover"> <li> <a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}">{vb:rawphrase mark_forums_read}</a> </li> <vb:if condition="$show['member']"> <li> <a href="profile.php?{vb:raw session.sessionurl}do=editoptions">{vb:rawphrase edit_options}</a> </li> <li> <a href="profile.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase edit_your_details}</a> </li> </vb:if> <li><a href="subscription.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase subscribed_threads}</a></li> <li> <a href="javascript://" onclick="window.open(getBaseUrl() + 'misc.php?{vb:raw session.sessionurl}do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">{vb:rawphrase open_contacts}</a> </li> <vb:if condition="$vboptions['forumleaders']"> <li> <a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow"> <vb:if condition="$vb_suite_installed"> {vb:rawphrase view_site_leaders} <vb:else /> {vb:rawphrase view_forum_leaders} </vb:if> </a> </li> </vb:if> {vb:raw template_hook.navbar_quick_links_menu_pos1} {vb:raw template_hook.navbar_quick_links_menu_pos2} {vb:raw template_hook.navbar_quick_links_menu_pos3} <vb:if condition="$show['wollink']"> <li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li> </vb:if> </ul> </div></div> <div class="c_search"><div class="popupmenu"><a class="popupctrl c_search" href="search.php?{vb:raw session.sessionurl}" accesskey="4" title="{vb:phrase search}"><span>{vb:phrase search}</span></a> <ul class="popupbody popuphover"> <li> <vb:if condition="$vboptions['enablesearches']"> <form action="search.php?do=process" method="post" id="navbar_search"> <input type="hidden" name="s" value="{vb:raw session.sessionurl}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="process" /> <input type="text" value="" name="query" class="textbox" tabindex="99"/> <input type="submit" class="button" name="dosearch" value="{vb:rawphrase go}" tabindex="100" /> </form> <ul> <li><a href="search.php{vb:raw session.sessionurl_q}" accesskey="4">{vb:rawphrase advanced_search}</a></li> </ul> </vb:if> </li> </ul> </div> </div> <vb:if condition="$show['member']"><div class="c_user_cp"><a class="c_user_cp" href="usercp.php?{vb:raw session.sessionurl}" title="{vb:phrase user_cp}"><span>{vb:phrase user_cp}</span></a></div></vb:if> <vb:if condition="!$show['member']"><div class="c_register"><a class="c_register" href="register.php?{vb:raw session.sessionurl}" title="{vb:phrase register}"><span>{vb:phrase register}</span></a></div></vb:if> <div class="c_faq"><a class="c_faq" href="faq.php?{vb:raw session.sessionurl}" accesskey="5" title="{vb:phrase faq}"><span>{vb:phrase faq}</span></a></div> <vb:if condition="$show['communitylink'] AND $show['popups']"> <div class="comm"><div class="popupmenu"><a class="popupctrl comm" href="$show[nojs_link]#community" rel="nofollow" accesskey="6"><span>{vb:phrase community}</span></a> <ul class="popupbody popuphover"> {vb:raw template_hook.navbar_community_menu_start} <vb:if condition="$show['quick_links_groups']"> <li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li> </vb:if> <vb:if condition="$show['quick_links_albums']"> <li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li> </vb:if> <vb:if condition="$bbuserinfo['userid']"> <li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li> </vb:if> <vb:if condition="$show['memberslist']"> <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li> </vb:if> {vb:raw template_hook.navbar_community_menu_end} </ul> </div> </div> <vb:else /> <div class="c_member"><a href="memberlist.php{vb:raw session.sessionurl_q}"><span>{vb:phrase members_list}</span></a></div> </vb:if> <div class="c_calendar"><a class="c_calendar" href="calendar.php?{vb:raw session.sessionurl}" title="{vb:phrase calendar}"><span>{vb:phrase calendar}</span></a></div> </div> </div> </div> <div class="top_borderbg"> <div class="top_border_right_pic"></div> <div class="top_border_left_pic"></div> <div class="top_border_middle_pic"></div> </div> <div id="bottom_borderbg"> <div id="bottom_border_right_pic"> <div id="bottom_border_left_pic"> <div id="bottom_border_middle_pic"> <div class="border_left"> <div class="border_right"> |
#23
|
|||
|
|||
Hi compact, all I can do is suggest replacing
Code:
<div class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="/designs/cyborg/sp.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" width="524" height="92" /></a></div>
to Code:
<div class="headpic"><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name" /></a></div> |
#24
|
|||
|
|||
just done the edits ... and i got this (check the pic) what's wrong? also i need to know why the background was gray and not the default dark color ...
thanks |
#25
|
|||
|
|||
^ I've noticed that happening to my site when IE compatibility mode is turned on. Works fine in every other browser.
Edit: actually yours is different. Looks like you forgot to remove vb code which displays the logo. You've added your image code above the current logo so both are being displayed. |
#26
|
|||
|
|||
Quote:
My next problem was when I put in the length of 1000px members were saying that it was only showing about 60% of the screen. To resolve this issue I did the above mentioned liquid %. I put the 100% in the code instead of 1000 and it works perfectly. XboxHounds |
#27
|
|||
|
|||
|
#28
|
||||
|
||||
Quote:
Also, you should use the vb code where possible. You also need to keep the anchor name, otherwise the "To the Top" Links won't work. something like this: Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="images/logo.jpg" width="1000" height="120" alt="your forum name Forum" /></a></div> |
#29
|
|||
|
|||
thx Dragonsys
|
#30
|
|||
|
|||
Quote:
http://74.55.234.226/~xboxhoun/content.php I tried many different valuespxs but to no avail. I tried his suggestion above and it worked. Maybe its not correct but it is working for me. I am a noob though. |
#31
|
|||
|
|||
Hi top dogs 360, One thing you have to keep in mind is not everyone will have the same monitor resolution as you. What looks good to you might not look so good to say someone with a resolution twice the size as what you have.
Your original image by itself is nice but at the top of your forum on my 1920px res monitor its really stretched. A fluid full width Image can be done but its tricky and time consuming. Hey.... as long as your happy, go with it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|