| 00:12 |
ries |
HardPhuck: having a party here... |
| 00:12 |
ries |
it's my borthday :) |
| 00:12 |
ries |
birthday |
| 00:12 |
HardPhuck |
congratz |
| 00:12 |
HardPhuck |
how young are you |
| 10:15 |
Conic |
hi all, someone here who can tell me how to give a be_group access to all tt_news categories? |
| 10:29 |
Provito |
Conic, when editing the be user group check the extended options and you should have tt_news allowed/visibile categories |
| 10:29 |
Conic |
yes, that's right, but: |
| 10:30 |
Conic |
if you have too many be_groups and too many categories, this is a hell of work to do :/ |
| 10:30 |
Provito |
if you structure it so that they have a parent then assign the parent and categories underneath |
| 10:30 |
Conic |
so it would just be ok if everyone can see every category |
| 10:30 |
Provito |
if you have a flat structure then when a new category is added you'll need to assign the permission |
| 10:30 |
Conic |
this is the problem |
| 10:31 |
Conic |
it's flat, and the editors create new categories, delete old ones and so on |
| 10:32 |
Provito |
if you modify it to have a parent then the problem would be solved |
| 10:32 |
Conic |
and i can't give access manually each time |
| 10:34 |
Conic |
hm, but if there's a new tt_news folder and a new be_group then i have to grant access to the category again |
| 10:35 |
Conic |
this is work each time and it happens very often |
| 10:35 |
Provito |
looks like you are writing an extension herre |
| 10:46 |
Conic |
hehe, no i don't |
| 10:46 |
Conic |
but i have a strange website with very many be_groups and many boards |
| 12:33 |
gambacherkalbens |
anyone there?? |
| 13:39 |
Provito |
I'm trying to modify a FCE to add in extra descriptions any tips? |
| 14:03 |
Provito |
ok I'm going to see what I can do using t3lib_TCEforms from a FCE field of type user |
| 14:32 |
pmk65 |
Provito: what do you mean by "extra descriptions" ? |
| 15:16 |
Provito |
pmk65, the form accepts the label, I'd like to add extra styles to this and add in an additional paragraph of assistance for the editor, there are the csh labels but I'd like to have this displayed on the fox |
| 15:16 |
Provito |
s/fox/form |
| 15:25 |
pmk65 |
Provito> In User Settings you can enable CSH to be displayed on the form. |
| 15:26 |
Provito |
pmk65, that's not the answer |
| 15:26 |
Provito |
pmk65, I'm saying that I know there are csh options but I want to display an additional description for the FCE edit forms |
| 15:27 |
Provito |
I'm currently working with user type form fields |
| 15:29 |
pmk65 |
That's what I use CSH for. (and then enable "always_description" in the TCA section part.) |
| 22:21 |
Provito |
cool |
| 22:22 |
Provito |
I've used a form type user to inject js into a FCE form to hide an "Add new" element when the specified number has been created |
| 22:22 |
Provito |
in these cases when you have a number of sections but once they have been added you can't add another |