[Imc-drupal-dev] first install
ekes
ekes at aktivix.org
Mon Dec 31 04:28:33 PST 2007
jonhattan wrote:
> ekes escribió:
>> geneX wrote:
>>> can you explain me to install 'newswire' with a drupal 5.x site?
>> Different people have done it different ways. What is now probably the
>> most common is to use the views.module to create a block.
>> The block wants to be a 'list' with appropriate fields 'node title'
>> and a 'date' most often. The selection is on published items from a
>> 'newswire' taxonomy term.
>>
>> The lightest way of ensuring appropriate posts go into the 'newswire'
>> taxonomy term I've found is using the taxonomy_defaults.module and not
>> allowing anyone other than admins access to the vocabulary that includes
>> 'newswire'.
>
> I think taxonomy_access is also needed to perform this. isn't it ?
No. But, good point.
You can restrict posting into vocabularies in the way I mentioned by
using vocabulary permissions module http://drupal.org/project/vocabperms
You can also do this using taxonomy_access. But this uses node access
which is best avoided unless it is really really needed.
For Mark's suggestion to use Node Queues you have the option to set the
Roles that can place things into the Queues.
I've not looked at putting things into a queue by default when they are
posted. Recently, I've mainly been using them for fixed length queues
for displaying things on front/special pages and the like - for which it
is really cool :-)
ekes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
Url : http://lists.indymedia.org/pipermail/imc-drupal-dev/attachments/20071231/52790256/attachment.pgp
More information about the Imc-drupal-dev
mailing list