Search the Community
Showing results for tags 'group'.
-
Hello, One thing that I really would like is a group fieldtype. This group fieldtype is just for grouping other fieldtypes. E.g.: "dates" as group field has "dateStart" and "dateEnd" (both datetime fieldtype) as fields. This would be a great feature! Is something like this currently possible?
-
I'm interested to know a good approach to grouping pages, where one page may be in two different groups (but re-using the same page for easy client editing). To clarify for those familiar with Drupal, there I would probably use Taxonomies, Blocks and Context modules. A taxonomy term for each gr...
-
I have an application where a repeater called 'newsletterrepeater' has field like this $newsletterrepeater = $page->newsletterrepeater->sort('-date'); foreach($newsletterrepeater as $n){ echo $n->date.$n->title.$n->file; } The field types are: date = dateTime field title...
-
Hi everybody, I just ran into a quite pressing problem: I don't see a possiblity to allow a user group from deleting a page but grant them access to edit it. Did I look over something here or is there already a module to add this functionality that I didn't find? With kind regards, Marc Edi...
- 20 replies
-
- permission
- group
-
(and 2 more)
Tagged with:
-
All the cool kids got the new badges. Personally I feel kinda motivated to progress through the ladder of those member titles and groups. At least, sometimes I look at those little info blocks under the avatar pictures and compare the contribution made by the post author to the good of all PW commu...
- 13 replies
-
- pw-moderators
- member title
-
(and 1 more)
Tagged with:
-
Often deal with alot of differing fields on a edit page and was wondering if it would be possible to get a way of grouping fields within a template. E.g. title and body fields open, extra options group of fields closed containing other page fields, date, summary, etc etc