![]() |
Quote:
|
Quote:
Quote:
|
Quote:
Second, I edited treemenu.php Code:
Find all: Third, I edited headinclude code. Code:
<script src = "/forums/clientscript/yui/yahoo-dom-event.js" ></script> * Green code is mean, tree.css need full pass or '..'. Why? I don't know. hahaha :) . Note: This is just my case!!! Luck !! |
hm
the part with ../forums/ is strange just clientscript/yui.... isn't working? are you sure??? are you sure that you have uploaded it right? |
Yes, I'm sure.
Works perfectly with ../forums/. just clientscript/yui.... CSS isn't working. I don't know why. |
theres a option to do that stuff in vba...
In The Older VBA the option in the admincp was Rewrite Filenames or something, and clientscript was already picked. Just add forumdisplay.php to it and it should automaticlly rewrite the urls. I guess in the next release I'll go ahead and rewrite all the url's to formdisplay to start with its already a variable, I just didnt need it on my install so didn't feel it was worth time adding. |
Awesome! with the new module file you uploaded I downloaded both zip files overwrote all files uploaded the module and it works perfect!! haha nice mod and nice job awesome support!! thanks, www.blizzfusion.com check it out. Keep in mind I just used all files in the 2 zip folders in the first post not the one you edited in the reply on the 3rd page did not have to do any edits with the new module you uploaded.
Powered by vBadvanced CMPS v3.0 RC2 Powered by vBulletin? Version 3.6.8 |
thanks for update.
i got a question ? navigation showing all forums and subforums before to completely load. this showing so bad :( |
Quote:
PHP Code:
|
Quote:
|
Hi Evolution,
you can post exactly what treemenu.php you use? My install is similar [i think] vba - index of root vbulletin - index of forums. The module looks ok, but the links call root/forumdisplay...etc [page error] and don't [right] forums/forumdisplay etc. Really I need some help Tks in advance! Joao Quote:
|
Not sure if I am aloud to do this but this should help ya out this is modified with the forums/forumdisplay so all ya need to do is upload this file and you should be good to go. Hope this helps ya.
|
Hello Evolution!
tks - works now. It is possible choose to show more than one forumID? All the best Beduino |
Quote:
I have some things to tell/ask you: 1. In the zip file, in the upload\modules directory, the file treemenu already exists, but since we have to upload the .module file that recreates the treemenu.php file it generates confusion. I think you should let the .module file create the .php file in the module subdir; so remove the module/treemenu.php file from the zip. 2. Update the .module file in the zip with the updated one for vBa 3.0 RC2. 3. With the updated .module (vBA 3.0 RC2), the following code in the treemenu.php gilr does not exist: PHP Code:
Thank you again for this hack. :D |
Is there a way to save what was last expanded?
http://www.dragonsofdeityrising.com/...ry=race@humans is what i currently have. |
Quote:
How do I include 'Expand or Collapse' button? How do I delete '?' ' >' ? Thanks :) |
a idea how the div can be hidden, until the site is loaded?
so nobody would have the problem with the "open treemenu" until the site is loaded and yui "collapsed" it |
Quote:
|
Quote:
Quote:
Quote:
[QOUTE=rainyleaves] Awesome!! How do I include 'Expand or Collapse' button? How do I delete '?' ' >' ? Thanks You can delete the funny symbols by looking in the treemenu.php file one of them is &raco; for the other is just a > I know the > is in the switch statement look for the <a href's in the code to find them The Expand Collapse button could be added, you should search google for "Yahoo YUI Treemenu" and you will find Yahoo has Grade A Execellent Docs on all the Javascript library and with a Simple addition of 2 lines of code that I know is documented somewhere in there you can add that. [/QOUTE] |
Quote:
Only one forum (and subforum) is show in tree. (It's forum ID = 41 but I think it doesn't really matter) Any ideas ? Running vb3.6.8 an vbAdvanced 2.2 |
Quote:
|
i'm working now on the problem with the hidden box until the content is ready
i think with this: http://developer.yahoo.com/yui/examp...nt-timing.html it shouldn't be a problem at momemt i have add this: style="visibility:hidden" id="treenavi" to my navi part and in the script i add this: fetch_object('treenavi').style.visibility = 'visible'; but it is still fired befor it is realy ready*g* |
i've solved it:)
i changed the script to: Code:
var ultree; Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="visibility:hidden" id="treenavi"> so now it have a id(needed for the fetch_object method and it is set visibility:hidden, so it is hidden until Code:
YAHOO.util.Event.onDOMReady(treeInit); and then i fire the init function, now the tree is "built" and visibility is set here's a video how it looks like: http://www.ragtek.org/tutorials/treemenu.htm |
Quote:
Could you please share edited file? I really didn't know how edit file. I don't know about the code where including. I'm not a familliar. :o Thnaks, Best regards. :) |
hi
sorry, no i cant because i'm using an other system(vbcms and not vbadvanced so i cant just export my) and i have not realy the time to make it but i'm sure dankness will update it soon |
Oh, I see.. :)
Thanks for your reply. Anyway, congratulation for your work!! |
Quote:
Thanks! |
in this version it is direct in the template and the modul
Code:
<script type="text/javascript"> |
I have this:
Quote:
|
Sorry for the delays guys, I will be updating this thing hopefully by Monday, In the Update I will add Ragtek's idea to hide the Div until Javascript Creates it, and I will also be adding Options for Open/Close All to it I have already coded most of it but i just need to finish testing everything, Once again sorry for the delays but you have to understand I am a Freelance Web Developer and the only thing putting food in my stomache atm is my web work. So of course I have to put paying jobs way ahead of free mods like this. If you like this mod you guys are more then welcome to donate afew bucks to its development ( there is a nice option to do that right here thru vb.org ) But anyways I will have a updated version for everyone very soon.
|
Awesome!! Idea.
I run to the monday~ :) |
Dankness,
Thanks for the cool addon to vBa:) We started using it, and loved it, however we had to uninstall it. We'd love to continue using it, however, the features that we need were not available at the moment. We have many top level forums and needed them as links in the navigator. More importantly, we needed the ability to add links outside of the forum. We run an online shop, so we needed to link to specific categories in our catalogue, with the ability to specify what level these are at. The default navigator in vBa does this, however, it doesn't have the sweet collapsible options like your add on does. If you plan on implementing these features, we'd be happy to send a donation your way for the hard work:) PM me if you are interested. thanks! |
Quote:
BTW, is there a way to change the tree components to specified images? I'd like to make it a little sharper with some of my own navigation graphics. |
yes
just replace the images in the clientscript/yui/assets folder;) |
Updated, Thanks to Ragtek i used his method of hideing the list until it was properly made ( no sense reinventing wheels )
|
Thanks, Dankness. :)
|
Sorry but I uninstalled this one (but still tagged it).
You should create a zip file with all the required files and clear instructions on how to install it, which versions of vBAdvanced are supported and tested etc. At this moment, to make it work, you have to read all posts, read advices of some of the users, test with modifications, use user-patched files etc. Too messy for my board...I'll wait for a cleaner and working (ouf-of-the-box) version. Thanks anyway. :) |
I updated my template with the info in the new .tpl file but the menu still shows up already expanded until the page loads. I thought it was supposed to be hidden until opened?
|
Ok, I have Completely Upgraded this module, You will require removal off the old header javascript additional codes that you had to do manually before. Also Reupload the All Files and Overwrite any existing, I have done many changes and will list the main changes below
This now works completely out of the box, there is very detailed instructions inside the zip and on the front page. Sorry to the people who could not make this work, it will work now. Sorry for the messy releases so far, time is a very valuble resource.
If you enjoy this hack I love donations' as atm my only job is freelancing --ShawnC |
Thanks for updating this. I am still having a problem though.
You successfully hid the tree during the page load, but the table that it sits in (the module content) is still maximized until the page loads. This is really bad when you have a lot of forums as the module window can be the entire length of the page. Is there anyway to have it load already minimized? |
All times are GMT. The time now is 01:32 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|