hello ,
i use this query
Code:
$getforum = $db->query_read("SELECT forumid, title_clean FROM " . TABLE_PREFIX . " forum where ".$vbulletin->bf_misc_forumoptions['allowposting']." = '1' ");
it not working , i want to get forums only That allowposting , and i don't know where i found forum permission on database .
thnx ...
--------------- Added [DATE]1394273222[/DATE] at [TIME]1394273222[/TIME] ---------------
forum permission for
allowposting on
options field , but how i use it ?