Hi i develop a little module to add ordered or unordered list as groups for the front end. While in the process of approving it to RTBC, they suggested that my module can be easily included in this module.
Here is the module's page http://drupal.org/sandbox/sirviejo/1710684
Here is the module review queue http://drupal.org/node/1711262

Please let me know if you can see this merge happening. If not i should continue with the review process to be a separate module.

Comments

nils.destoop’s picture

I checked the code. it can indeed be merged easily be merged into fieldgroup. Are you creating a patch for it (on the 1 branch). Or you want me to merge it?

sirviejo’s picture

Let me create a patch over 7.x-1.x-dev and i will upload it asap.

mxt’s picture

There is also a feature request: http://drupal.org/node/1330058

Any news on this?

Thank you very much

thierry.beeckmans’s picture

I did something similar yesterday. I really need to make git working over here, take a look at the code, make the best out of two and to patch it. Probably done within two weeks, I'll set up a reminder. :)

mxt’s picture

After some months: are there any news on this?

@zuuperman sirviejo's module is STILL in sandbox status and no activity is registered there... Can you please merge it with field group?

Thank you very much

mxt’s picture

FYI

I've just posted a patch on sirviejo's module that adds definition (or description) lists in addition to ordered and unordered lists

https://drupal.org/node/2133099

klonos’s picture

Can we get some love here please?

kitikonti’s picture

Issue summary: View changes

I also need this feature, i dont want to use a sandbox module on my site. so if this would not get into fieldgroup i create a own module just for my site.

danharper’s picture

Is this in dev yet? would like to use it on a project.

Cheers Dan

sirviejo’s picture

My module was never upgraded to a full module, i think this should be merded. admins?

nils.destoop’s picture

Status: Active » Closed (won't fix)

Was planning to start this in d8, but then i realised you don't need a list formatter. Just use the html element formatter: create 1 parent with tag set to ul, and create x child groups and set that tag as li.

paean99’s picture

Just use the html element formatter: create 1 parent with tag set to ul, and create x child groups and set that tag as li.

Is looks like a very 'complex' solution to a simple and very usual formatter.
Does it really preclude a possible patch?

codemann’s picture

A +1 for it to get added in Field Group, this is a really useful feature!