![]() |
i want to get forums only That allowposting on it by Query
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' "); thnx ... --------------- Added [DATE]1394273222[/DATE] at [TIME]1394273222[/TIME] --------------- forum permission for allowposting on options field , but how i use it ? |
You would need to look at the forumpermission table and the find which bit of the permissions shows allowed posting, you'd need to join the query with one looking at the forum table in order to get the forum name, it's a lot more complicated than you think.
|
Quote:
i look at forumpermission table already , and it's empty .. no data on it sorry , but i think what you talk about is wrong allowposting permission on options field -> Table: forum thnx brother , |
What is it exactly you are trying to do, perhaps post the code and explain what it is you want.
|
Quote:
i make it by another way , by product seeting i put all categorys and i can Chose the categorys that i want to exclude from appearing . Code:
$forumbits_mod_forums = explode(",", $vbulletin->options['forumbits_mod_forums']); thnx ... |
Perhaps....
PHP Code:
Code:
<group name="forumoptions"> |
All times are GMT. The time now is 04:46 AM. |
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:
|