Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBH-Advanced Right Menu Details »»
vBH-Advanced Right Menu
Version: 2.5, by BuRaCh BuRaCh is offline
Developer Last Online: Sep 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.8 Rating:
Released: 09-06-2007 Last Update: 09-13-2007 Installs: 38
DB Changes Uses Plugins Template Edits
Code Changes Additional Files  
No support by the author.

Advanced Right Menu
Developer by BuRACH


Demo: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..

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-07-2007, 07:33 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First post

Thanks... Burach

*Installed*
Reply With Quote
  #3  
Old 09-07-2007, 07:50 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Kaptan
Reply With Quote
  #4  
Old 09-07-2007, 08:16 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting the error:

Quote:
The following error occurred when attempting to evaluate this template:
The conditional on line 211 appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
Reply With Quote
  #5  
Old 09-07-2007, 08:27 PM
thepub thepub is offline
 
Join Date: Aug 2006
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
The conditional on line 172 appears to be missing its end tag (</if>). The template will not function properly unless this is fixed.
I keep getting that message and I've looked through the whole thing trying to find the error but don't see it.
Reply With Quote
  #6  
Old 09-07-2007, 08:30 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thepub View Post
I keep getting that message and I've looked through the whole thing trying to find the error but don't see it.
It is missing one </if>. There are seven <if and six </if>.

On Edit:

I put the </if>

Quote:
<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></if>
in the first line. Now of course the error doesn't appear but we'll see if it works.
Reply With Quote
  #7  
Old 09-07-2007, 09:20 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW, you might want to replace:

Quote:
Ho?geldiniz
in here:

Quote:
<thead><tr><td class="thead"><center>Ho?geldiniz</center></td></tr></thead><tbody>
That's what is showing up.
Reply With Quote
  #8  
Old 09-07-2007, 09:54 PM
TheBlackPoet's Avatar
TheBlackPoet TheBlackPoet is offline
 
Join Date: May 2006
Location: Pasadena, Texas, USA
Posts: 577
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have that custom greeting in my navbar.. so, it jacked up my greeting... (not your fault).. but i will have to try this when i have the time to make the adjustment
Reply With Quote
  #9  
Old 09-07-2007, 10:24 PM
Paxion Paxion is offline
 
Join Date: Aug 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get it to work.. i got the same /if error like everyone else. I've tried moving the /if to other locations. The missing /if has to be up top of the $footer script but i'm not 100% sure where.
Reply With Quote
  #10  
Old 09-07-2007, 10:26 PM
Fungsten's Avatar
Fungsten Fungsten is offline
 
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paxion View Post
I can't get it to work.. i got the same /if error like everyone else. I've tried moving the /if to other locations. The missing /if has to be up top of the $footer script but i'm not 100% sure where.
Try what I said in post #6.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05901 seconds
  • Memory Usage 2,330KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete