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

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

Category: Forum Home Enhancements - Version: 3.7.0 Beta 3 Rating:
Released: 01-18-2008 Last Update: Never Installs: 29
DB Changes Uses Plugins Template Edits Auto-Templates
Code Changes Additional Files  
No support by the author.

vBH-Advanced Lef Menu

Demo: www.vb-hacker.com/forum

If you like this hack then,Mark as installed please..

What this hack do?
This hack create advanced left menu at your site.

Left Menu
  • Advanced Userinfo and avatar..
  • Most 10 populer members
  • Most 10 populer thread
  • Recent 10 post
  • Advanced Friend Site
  • Advanced Search Box
  • Sponsor or promos banner.
  • Thread and post search box.


install

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

2-) Open the forumhome Templates.

Find:
Code:
$navbar
Add Below
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"></center>
 
<!left menu start>
 
<td valign="top" width="15%" valign="top">
 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
 
<tbody>
        <tr>
<td class="tcat" colspan="2">Menu</td>
        </tr>
        <tr>
<td class="thead" colspan="2">Your Welcome</td>
        </tr>
</tbody>
 
 
<tr colspan="2">
 
<if condition="$show['member']">
 
<td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>
 
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
 
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']">
<br />
<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>
 
</div>
        <!-- member logout -->
        <div><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]"  onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></div>
        <!-- end member logout -->
        </td>
 
    <else />
 
        <td class="alt2" nowrap="nowrap" style="padding:0px">
 
        <!-- 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 cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
        <tr>
            <td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
            <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
            <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
        </tr>
        <tr>
            <td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
            <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
            <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></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 -->
 
        </td>
 
    </if>    
 
</tr>
 
</table>
 
    <if condition="$show['topXstats']">
    $topXstats
    </if>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
 
<tbody>
        <tr>
<td class="tcat" colspan="2">$vbphrase[search_forums]</td>
        </tr>
        <tr>
<td class="thead" colspan="2">$vbphrase[search_forums]</td>
        </tr>
</tbody>
 
<tr colspan="2">
<td class="alt1">
<form action="search.php?do=process" method="post">
<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><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>&nbsp;<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>                    
</form>
</td>
</tr>
<tr>
 
<td class="alt2"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </tr>
 
        </table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
 
<tbody>
        <tr>
<td class="tcat" colspan="2">Promo</td>
        </tr>
        <tr>
<td class="thead" colspan="2">Friend Website</td>
        </tr>
</tbody>
 
 
<tr>
<td class="alt1"> <a href=http://www.bagcilargenclik.com><b>Ak Parti </b></a></td>
<td class="alt1"> <a href="http://www.technolove.us"><b>Techno Love</b></a></td>
</tr>
<tr>
<td class="alt1"> <a href="http://www.paylasimforever.com" target="_blank" title="forum , eğlence , sohbet , arkadaşlık">Paylasim Forever</a> </td>
<td class="alt1"> <a href="http://www.manyaks.net/forum"><b>Manyaks Forum</b></a> </td>
</tr>
<tr>
<td class="alt1"> <a href="http://www.burach.org"><b>BuRaCH Fun</b></a> </td>
<td class="alt1"> <a href=http://www.forumetki.com title="M?zik, G?venlik,hack, Bilgisayar, keyifhaber,megaetki,Donanım, Elektronik, Programlama, İnternet, Oyun, Webmaster, Kadınca, Sağlık, Hukuk, Cep Telefonları, forumetki,Divx, g?ncel haberler,Dijital Uydu D?nyası Uydu Yazlımları ,chat,sohbet target="blank">ForumETKİ?.com</a>
 </td>
</tr>
<tr>
<td class="alt1">  <a href="http://www.sanalda1numara.com" target="_blank" title="şiir , edebiyat , eğlence , resimler , g?ncel ">SaNaLDa1NuMaRa</a>  
 
</td>
<td class="alt1"> <a href="http://www.ircdzone.com" title="irc, ircd, irc forum, mirc scripting" target="_blank">ircd</a>  
 
 </td>
</tr>
<tr>
<td class="alt1"> <a href="http://www.vb-hacker.com/forum/vb-hacker-com-ile-link-takas-en-az-pr3-t7474.html?p=50368#post50368"><b>Add site</b></a> </td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
<tr>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
<tr>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
<tr>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
<tr>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
<tr>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
<td class="alt1"><a href="http://member:1"><b>Add Site</b></a>></a></td>
</tr>
</table>
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
 
<tbody>
        <tr>
<td class="tcat" colspan="2">Promo</td>
        </tr>
        <tr>
<td class="thead" colspan="2">Sponsor</td>
        </tr>
</tbody>
 
 
<tr>
 
<td class="alt1"><center><a href="http://harikahost.net"><img src="http://img260.imageshack.us/img260/6562/harikahostbannerid3.gif"" border="0" alt="Harika bir host i?in tıkla"/></a></center><br/></td>
 
</tr>
</table>
 
</td>
<!right menu end>
Find:
Code:
<!-- main -->
Add Below:
Code:
<td valign="top" width="85%" valign="top">
Modifications Info

Plugin : 2
Phrases : 25
Template : 5
Setting : 8


Version:
v1.0 - 17 January 2007
-First release
v2.0 - 18 January 20007
-for 37x fixed

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 01-19-2008, 09:12 AM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice addon, the people on my board are always interested in stats.

I am curious about another addon showing in your screen shots where some sub forums are side by side without the latest message, threads, & posts. Can you tell me which addon that is?
Reply With Quote
  #3  
Old 01-19-2008, 11:24 AM
Betushe Betushe is offline
 
Join Date: Dec 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea..
superb
Reply With Quote
  #4  
Old 01-19-2008, 12:15 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Loving this. Thanks a lot!
Reply With Quote
  #5  
Old 01-19-2008, 01:01 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

m8 can u release this in full english ?
Reply With Quote
  #6  
Old 01-19-2008, 06:56 PM
seangworld's Avatar
seangworld seangworld is offline
 
Join Date: Sep 2002
Location: Chesapeake, VA
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

although this looks like a good hack, i have a couple of suggestions:

1. english, please.
2. it'd be really great if the sidebar was level with the body of the forum at the top.

i dont plan to use this because of those 2 reasons, as well as using another stats hack that shows all that and more at the bottom of my forum.

on a whole, nice hack tho. i rated this.
Reply With Quote
  #7  
Old 01-19-2008, 07:59 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this hack already englısh.
only turkish caps
Reply With Quote
  #8  
Old 01-19-2008, 08:02 PM
TasariMerkezi TasariMerkezi is offline
 
Join Date: Nov 2007
Location: Turkey || TM
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tenkss yuuu
Reply With Quote
  #9  
Old 01-21-2008, 06:00 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed..
This codes change full englısh
Reply With Quote
  #10  
Old 01-22-2008, 01:11 AM
supersam1121 supersam1121 is offline
 
Join Date: Dec 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks great.

Only problem its only working roperle for members on my forum. When i logout the menu covers the whole screen???

- Sam
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 01:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05233 seconds
  • Memory Usage 2,314KB
  • Queries Executed 26 (?)
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
  • (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
  • (1)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_postinfo_query
  • fetch_postinfo
  • 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