group_title from field incfrementing value

Support MB Group group_title from field incfrementing valueResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13484
    AleAle
    Participant

    Hello!

    Currently I my group's title is pulled from a field value. So if the field's value is 'Headline' then the group_title becomes 'Headline'.

    'group_title' => array('field' => 'headline' ),

    I would like to add a number after each title like 'Headline 1', 'Headline 2', 'Headline 3'...

    I've tried but the code below but the result is 'Array 1', 'Array 2', 'Array 3'...

    'group_title' => array('field' => 'headline' ) . ' {#}',

    #13530
    Anh TranAnh Tran
    Keymaster

    Hi Ale, it's not possible at the moment. I'm thinking of a better way to improve the group title. I'll release new version when it's done.

    #13531
    AleAle
    Participant

    Thanks Anh.

    #13742
    Anh TranAnh Tran
    Keymaster

    @Ale: I've just updated MB Group to version 1.3 which supports flexible group title like this:

    'group_title' => '{headline} {#}',

    Please try that and let me know if you find any bug.

    #13743
    AleAle
    Participant

    Thanks Anh! Works great.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.