PDA

View Full Version : Menus


Hanzo
02-16-2006, 01:01 PM
I'm just changing over to vbdrupal from joomla, so I'm not familiar with a lot of things. To start with, can anybody help me to create menu items on the drupal menu that link to vbulletin forums? I tried using $vboptions[bburl] as the address, but it just returns a page not found. I'm probably missing something really obvious here....
This is probably more a general drupal question, but I'd also like to create menu items that are viewable based on roles e.g. different menu items for registered, unregistered, and moderator usergroups. Does anybody know how I would do this?
Thirdly, I'd like a way to run my forums 'wrapped' in drupal, so that the drupal menu remains when browsing the forums.

Any help is much appreciated.

myetalk
02-17-2006, 10:55 AM
I'm just changing over to vbdrupal from joomla, so I'm not familiar with a lot of things. To start with, can anybody help me to create menu items on the drupal menu that link to vbulletin forums? I tried using $vboptions[bburl] as the address, but it just returns a page not found. I'm probably missing something really obvious here....
This is probably more a general drupal question, but I'd also like to create menu items that are viewable based on roles e.g. different menu items for registered, unregistered, and moderator usergroups. Does anybody know how I would do this?
Thirdly, I'd like a way to run my forums 'wrapped' in drupal, so that the drupal menu remains when browsing the forums.

Any help is much appreciated.
well you can't take the drupal modules and slide them over to the forums, it would need vB customization...

Second, you cannot make menu items that are usergroup customizable with the menu module from drupal. You would have to customize the variables a bit in your template then use them as blocks, but never tried that yet...

Just create menu items that start like this for example...../forums or .../forum, all depends where your drupal is installed...

hope this helped ;)