PDA

View Full Version : Is there a way to get the list of Forums in a Settings menu for a plugin?


footose
01-13-2009, 04:30 AM
I'm curious if there is a way to get the list of forums that are currently on a board as a dropdownlist in a created settings menu?

I want to have a drop down so that a user can "select" a forum, and it will return the ID of that forum for a setting.

?

fattony69
01-13-2009, 04:46 AM
I do not understand what you are looking for. Is it this? https://vborg.vbsupport.ru/showthread.php?t=157353 or is it forum permissions?

Dismounted
01-13-2009, 04:52 AM
Use this as the option code:
select:eval
$options = construct_forum_chooser_options(1);

footose
01-13-2009, 11:48 PM
^^ Thank you, much apprecaited!