Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customizing Replies/Topics Admin columns


  • Chad R. Schulz
    Participant

    @chadschulz

    I’m trying to add sortable columns into the backend using
    add_filter('manage_reply_posts_columns' , 'custom function'); and
    add_action( 'manage_reply_posts_custom_column' , 'custom function', 10, 2 );

    I was able to add thes columns to ALL custom post types except replies/topics.

    Are Replies/Topics somehow handled differently than other Custom Post Types in WordPress?
    Is there a workaround/fix/patch that I can use to get this working?

    Not mission critical, just curious and love learning how machines work:)

    Thanks,
    Chad

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

  • Chad R. Schulz
    Participant

    @chadschulz

    I actually found the info/code I needed elsewhere:
    add_filter('bbp_admin_replies_column_headers' , 'custom function'); and
    add_action( 'bbp_admin_replies_column_data' , 'custom function', 10, 2 );

    Odd that this particular custom post type must go against the grain and use a non-standard naming scheme for the admin columns. I guess that’s just the bbpress way;)

    Thanks for a great forum plugin and being a great community.

    Chad


    Robkk
    Moderator

    @robkk

    glad you solved your own issue Chad.

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