PDA

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


BuRaCh
09-06-2007, 10:00 PM
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:
$navbar
Add under
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"></center>

<td valign="top" width="80%" valign="top">

Find:
$footer

Add above
<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..

kaptanblack
09-07-2007, 07:33 PM
First post :D

Thanks... Burach

*Installed*

BuRaCh
09-07-2007, 07:50 PM
Thanks Kaptan;)

Fungsten
09-07-2007, 08:16 PM
I'm getting the error:


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.

thepub
09-07-2007, 08:27 PM
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.

Fungsten
09-07-2007, 08:30 PM
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>


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

Fungsten
09-07-2007, 09:20 PM
BTW, you might want to replace:


Ho?geldiniz


in here:


<thead><tr><td class="thead"><center>Ho?geldiniz</center></td></tr></thead><tbody>



That's what is showing up.

TheBlackPoet
09-07-2007, 09:54 PM
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

Paxion
09-07-2007, 10:24 PM
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.

Fungsten
09-07-2007, 10:26 PM
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.

Paxion
09-07-2007, 11:39 PM
i did... still nothing. What folder did you put the hack file in?

Fungsten
09-07-2007, 11:48 PM
i did... still nothing. What folder did you put the hack file in?

In the Forum folder.

Paxion
09-07-2007, 11:54 PM
yup... same..

BuRaCh
09-08-2007, 05:21 AM
I'm getting the error:

fixed ;)
BTW, you might want to replace:



in here:



That's what is showing up.

fixed;)

joopss
09-08-2007, 06:24 AM
Tenks........
Teşekkürler...

BuRaCh
09-08-2007, 06:47 AM
Tenks........
Teşekk?rler...

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

Hornstar
09-08-2007, 07:42 AM
This is looking very very nice, I will take a look in a sec and see how well it works compared to the one im currently using.

Will this show the side bar on every page or only on the forum home? or can you choose where to show it?

BuRaCh
09-08-2007, 11:19 AM
if you show on every page for codes add to navbar

valdet
09-08-2007, 11:34 AM
Before I download this, Is this hack modular so it can be placed on the left side instead or the right.
Or you will release an Advanced Left Menu :)..?

spufus
09-08-2007, 01:32 PM
if you show on every page for codes add to navbar
Where in the navbar?

Thanks

asj
09-08-2007, 01:34 PM
Not seen thread ? :confused:

Luky
09-08-2007, 01:51 PM
Omg its Burach, installed for that reason. :)

Fungsten
09-08-2007, 07:14 PM
fixed ;)


fixed;)

Thanks!

Fungsten
09-08-2007, 07:47 PM
How do you add the other stuff below? Like it is in the Demo?

BuRaCh
09-08-2007, 08:10 PM
Before I download this, Is this hack modular so it can be placed on the left side instead or the right.
Or you will release an Advanced Left Menu :)..?


very nearby:)

monkeyboy1916
09-08-2007, 10:44 PM
Not seen thread ? :confused:

Same with me, Only the Welcome Box shows, nothing else...

As Fungsten said, how do you add the other stuff below?

BuRaCh
09-09-2007, 08:30 AM
Demo:www.vB-Hacker.com/forum

BuRaCh
09-09-2007, 12:57 PM
Where in the navbar?

Thanks

this for written new a hack:)

Duvernoy
09-09-2007, 01:15 PM
yeah..wondefull desing.
thanks.installed;)

hdrmut
09-09-2007, 03:16 PM
Not seen thread ? :confused:



i have same problem :confused:

Fungsten
09-09-2007, 04:49 PM
Demo:www.vB-Hacker.com/forum (http://www.vB-Hacker.com/forum)

It's not in english.

BuRaCh
09-09-2007, 06:03 PM
It's not in english.


Coult in caps you?

Fungsten
09-09-2007, 06:09 PM
Coult in caps you?

:confused::confused::confused::confused::confused: :confused:

Jenkins
09-10-2007, 02:24 PM
Can this be made to list the members of a specific usergroup in the menu?

BuRaCh
09-10-2007, 05:08 PM
for show usergrup..
sponsor column delete and this codes add.

<if condition="$show['loggedinusers']">
<div class="bubble">
<!-- logged-in users -->
<a href="online.php$session[sessionurl_q]" rel="nofollow" class="bubble">$vbphrase[currently_active_users]</a></div>
<div class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></div>
<br />
<div class="bubble"><a href="online.php$session[sessionurl_q]" rel="nofollow" class="bubble">Who Is Online?</a></div>
<div class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>
<br /><br /><strong>Online Now:</strong> $activeusers </div>
</if>
<!-- end logged-in users -->

Jenkins
09-10-2007, 05:11 PM
that looks like it would show who is currently online. I just want to display the users that are in a specific usergroup of the forum. I currently have to do this manually, having something automatic would be great. here's an example of what I currently do.

www.okgmp.com it's in the right column at the bottom titled "Current Members" and "Leaders".

BuRaCh
09-10-2007, 06:15 PM
that looks like it would show who is currently online. I just want to display the users that are in a specific usergroup of the forum. I currently have to do this manually, having something automatic would be great. here's an example of what I currently do.

www.okgmp.com it's in the right column at the bottom titled "Current Members" and "Leaders".


Very easy:)
behice create column before add in the codes..

exapmle.
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200"> <thead><tr><td class="thead">Forum Leader's</td></tr></thead><tbody>
<td class="alt1" nowrap="nowrap">
<a href="="https://vborg.vbsupport.ru/member.php?u=159186"">BuRaCH" border="0" "/></a><br/>
bila..bila....bila<br/>
bila..bila...bila
</td>
</table>

This code's changed sponsor column codes in thread..

monkeyboy1916
09-11-2007, 12:04 PM
Umm, I'm no code Guru or anything, so I'm probly saying this all wrong, but from taking a quick look at the hacksystem.php file, its calling for settings under VBulletin Options which dont exist, for instance:
$vbulletin->options['hacksystem_recentposts']
I was just looking for a possible reason why the other parts of this mod were not working for me.

If this has nothing to do with the problem im having, ignore this.

Edit: Screenshot Added, Thats all that shows up when I install it.

BuRaCh
09-14-2007, 03:05 PM
Umm, I'm no code Guru or anything, so I'm probly saying this all wrong, but from taking a quick look at the hacksystem.php file, its calling for settings under VBulletin Options which dont exist, for instance:
$vbulletin->options['hacksystem_recentposts']
I was just looking for a possible reason why the other parts of this mod were not working for me.

If this has nothing to do with the problem im having, ignore this.

Edit: Screenshot Added, Thats all that shows up when I install it.


added the vbulletin options.
this thread download =>pruduct-right menu.xml and import at your have admincp pruduct manager.

ScreenShout
http://img253.imageshack.us/img253/6281/accpsvm7.gif (http://imageshack.us)

Duvernoy
09-14-2007, 06:28 PM
yeah very nice great idea;)
working.
'installed'

BuRaCh
09-15-2007, 05:08 PM
thansk friendly's ;)

BuRaCh
09-16-2007, 06:45 PM
V2.5 16 September 2007
- added to new Codes
and full problem fixed..;)

ged
09-22-2007, 09:24 AM
Is it possible for left column?

Hornstar
12-21-2007, 09:29 AM
Question: Will you update this for 3.7?
Question: I want to add custom content more then once in a few different spots, Is this possible? If not, it would be great if you can add as many custom blocks as you like, and if you can arrange all the blocks in whatever order you like :)