Fix For vbulletin.org look alike by Hoxxy for 3.7.3 [BETA]

chakru

New Member
Well I am a personal admirer for hoxxy work on vbulletin.org style look alike as he is busy with other works he cant able to provide support for this style so I played around with this style a bit and worked on it a little and [/b]brought you some fix for the problem widely asked by many. The navbar collapsing for guests viewing in this style on 3.7.3 version. So here is my fix for that problem please checkout the xml file attached to this and I found some recent changes with real vbulletin.org like the fixed size is increased a bit so I made this fixed for about 950 pixels.

I just altered some images from real hoxxy source to give this skin more vb.org look alike feel. I am also attaching some mods use them to enhance the look even more.

edit the header template to change the tab names and link and also the advanced search feature I included in this..

change the value number to your forum id!

Code:
<option value="-1" selected="selected">All Forums</option>
            <option value="1">forum1</option>
            <option value="41">forum2</option>
            <option value="74">forum3</option>
            <option value="75">forum4</option>
            <option value="24">forum5</option>
          </select>


I made the search box to the left, the reason is I dont know how to get it to the right lol.. if anyone can get it to the right it will be good.

Incase if it asks the footer panel to be reverted back, just revert it and install the product from here.

Checkout the preview picture for how it looks, I checked it with my board which runs on 3.7.3 version and it works fine for me and I dont find any reason why it should not for you provided you are using 3.7.3 version or above.

Installation: Upload the hbdorg style to the forum root and install the xml file.

thats it!

All the credits goes to Hoxxy the real designer for this style I just made some changes to make it work for 3.7.3 thats it.

And all the things I learned in vbulletin is only from the help of members of this wonderful community and moderators and other staffs of this great forums so if you want to thank me. Please donate for our VBteam which will help our community to grow and also to survive on the long Run.

Ya I made this as BETA let me know the bugs you come across immediately so that I will try my best to fix them..

Please note that this is only for 3.7.3 I cannot provide support on other versions

regards

Havefun..


Note: Well This is my First release so please be kind with me! :D
 

TheProphet

New Member
I made the search box to the left, the reason is I dont know how to get it to the right lol.. if anyone can get it to the right it will be good.

Replace all code from header template for this:

PHP:
<a name="top"></a>
<div align="center">
<div id="hxy" style="width:950px">
   <div align="left" class="bl">

<div class="hxy_logo">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
 <tr valign="bottom">

	<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

<td width="100%" align="right" nowrap="nowrap" style="padding-right:9px">

<table width="100%" align="right" style="margin-bottom:1px" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td align="right" class="logo-info" nowrap="nowrap" style="padding-bottom:9px">
<if condition="$show['member']">

	<div align="right" class="white"> 
			<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>
			You last visited: $pmbox[lastvisitdate] at $pmbox[lastvisittime]
			<if condition="$show['pmstats']"><br />
		<if condition="$bbuserinfo['pmunread'] != 0">  
<a href="private.php$session[sessionurl_q]"><img class="inlineimg" src="$stylevar[imgdir_misc]/_newemail.gif" alt="new private message(s)" border="0" /></a>  </if> <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
			<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
	<else />
		<!-- login form -->
		<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
		<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
		<table align="right" cellpadding="0" cellspacing="1" border="0">
		<tr align="center">
			<td style="font-size:11px; color:white;" nowrap="nowrap"><label for="navbar_username">$vbphrase[username]</label></td>
			<td style="font-size:11px; color:white;"><label for="navbar_password">$vbphrase[password]</label></td>
	<td colspan="2"></td>
 </tr><tr>
			<td><input type="text" class="bginput" style="font-size: 10px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />&nbsp;</td>
			<td><input type="password" class="bginput" style="font-size: 10px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
			<td align="center"><input type="submit" class="button" value=" $vbphrase[log_in] " tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
			<td style="font-size:10px; color:white;" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Save?</label></td>
		</tr>
		</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="login" />		
		<input type="hidden" name="vb_login_md5password" />
		<input type="hidden" name="vb_login_md5password_utf" />
		</form>
		<!-- / login form -->
	</if>
</td>
 </tr><tr>
<td width="100%" align="right">
	<a href="http://www.yoursite.com/f41/" class="tab">blah </a>
	<a href="http://www.yoursite.com/f41/" class="tab">yyyy</a>
	<a href="http://www.yoursite.com/f41//" class="tab">xXx</a>
	<a href="http://www.yoursite.com/f41/" class="tab">Discussions </a>
	<a href="http://www.yoursite.com/f1/" class="tab">News</a>
 </td>
</tr ></table>

<!-- /tabs -->
 </td>
</tr ></table>
</div>


<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]<br>
<td align="center"><if condition="$show['searchbuttons']">
	<!-- header quick search form -->
<form action="search.php?do=process" method="post" <align="right">
	<input type="hidden" name="do" value="process" />
	<input type="hidden" name="quicksearch" value="1" />
	<input type="hidden" name="childforums" value="1" />
	<input type="hidden" name="exactname" value="1" />
	<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div>
  <div align="right">
    <input type="text" name="query" size="30" style="font-size: 8pt;" />
    <select name="forumchoice[]">
      <option value="-1" selected="selected">All Forums</option>
      <option value="1">forum1</option>
      <option value="41">forum2</option>
      <option value="74">forum3</option>
      <option value="75">forum4</option>
      <option value="24">forum5</option>
    </select>
    <select name="titleonly">
      <option value="0" selected="selected">All Posts</option>
      <option value="1" >Titles Only</option>
    </select>
    <input name="search" value="Search" type="submit" class="button" />
    <a href="search.php" accesskey="4" rel="nofollow" id="navbar_search1" class=""><img src="$stylevar[imgdir_misc]/menu_open.gif" alt="" title="Advanced Search" border="0" /></a>
    <script type="text/javascript"> vbmenu_register("navbar_search1",1); </script>
  </div>
</div>
</form>
<!-- <br />
<form action="tags.php" method="get">
<span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="font-size: 8pt" value="enter tag, and hit enter" onFocus="this.value=''" onBlur="this.value='enter tag, and hit enter'"/></span>
</form> -->
<div class="vbmenu_popup" id="navbar_search1_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr><td class="thead" align="left">Search Options</td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]" rel="nofollow">My Threads</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getnew" rel="nofollow">New Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getdaily" rel="nofollow">Today's Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude=30&nocache=1" rel="nofollow">Unanswered Threads</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php$session[sessionurl]" accesskey="4" rel="nofollow">Advanced Search</a></td></tr>
	</table>
</div></td>
	<!-- / header quick search form -->
	</if>
 

chakru

New Member
TheProphet said:
Replace all code from header template for this:

PHP:
<a name="top"></a>
<div align="center">
<div id="hxy" style="width:950px">
   <div align="left" class="bl">

<div class="hxy_logo">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
 <tr valign="bottom">

	<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>

<td width="100%" align="right" nowrap="nowrap" style="padding-right:9px">

<table width="100%" align="right" style="margin-bottom:1px" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td align="right" class="logo-info" nowrap="nowrap" style="padding-bottom:9px">
<if condition="$show['member']">

	<div align="right" class="white"> 
			<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>
			You last visited: $pmbox[lastvisitdate] at $pmbox[lastvisittime]
			<if condition="$show['pmstats']"><br />
		<if condition="$bbuserinfo['pmunread'] != 0">  
<a href="private.php$session[sessionurl_q]"><img class="inlineimg" src="$stylevar[imgdir_misc]/_newemail.gif" alt="new private message(s)" border="0" /></a>  </if> <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
			<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
	<else />
		<!-- login form -->
		<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
		<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
		<table align="right" cellpadding="0" cellspacing="1" border="0">
		<tr align="center">
			<td style="font-size:11px; color:white;" nowrap="nowrap"><label for="navbar_username">$vbphrase[username]</label></td>
			<td style="font-size:11px; color:white;"><label for="navbar_password">$vbphrase[password]</label></td>
	<td colspan="2"></td>
 </tr><tr>
			<td><input type="text" class="bginput" style="font-size: 10px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />&nbsp;</td>
			<td><input type="password" class="bginput" style="font-size: 10px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
			<td align="center"><input type="submit" class="button" value=" $vbphrase[log_in] " tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
			<td style="font-size:10px; color:white;" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Save?</label></td>
		</tr>
		</table>
		<input type="hidden" name="s" value="$session[sessionhash]" />
		<input type="hidden" name="do" value="login" />		
		<input type="hidden" name="vb_login_md5password" />
		<input type="hidden" name="vb_login_md5password_utf" />
		</form>
		<!-- / login form -->
	</if>
</td>
 </tr><tr>
<td width="100%" align="right">
	<a href="http://www.yoursite.com/f41/" class="tab">blah </a>
	<a href="http://www.yoursite.com/f41/" class="tab">yyyy</a>
	<a href="http://www.yoursite.com/f41//" class="tab">xXx</a>
	<a href="http://www.yoursite.com/f41/" class="tab">Discussions </a>
	<a href="http://www.yoursite.com/f1/" class="tab">News</a>
 </td>
</tr ></table>

<!-- /tabs -->
 </td>
</tr ></table>
</div>


<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]<br>
<td align="center"><if condition="$show['searchbuttons']">
	<!-- header quick search form -->
<form action="search.php?do=process" method="post" <align="right">
	<input type="hidden" name="do" value="process" />
	<input type="hidden" name="quicksearch" value="1" />
	<input type="hidden" name="childforums" value="1" />
	<input type="hidden" name="exactname" value="1" />
	<input type="hidden" name="s" value="$session[sessionhash]" />
	<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<div>
  <div align="right">
    <input type="text" name="query" size="30" style="font-size: 8pt;" />
    <select name="forumchoice[]">
      <option value="-1" selected="selected">All Forums</option>
      <option value="1">forum1</option>
      <option value="41">forum2</option>
      <option value="74">forum3</option>
      <option value="75">forum4</option>
      <option value="24">forum5</option>
    </select>
    <select name="titleonly">
      <option value="0" selected="selected">All Posts</option>
      <option value="1" >Titles Only</option>
    </select>
    <input name="search" value="Search" type="submit" class="button" />
    <a href="search.php" accesskey="4" rel="nofollow" id="navbar_search1" class=""><img src="$stylevar[imgdir_misc]/menu_open.gif" alt="" title="Advanced Search" border="0" /></a>
    <script type="text/javascript"> vbmenu_register("navbar_search1",1); </script>
  </div>
</div>
</form>
<!-- <br />
<form action="tags.php" method="get">
<span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="font-size: 8pt" value="enter tag, and hit enter" onFocus="this.value=''" onBlur="this.value='enter tag, and hit enter'"/></span>
</form> -->
<div class="vbmenu_popup" id="navbar_search1_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr><td class="thead" align="left">Search Options</td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]" rel="nofollow">My Threads</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getnew" rel="nofollow">New Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getdaily" rel="nofollow">Today's Posts</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude=30&nocache=1" rel="nofollow">Unanswered Threads</a></td></tr>
	<tr><td class="vbmenu_option" align="left"><a href="search.php$session[sessionurl]" accesskey="4" rel="nofollow">Advanced Search</a></td></tr>
	</table>
</div></td>
	<!-- / header quick search form -->
	</if>

Thanks dude for helping me out! :D
 

pria

New Member
Thank you guys...finally you solve my problem with this skin.
Keep It up.

Regards,
pria
 

chakru

New Member
pria said:
Dear Hoxxy, would you like to make it compatible with latest VB?

Thanks,
Pria

it may run with 3.8.0 with some templates reverted back.. just check it..

regards
 
Top