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
  #12  
Old 01-23-2008, 04:40 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

then see membersprofil.but no avatar and info..
Reply With Quote
  #13  
Old 01-23-2008, 11:40 PM
Meghwar's Avatar
Meghwar Meghwar is offline
 
Join Date: Apr 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

first thank you for your mod, but my members write on arabic charts too and the title of a thread is arabic when it been posted it wall show #'s attached Image.

Let me know how to fix

Thank you
Reply With Quote
  #14  
Old 01-24-2008, 07:21 AM
Powerofdreams Powerofdreams is offline
 
Join Date: Jan 2008
Location: Turkey
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you burak abi
Reply With Quote
  #15  
Old 01-24-2008, 10:00 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
<phpcode><![CDATA[// ### TOP X STATS BY INFINITEWEBBY ###########################################
Can you explain this please. Do you have permission from the original author?
Reply With Quote
  #16  
Old 01-24-2008, 07:23 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marco van Herwaarden View Post
Can you explain this please. Do you have permission from the original author?
Yes. im speak by INFINITEWEBBY ..
Reply With Quote
  #17  
Old 01-24-2008, 10:58 PM
Dark Cynicus! Dark Cynicus! is offline
 
Join Date: Aug 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.rhythematics.com/forums/index.php" target="_blank">http://www.rhythematics.com/forums/index.php</a>

mine doesnt show on the side =/
Reply With Quote
  #18  
Old 01-25-2008, 07:03 PM
BuRaCh BuRaCh is offline
 
Join Date: Aug 2006
Location: istanbul/turkey
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where codes??
Reply With Quote
  #19  
Old 01-25-2008, 07:24 PM
Evolution06 Evolution06 is offline
 
Join Date: May 2006
Location: California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm this one is nice which it worked after doing template edits everything shows in middle at top of forums instead of on side.

Example: http://wow-fanatics.net/forums/index.php I tried editing the default skin also I think forumhome is alittle different in beta 4 maybe thats why.
Reply With Quote
  #20  
Old 02-18-2008, 11:44 AM
falguni1 falguni1 is offline
 
Join Date: Feb 2008
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I went in stypes and manager
style manager I cannot find $navbar
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 04:28 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.04906 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
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
  • (2)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
  • (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_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