Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding more fields to the create group

Viewing 4 replies - 1 through 4 (of 4 total)

  • Henry Wright
    Moderator

    @henrywright

    Check out the BuddyPress Template Hierarchy article if you’re not already using templates. You can add the new fields to buddypress/groups/create.php


    Splendorito
    Participant

    @splendorito

    Hi @henrywright, thanks for helping me out.

    I was able to make the fields, in create, admin and header. Now the problems is, How do I differentiate these different files.

    <?php bp_new_group_description(); ?>

    and

    <?php bp_group_description_editable(); ?>

    as for now, is everything printing the same. I’m not a coder so..


    Splendorito
    Participant

    @splendorito

    I mean as I duplicated the code to get more fields, still I have two <?php bp_new_group_description(); ?> and <?php bp_group_description_editable(); ?>


    Splendorito
    Participant

    @splendorito

    Anyone that have any advice on this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding more fields to the create group’ is closed to new replies.
Skip to toolbar