Back to Modification Graveyard

vBH-Advanced Right Menu
Mod Version: 2.5, by BuRaCh

This thread is in the Modification Graveyard.
vB Version: 3.6.8 Rating: (5 votes - 5.00 average) Installs: 38
Released: 07 Sep 2007 Last Update: 14 Sep 2007 Downloads: 399
Not Supported DB Changes Uses Plugins Template Edits Code Changes Additional Files  

Advanced Right Menu
Developer by BuRACH


Demo:http://www.vB-Hacker.com/forum
[/SIZE][/URL][/CENTER]
This hack create right menu at your site.
Right Menu
  • Advanced Userinfo and avatar..
  • Most 5 populer thread
  • Recent 5 post
  • Sponsor or promos banner.
  • Thread and post search box.

if you like this hack then push to ==>install button


install

1-) Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-burach_Menu.xml' from your computer then press 'Import'

2-) Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-right menu.xml' from your computer then press 'Import'

3- )Open the your have ftp home.add the -> hacksystem.php

4-) open the forumhome templates

find:
Code:
$navbar
Add under
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"></center>
<td valign="top" width="80%" valign="top">
Find:
Code:
$footer
Add above
Code:
<if condition="$show['member']">
<td valign="top" width="20%" valign="top">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead"><center>Ho?geldiniz</center></td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
<tr><if condition="$avatar_sor"><td valign="top" class="vbmenu_option">
 <center> <table cellpadding="0" cellspacing="0" border="0"><tr><td class="thead" align="center">$avatar_sor</td></tr></center>
  </td></if><br/>
<center> <table cellpadding="4" cellspacing="1" border="0">
	<tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>	
	<if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="$vboptions[bburl]/private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
	<if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
	<if condition="$show['avatarlink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>
	<if condition="$show['profilepiclink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr></if>
	<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td></tr>
</table>
	</td></tr>
	</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vboptions[hacksystem_mostpop] $vbphrase[hacksystem_mostpop]</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_mostpop'] > 0">
$mostpopbits
</if>
</div>
</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vbphrase[hacksystem_recentposts]</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_recentposts']">
$recentpostbits
</if>
</div>
</td>
</table>
<br>
		<form action="search.php?do=process" method="post">
		<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder">
		<tr class="tcat">
			<td align="center">
<strong>$vbphrase[hacksystem_search]</strong>
			</td>
		</tr>
		<tr>
<td valign="top" class="alt1">
<fieldset class="fieldset">
<legend>$vbphrase[hacksystem_searchopt]</legend>
<label for="all"><input type="radio" name="searchopt" value="all" id="all" CHECKED> $vbphrase[hacksystem_searchall]</label><br />
<label for="title"><input type="radio" name="searchopt" value="title" id="title"> $vbphrase[hacksystem_searchtitle]</lable><br />
<label for="txt"><input type="radio" name="searchopt" value="txt" id="txt"> $vbphrase[hacksystem_searchcontent]</label><br />
</fieldset>
<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]" />
<div>$vbphrase[hacksystem_keyword]:<br><input type="text" class="bginput" name="query" size="20" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
</td>
</tr>
</table>
</form>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Sponsor</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
 this you want object..
Sponsor Link or promos banners..
</td>
</table>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Destekleyenler</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
<center><a href="http://www.vBulletin.com"><img src="http://img112.imageshack.us/img112/6370/vbcompy5.gif" border="0" alt="vBulletin Developer"/></a>
<br/>
<a href="http://vbulletin.org"><img src="http://img212.imageshack.us/img212/4466/vborglc2.gif" border="0" alt="vBulletin support"/></a></center>
</td>
</table>
</tr>
</table> </if>
<if condition="$show['guest']">
<td valign="top" width="20%" valign="top">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vboptions[hacksystem_mostpop] $vbphrase[hacksystem_mostpop]</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_mostpop'] > 0">
$mostpopbits
</if>
</div>
</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <thead><tr><td class="thead">$vbphrase[hacksystem_recentposts]</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="$vboptions['hacksystem_recentposts']">
$recentpostbits
</if>
</div>
</td>
</table>
<br>
		<form action="search.php?do=process" method="post">
		<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder">
		<tr class="tcat">
			<td align="center">
<strong>$vbphrase[hacksystem_search]</strong>
			</td>
		</tr>
		<tr>
<td valign="top" class="alt1">
<fieldset class="fieldset">
<legend>$vbphrase[hacksystem_searchopt]</legend>
<label for="all"><input type="radio" name="searchopt" value="all" id="all" CHECKED> $vbphrase[hacksystem_searchall]</label><br />
<label for="title"><input type="radio" name="searchopt" value="title" id="title"> $vbphrase[hacksystem_searchtitle]</lable><br />
<label for="txt"><input type="radio" name="searchopt" value="txt" id="txt"> $vbphrase[hacksystem_searchcontent]</label><br />
</fieldset>
<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]" />
<div>$vbphrase[hacksystem_keyword]:<br><input type="text" class="bginput" name="query" size="20" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
</td>
</tr>
</table>
</form>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Sponsor</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
 this you want object..
Sponsor Link or promos banners..
</td>
</table>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Destekleyenler</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
<center><a href="http://www.vBulletin.com"><img src="http://img112.imageshack.us/img112/6370/vbcompy5.gif" border="0" alt="vBulletin Developer"/></a>
<br/>
<a href="http://vbulletin.org"><img src="http://img212.imageshack.us/img212/4466/vborglc2.gif" border="0" alt="vBulletin support"/></a></center>
</td>
</table>
</tr>
</table> 
</if>
Modifications Info

Plugin : 22
Phrases : 0
Template : 1
Setting : 0

Versions:
v1.0 - 07 September 2007
-First release

v1.2- 08 September 2007
-Character problems fixed

V2.0 14 September 2007
- added to vBulletin options
-not see problem fixed..

V2.5 16 September 2007
- added to new Codes
and full problem fixed..

Download

This modification cannot be downloaded.

Supporters / CoAuthors

  • Atakan KOC

Screenshots

   

Similar Mods

Mini Mods Advanced Options Menu 2.0 vBulletin 3.7 Template Modifications
Forum Home Enhancements vBH-Advanced Right Menu Modification Graveyard
Forum Home Enhancements vBH-Advanced Left Menu Modification Graveyard
Forum Home Enhancements vBH-Advanced Left Menu Modification Graveyard

vblts.ru supports vBulletin®, 2022-2024