Quote:
Originally Posted by Trana
A couple of questions....
Does this follow the forum permission system? If a user cannot see a forum will it display it in their list?
Also, my nested forums work great within the tree, but the forums at the root level are not showing any links. Any idea what I need to fix? Please note that my CMPS is in root and my forum is in /forum.
Thanks!
|
Yes this of course follows forum permissions system. I did not code this to allow for Root Level Forums, In All Honestly the Forum this is designed for only had 3 and 4 level sub forums with just 2 or 3 Second Level subforums getting Links. The Array is to add 2 level Subforum Links. But there is no option yet for Root Level ForumLinks sorry maybe in the future I'll add it but probably not. Im sure you can try to add it yourself its not hard to do its in the treemenu.php file
Quote:
Originally Posted by PapaSmurf
Im getting this issue, (see attached).
|
Make sure the Javascript is being included, It appears your javascript is not being included.
therefore the menu is not being transformed into the tree and left as the list.
Quote:
Originally Posted by memorex
Great mod... there is just one small issue. the text color changes halfway down the list. I like the second color better, how would I go about making all the text this color.. www.mgn.cc is my domain.
|
Hmm, I can't view the forum list on your forum. Best thing to do is use the web developer toolkit, and under the Information Menu->Get Informaiton, click on the links and try to see what the class is they are listed as. Then change the class to work. I tryd to force a class on the menu but Yahoo's treemenu overrides it so you would probably have to change the treemenu.css file i'm guessing. I put a link somewhere in the first page of posts with a link to there documentation pages and you can learn about there CSS files there.
Quote:
Originally Posted by Evolution06
This is awesome so far I did the recommended php templet and also changed that line [$forums_array = array(0,0);] in the file and still get these errors
|
Hmm, what version of VBulletin and VBAdvanced are you using? Try changing the 0,0 to to Subforum ID numbers and see if the error still exists? I did not design this module for the new VBA 3.0 but I don't see why it would not work with it.