Skip to:
Content
Pages
Categories
Search
Top
Bottom

change Add Friends etc . . Header Action Buttons to li not Div


  • tralisk
    Participant

    @tralisk

    Hello,

    I am trying to get the header action buttons inside the profile navigation area, which currently renders as li items inside of a ul

      <-- UL HERE -->
      <?php bp_get_displayed_user_nav(); ?>
      <?php

      /**
      * Fires after the display of member options navigation.
      *
      * @since 1.2.4
      */
      do_action( 'bp_member_options_nav' );
      do_action( 'bp_member_header_actions' ); ?>

    <-- END UL HERE -->

    as you can see, but the problem is that the bp_member_header_actions output as div containers, i need to change these to li’s, but not sure how to do it, i have tried looking in the bp_friends_template which is where the content is outputted, though it has wrapper_id and wrapper_class it does not have a definiting of wrapper or wrapper_type or container.

    Any advice?

Viewing 1 replies (of 1 total)

  • kenn_icuk
    Participant

    @kenn_icuk

    Pretty shocked that after 3 days no-one has even replied to this, supposed to be a support forum!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar