Different Editor Pages for Different Users

37 posts by 12 authors in: Forums > CMS Builder
Last Post: September 22, 2011   (RSS)

Re: [Perchpole] Different Editor Pages for Different Users

By northernpenguin - December 8, 2010

PerchPole

This is an excellent idea! I've been thinking along those lines myself, but from a different angle. Great idea and it would be extremely useful to me.
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

Re: [northernpenguin] Different Editor Pages for Different Users

By Toledoh - December 8, 2010

Me 3!

It would also tie in with something else that has been discussed - related fields (?) where fields are displayed in the editor dependant on how they complete a previous section. In this case, the related field is filled in austomatically based on their account profile.

Love it!
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Different Editor Pages for Different Users

By aev - December 9, 2010

+1 for related fields :)

-aev-

Re: [aev] Different Editor Pages for Different Users

By Toledoh - December 9, 2010

Whilst we are making changes to the editors [;)]

We currently have the "separators" - would it be possible to add "paginators" or "tabs" so that the editors could be viewed over a number of pages, rather than a long list.
Cheers,

Tim (toledoh.com.au)

Re: [Toledoh] Different Editor Pages for Different Users

By Perchpole - December 10, 2010

...or some kind of "accordion" system....

Re: [Perchpole] Different Editor Pages for Different Users

By Chris - December 10, 2010

Thanks everyone! These are some great ideas!

Can we elaborate on how related fields work? You can fill in fields automatically with account profile fields by setting a field's Default Value to, for example,

<?php echo htmlspecialchars($CURRENT_USER['email']); ?>

What else would related fields do?
All the best,
Chris

Re: [chris] Different Editor Pages for Different Users

By aev - December 10, 2010

Hi Chris,

I have explained my "interpretation" of related fields here:
http://www.interactivetools.com/forum/gforum.cgi?post=84322#84322

This would make sections with many fields a lot more user-friendly to work with. I like the thought of choosing a value from a cmsb drop-down list, and after choosing we can show more related fields to be edited.

This would behave just like the "Field Type" drop-down in the Field Editor, it shows "Field Options" dependent on the selected "Field Type".



This feature is our biggest wish for CMSB in the months to come, think of it as a way to filter out fields not relevant after making another field selection. Hope you understand what I mean..

Looking forward to your opinion on this – can it be done?


-aev-

Re: [aev] Different Editor Pages for Different Users

By zip222 - December 10, 2010

This is on my wish list as well. Here is fairly simple example of how this would help me. On many of the sites I have built there is a News section. This section usually contains two distinct types of news articles: In the News items, and Press Releases.

In the News items only require a title, source, and url. But Press Releases require quite a few different and additional fields. It would be great if the user could select the Type first, and then only applicable fields would be revealed - or non-applicable fields would be hidden.

At the same, while I really want this feature, I worry that features like this could make the software significantly more complicated to work with.

Re: [zip222] Different Editor Pages for Different Users

By Chris - December 11, 2010

Hi everyone,

I've written a couple of plugins which I think may address some of the feature requests here. They certainly aren't as polished as some of our other plugins, and I doubt we'll be able to support them much, but my hope is that our more advanced users will be able to use them to extend what is currently possible with CMS Builder.
  • [url http://www.interactivetools.com/add-ons/detail.php?Show-Hide-Dependant-Fields-1035]Show/Hide Dependant Fields Plugin[/url]

  • [url http://www.interactivetools.com/add-ons/detail.php?Show-Hide-Fields-For-Users-1036]Show/Hide Fields For Users Plugin[/url]

All the best!
All the best,
Chris