Multilingual, grouping users (ACL) permission, Multi Categories, Templating, WYSIWYG editor

greentara - October 17, 2009 - 07:43

Hallo,

I'm new to drupal. I have a multilingual content website, and want to redesign using GPL CMS. I want to know, wheater Drupal meets what I need :

- multi group users, and the permission of user can be set to have the : Publish ability or not, Edit the content or not, Delete the content or not etc ...
One user can have 1 or more group.
- multilingual content, the content can be translated to some language after the user login
- multi categories content : the content can be put in some categories (ex. 1 article can be categorized to cat, dog. Other article can be categorized to car, motorcicle. Other one to cat, motorcicle. etc ...)
- easy to change template and put menu / content link
- has WYSIWYG editor like TinyMCE or FCKeditor

Thanks.
- tara -

_

WorldFallz - October 17, 2009 - 15:47

The short answer is yes.

More info:

user groups: core roles, http://drupal.org/project/og module
multilanguage content: http://drupal.org/project/i18n, http://drupal.org/project/language_sections
categories: core taxonomy module
wysiwyg: http://drupal.org/project/wysiwyg or http://drupal.org/project/fckeditor modules.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

>> user groups: core roles,

greentara - November 7, 2009 - 06:29

>> user groups: core roles, http://drupal.org/project/og module

Hallo Worldfallz,

Many thanks.
I mean not this one, i need this (something like ACL for groups/users ) :
Multigroups with specified rules ...

*) As administrator/superuser, I can set some groups.
*) I can set some users which belongs to a specified group
*) The ACL for the group A :
CAN create, edit, delete his own content
*) The ACL for the group B :
Same like group A + publish ability
(without this publish ability, the content can not be seen from frontend)
*) The ACL for group C = group A.
*) The ACL of groupD = group A + group C
(user in groupD can edit,delete,publish the content of groupA & groupC)

Is it possible in drupal ?

Thanks.
- tara -

_

WorldFallz - November 7, 2009 - 16:30

Just about anything is possible with drupal-- the only question is, whether or not someone has already coded what you need into a module or if you can adapt your use case to existing modules. Personally, I like to use og for just about any type of group setup. If you don't want to use that, then you can roll your own with roles and access control (ie content_access) and perhaps some custom code.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

 
 

Drupal is a registered trademark of Dries Buytaert.