Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Yahoo YUI! Treeview Menu for VBAdvanced Details »»
Yahoo YUI! Treeview Menu for VBAdvanced
Version: 1.30, by Dankness Dankness is offline
Developer Last Online: Sep 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.8 Rating:
Released: 09-23-2007 Last Update: 10-22-2007 Installs: 36
Auto-Templates
Additional Files  
No support by the author.

//--------------------------------------------------------------------
// YUI Yahoo Treemenu Module for VBA v3 RC2
// by ShawnC
// http://www.shawnc.org
//--------------------------------------------------------------------

//--------------------------------------------------------------------
//--> New Installation Instructions
//--------------------------------------------------------------------

The files located in the Upload Directory need to be FTP Uploaded to your VBulletin Forum Directory. Click Overwrite All if it comes up will uploading
Once uploaded, If you are using VBA v3 RC2 then you can Import the Module in this Directory to your VBA Modules and it will work.

If you are Upgrading from a Previous version see next section

//--------------------------------------------------------------------
//--> Upgrade Instructions
//--------------------------------------------------------------------

Please Reupload all files into your Vbulletin Directory as I have changed the Javascript and compacted it with the Yahoo Javascript Compactor, Also All Files are hosted
on your domain to speed matters up now.

In Previous versions you had to Change the Header Template to Add the Javascript files, This has been automaticly done inside of the Plugin now so you will need to remove
any manual Header File Changes.

Delete the Old Module from VBA and ReImport the New Module to make sure all settings are overwrote properly.

//--------------------------------------------------------------------
//--> Installation Instructions on older VBA
//--------------------------------------------------------------------

Please read the Installation.txt file inside of the Package

Follow Normal Installation Instructions by Uploading All Files.

Create a new Module inside of VBA, Choose PHP Module(File)

Change the following Settings

File to Include --> treemenu.php
Templates Used --> adv_portal_treemenu
Use Module Wrapper Template --> Yes

Make a New Template and Call it

//--------------------------------------------------------------------
//--> adv_portal_treemenu
//--------------------------------------------------------------------

<tr class="alt1" ><td class="yui-skin-sam">

<div id="treeDiv" style="visibility:hidden;">
$adv_portal_forumlist
</div>

<script type="text/javascript">
//<![CDATA[

var ultree;
(function() {

function treeInit() {
ultree = new YAHOO.widget.TreeView("treeDiv");

ultree.setExpandAnim(YAHOO.widget.TVAnim.FADE_IN);
ultree.setCollapseAnim(YAHOO.widget.TVAnim.FADE_OU T);
ultree.readList();

ultree.subscribe("expand", function(node) {
});

ultree.subscribe("collapse", function(node) {
});

ultree.subscribe("labelClick", function(node) {
});


ultree.draw();
fetch_object('treeDiv').style.visibility = 'visible';
}

YAHOO.util.Event.addListener(window, "load", treeInit);

})();

//]]>
</script>

</td></tr>

//--------------------------------------------------------------------
//--> ChangeLog
//--------------------------------------------------------------------

--> v1.00 --> First Version
--> v1.01 --> Fixed Missing Animation Package - ragtek noticed thanks
--> v1.10 --> Fixed minor things
--> v1.20 --> Rewrite for VBA v3RC2 Module format
--> v1.30 --> Added Automatic Template Edits, Compacted Javascript Includes, Added Hidden Startup, Re-Packaged for Out of the Box Operation
Forum Paths have been added to Both Javascript and ForumDisplay.php so this will now work outside of your forum directory,
Removed Ugly Navmarkers that i forgot to remove from the original code for this.


//--------------------------------------------------------------------
//--> Demo Sites
//--------------------------------------------------------------------

http://www.srl-forums.com --> Where this module was originally wrote for
http://www.earthbeans.org --> Showing this module in a setting other then VBulletin ( MODx )
http://www.audiopoint.gr --> The Very Original Treemenu code written by Me for A Different JavaScript setup


//--------------------------------------------------------------------
//--> Information About the Author
//--------------------------------------------------------------------

I am a Freelance web Developer with Alot of exp in VBulletin modifications. I also run a blog about Web Development mostly using Yahoo, PHP and Linux Server stuff.
If you Like this modication please make a donation as it would make you feel all warm and fuzzy inside :P And helps me support the idea of future free module releases.


Support will be given to those that have Installed this modification only.

Show Your Support

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

Comments
  #2  
Old 09-24-2007, 09:11 AM
Dankness Dankness is offline
 
Join Date: Nov 2006
Location: Myrtle Beach,SC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FIRST REPLY FOR LATER INFORMATION


DEMO SITES :

www.srl-forums.com - Look at the very bottom left
www.earthbeans.org - Its not VB but i used the menu here first ( and its using MODX for a CMS )


EDIT : 2 Screenshots One Open and one Closed



Reply With Quote
  #3  
Old 09-24-2007, 09:21 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey this sounds interesting. I hate when people ask me this, but do you have a screenshot :P
Reply With Quote
  #4  
Old 09-24-2007, 09:23 AM
Dankness Dankness is offline
 
Join Date: Nov 2006
Location: Myrtle Beach,SC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
hey this sounds interesting. I hate when people ask me this, but do you have a screenshot :P
Screenshots added.
Reply With Quote
  #5  
Old 09-24-2007, 10:24 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Long time lookin for such modification; cuz of my high forum depth tree

/me downloads and clicks install
Cheers
Reply With Quote
  #6  
Old 09-24-2007, 11:28 AM
soulface's Avatar
soulface soulface is offline
 
Join Date: Sep 2005
Location: Dhaka, BD
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice but im getting this db error when importing the .module file

Quote:
Database error in vBulletin 3.6.8:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO adv_modules
(`0`, `active`, `userperms`)
VALUES
('', '1', '5,6,7,14,2,17,3,16');

MySQL Error : Unknown column '0' in 'field list'
Error Number : 1054
Date : Monday, September 24th 2007 @ 02:27:17 PM
Script : http://www.xxxxxxxxx.net/admincp/vba...o=uploadmodule
Referrer : http://www.xxxxxxxxx.net/admincp/vba...hp?do=download
IP Address :
Username :
Classname : vb_database
Reply With Quote
  #7  
Old 09-24-2007, 11:38 AM
Dankness Dankness is offline
 
Join Date: Nov 2006
Location: Myrtle Beach,SC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by soulface View Post
nice but im getting this db error when importing the .module file
What version of VB Advanced are you using? I use the older one since i havent upgraded recently, too many php edits to try and upgrade. You dont really need to import the module thou here's how to do it without the module

FTP Upload all the files in the directory

Inside the Zip file is a file named adv_portal_treemenu.tpl

Open this, Create a new template in your style and paste this data in it

Next Create a New Module in VBAdvanced, Select PHP module

Then For php file to include, select treemenu.php

and for template to use select adv_portal_treemenu

and select yes for Shell

save your module and enjoy.
Reply With Quote
  #8  
Old 09-24-2007, 12:02 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could you make it for this system also: http://demo.vbcms.de/vbcms.php *g*?

i've tried to change the code, but then my whole site was white
Reply With Quote
  #9  
Old 09-24-2007, 12:15 PM
soulface's Avatar
soulface soulface is offline
 
Join Date: Sep 2005
Location: Dhaka, BD
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dankness View Post
What version of VB Advanced are you using? I use the older one since i havent upgraded recently, too many php edits to try and upgrade. You dont really need to import the module thou here's how to do it without the module

FTP Upload all the files in the directory

Inside the Zip file is a file named adv_portal_treemenu.tpl

Open this, Create a new template in your style and paste this data in it

Next Create a New Module in VBAdvanced, Select PHP module

Then For php file to include, select treemenu.php

and for template to use select adv_portal_treemenu

and select yes for Shell

save your module and enjoy.
Im using vB3.6.8 & vBA 3.0 RC2..

ok now added this mamually as u said.. & when i go yo my cmps im getting this error..

Quote:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 92

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 92

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 92

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 92

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /modules/treemenu.php on line 80
Reply With Quote
  #10  
Old 09-24-2007, 12:55 PM
Dankness Dankness is offline
 
Join Date: Nov 2006
Location: Myrtle Beach,SC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ragtek View Post
could you make it for this system also: http://demo.vbcms.de/vbcms.php *g*?

i've tried to change the code, but then my whole site was white
Is that a free CMS? I've never seen it before. I might eventually make it one day when i have some free time.

Quote:
Originally Posted by soulface View Post
Im using vB3.6.8 & vBA 3.0 RC2..

ok now added this mamually as u said.. & when i go yo my cmps im getting this error..
Apparently, VBA 3.0 has been changed alot more then i thought it has. Open your treemenu.php file located in

forum/modules/treemenu.php

Replace this line with this Line

PHP Code:
$forums_array = array(0); 
PHP Code:
$forums_array = array(0,0); 



Basicly you just add a ,0 to the line if that don't work then i'll have to look at it later today when i Have some time to install VBA 3.0 on a test board, personally i don't like the way everything was changed on it so i'm not gonna install it on my personal board.
Reply With Quote
Reply

Thread Tools

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 05:33 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.04756 seconds
  • Memory Usage 2,311KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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