<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Cog, thanks Shyamala,<br>
<br>
<font face="Arial" size="2">> "Rebuild permissions" in
/admin/content/node-settings (only Drupal 5).<br>
</font>it doesn't seem to do any difference<br>
<div><font face="Arial" size="2"><br>
> Did you try f<a moz-do-not-send="true"
 href="http://drupal.org/node/118039">orum_access module</a>.</font></div>
it works as long as Taxonomy Access Control (TAC) Module is disabled<br>
<br>
It looks like TAC module is not Forum-aware ... this is the test I have
done:<br>
1) start from scratch with a 5.2<br>
2) create a couple of forums and users<br>
3) admin/user/access   give authenticated users "create forum topics"
permission<br>
4) users are able to create topics in any forum<br>
5) install and enable TAC (no settings changed)<br>
6) BUG: users find an empty drop down list when they want to create new
forum topics<br>
<br>
It is quite a surprise to me, so I still think I am doing something
wrong ...<br>
<br>
7) adding in TAC<br>
    Show-Allow Update-Allow Delete-Deny Create List<br>
    permission to authenticated user for Forum-*default* and for all
forums does<br>
    not change the behaviour ...<br>
<br>
Am I missing something? Is it really a TAC forum incompatibility? <br>
Anybody else has come across before??<br>
<br>
<br>
Thansk everybody for your help!<br>
<br>
Davide<br>
<br>
<br>
Shyamala ha scritto:
<blockquote cite="mid:004e01c7ff2e$ab4b8460$5d8c8c8c@netlinkindia.local"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.6000.16525" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Did you try f<a
 moz-do-not-send="true" href="http://drupal.org/node/118039">orum_access
module</a>.</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Shyamala</font></div>
  <div><font face="Arial" size="2">----- Original Message ----- </font>
  <div><font face="Arial" size="2">From: "Cog Rusty" <</font><a
 moz-do-not-send="true" href="mailto:cog.rusty@gmail.com"><font
 face="Arial" size="2">cog.rusty@gmail.com</font></a><font face="Arial"
 size="2">></font></div>
  <div><font face="Arial" size="2">To: <</font><a
 moz-do-not-send="true" href="mailto:support@drupal.org"><font
 face="Arial" size="2">support@drupal.org</font></a><font face="Arial"
 size="2">></font></div>
  <div><font face="Arial" size="2">Sent: Tuesday, September 25, 2007
2:44 AM</font></div>
  <div><font face="Arial" size="2">Subject: Re: [support] FORUM
permission and moderation granularity</font></div>
  </div>
  <div><font face="Arial"><br>
  </font></div>
  <font face="Arial" size="2">> On 9/24/07, Davide Galletti <</font><a
 moz-do-not-send="true" href="mailto:davide@davide.galletti.name"><font
 face="Arial" size="2">davide@davide.galletti.name</font></a><font
 face="Arial" size="2">> wrote:<br>
>><br>
>>  Cog Rusty ha scritto:<br>
>>  On 9/24/07, Davide Galletti <</font><a
 moz-do-not-send="true" href="mailto:davide@davide.galletti.name"><font
 face="Arial" size="2">davide@davide.galletti.name</font></a><font
 face="Arial" size="2">> wrote:<br>
>><br>
>><br>
>>  Hi all,<br>
>><br>
>> in the site I am building there are different sections each
accessible<br>
>> to a different groups of users<br>
>> identified by different roles; users can have more than one
role. I am<br>
>> using Taxonomy Access Control<br>
>> but I do not manage to restrict access to Forums.<br>
>> What I would like is:<br>
>>  user with role X can read/write on Forum X<br>
>>  user with role X, Y can read/write on Forum X and Y<br>
>> and so on ...<br>
>> I defined Taxonomy Access Permission using the term that is
created<br>
>> automatically<br>
>> when you create a Forum but it doesn't seem to work...<br>
>> If the Forum and the Term of the Forum Vocabulary are named
"X" I have set<br>
>> Taxonomy access permissions for Anonymous and Authenticated
roles as<br>
>> follows:<br>
>>  Show-Deny Update-Deny Delete-Deny<br>
>> And for the role "X":<br>
>>  Show-Allow Update-Allow Delete-Deny List<br>
>> When log in as a user with role "X" and I try to add a new
Forum Topic<br>
>> the drop-down list of Forums is empty!<br>
>> I manage to reply to a Topic added by the admin.<br>
>> Any hints?<br>
>><br>
>><br>
>> There is also a "Create" permission in TAC, which controls the
terms<br>
>> appearing in the category selection dropdown list for tagging
the<br>
>> node.<br>
>>  It was already set; I just forgot to tell...<br>
>>  The category selection dropdown list is empty for the user
with role X and<br>
>> normally filled<br>
>>  for the admin; I have given the role X all possible
permssions related to<br>
>> forums and comments<br>
>>  but still the dropdown is empty !<br>
>><br>
>>  The role also needs "create" and "edit own" general
permissions<br>
>> in admin/user/access.<br>
>><br>
>>  Added, but didn't make any difference.<br>
> <br>
> <br>
> Hmm...If you set these general permissions for the "forum topic"
node<br>
> type and didn't work, the only other suggestion I have is to try
the<br>
> "Rebuild permissions" in /admin/content/node-settings (only Drupal
5).<br>
> <br>
> <br>
>>  You may also want to disable the "Update" TAC permission if
you don't<br>
>> want that role to be able to edit *anyone's* posts. That one
is only<br>
>> good for moderators. It is not needed for privileged "readers".<br>
>><br>
>><br>
>><br>
>><br>
>>  Second issue: is it possible to have one Forum moderated and
another one<br>
>> not moderated<br>
>> on different sections?<br>
>><br>
>>  You mean with a different URL? Not out of the box as far as I
know.<br>
>> Perhaps you could fake a forum using a custom-made "forum"
front page<br>
>> with assigned views, a content type and categories.<br>
>><br>
>>  Thanks for the suggestions!<br>
>><br>
>>  Regards<br>
>><br>
>><br>
>>  Davide<br>
>><br>
>> --<br>
>> [ Drupal support list | </font><a moz-do-not-send="true"
 href="http://lists.drupal.org/"><font face="Arial" size="2">http://lists.drupal.org/</font></a><font
 face="Arial" size="2"> ]<br>
>><br>
> -- <br>
> [ Drupal support list | </font><a moz-do-not-send="true"
 href="http://lists.drupal.org/"><font face="Arial" size="2">http://lists.drupal.org/</font></a><font
 face="Arial" size="2"> ]<br>
></font></blockquote>
<br>
</body>
</html>