PDA

View Full Version : Forum Home Enhancements - vBH-Advanced Left Menu


BuRaCh
01-18-2008, 10:00 PM
vBH-Advanced Lef Menu

Demo: www.vb-hacker.com/forum

If you like this hack then,Mark as installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=168160) 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:
$navbar

Add Below
<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/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:
<!-- main -->

Add Below:
<td valign="top" width="85%" valign="top">
Modifications Info

[B]Plugin : 2
Phrases : 25
Template : 5
Setting : 8


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

TomasDR
01-19-2008, 09:12 AM
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?

Betushe
01-19-2008, 11:24 AM
Great idea..;)
superb;)

Snake
01-19-2008, 12:15 PM
Loving this. Thanks a lot! :)

wolfe
01-19-2008, 01:01 PM
m8 can u release this in full english ?

seangworld
01-19-2008, 06:56 PM
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. :)

BuRaCh
01-19-2008, 07:59 PM
this hack already englısh.
only turkish caps

TasariMerkezi
01-19-2008, 08:02 PM
tenkss yuuu :D

BuRaCh
01-21-2008, 06:00 PM
Fixed..
This codes change full englısh

supersam1121
01-22-2008, 01:11 AM
Looks great.

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

- Sam

BuRaCh
01-23-2008, 04:40 PM
then see membersprofil.but no avatar and info..

Meghwar
01-23-2008, 11:40 PM
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

Powerofdreams
01-24-2008, 07:21 AM
Thank you burak abi :)

Marco van Herwaarden
01-24-2008, 10:00 AM
<phpcode><![CDATA[// ### TOP X STATS BY INFINITEWEBBY ###########################################
Can you explain this please. Do you have permission from the original author?

BuRaCh
01-24-2008, 07:23 PM
Can you explain this please. Do you have permission from the original author?

Yes. im speak by INFINITEWEBBY ..

Dark Cynicus!
01-24-2008, 10:58 PM
<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 =/

BuRaCh
01-25-2008, 07:03 PM
Where codes??

Evolution06
01-25-2008, 07:24 PM
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.

falguni1
02-18-2008, 11:44 AM
I went in stypes and manager
style manager I cannot find $navbar