Elxis CMS Forum

Support => General => Topic started by: ahold on October 27, 2006, 12:05:31

Title: HI
Post by: ahold on October 27, 2006, 12:05:31
Good afternoon. First I wish to tell thanks founders of this system. I shall try to describe the impressions about system, the truth English badly I know, but I shall try. All Was pleasant. At system there is all that did not suffice me in mambo and joomla. Only it would be desirable to learn more about that how to optimize components from joomla for elxis.

There is one request to developers. If there will be an opportunity to create adjustment for the editor tinymce that it was possible to appoint the certain buttons of the editor for the certain group of users. On it while all. I shall go further to test system.
Title: Re: HI
Post by: datahell on October 27, 2006, 12:33:07
ahold welcome to Elxis!
Yes you can do that but requires modification of the tinymce code (plugins page). You should check the user's group id (gid) and then display to him the button or not. Each user in Elxis can access objects that there permissions are inside this string: $my->allowed.

$my->allowed is a string that contains the gids a user can access seperated with comma. This gids are his gid and the gids of the groups that are parent to his group.
For example a user belonging in the "public frontend" group (visitor) has (by default): $my->allowed = '29'
A user belonging in the group "Registered" has (by default): $my->allowed = '29,18'

We query the database to check user's access like this: ..... AND access IN ('$my->allowed')
Hope that helped.
Title: Re: HI
Post by: eliasan on October 27, 2006, 12:38:31
Hi ahold and welcome,

Thank you for your post and letting us know your impressions with the system.

You are right about the need for a guide to describe some basic steps on how to adapt components and modules. It should be one of our priorites.

Have you discovered that you can configure the displayed buttons on TinyMCE, from Mambots -> Site Mambots ->  TinyMCE WYSIWYG Editor (edit)?
Title: Re: HI
Post by: ahold on October 27, 2006, 12:54:12
Thanks for answers. I shall understand with the editor. At me at transition to page, mambots-> site mambots items vanish in the table, except for these:
file attach

[old attachment deleted by admin]
Title: Re: HI
Post by: ahold on October 27, 2006, 13:03:33
Here still a mistake, but it is possible only at me on a computer.


[old attachment deleted by admin]
Title: Re: HI
Post by: datahell on October 27, 2006, 13:03:49
Note the red arrow. You have the other mambots types hidden except "search". Click on the red arrow and select to view all types.
Title: Re: HI
Post by: eliasan on October 27, 2006, 13:06:00
Regarding the WYSIWYG efitor configuration, please check topic: https://forum.elxis.org/index.php?topic=79.0
Title: Re: HI
Post by: ahold on October 27, 2006, 13:14:09
Note the red arrow. You have the other mambots types hidden except "search". Click on the red arrow and select to view all types.

Thanks, has not understood at once.:)
Title: Re: HI
Post by: ahold on October 27, 2006, 14:36:42
There is still a question. Probably to appoint the user at once in some groups?