Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing Forum Display

  • @ohthenoes

    Member

    Hello!

    How does one go about making a page such as http://buddypress.org/support/topics/grouped/ ? I want to replace my forums page with something that looks like this.

    This is my first time working with BuddyPress so please be easy on me. Detailed information will be appreciated :)

Viewing 3 replies - 1 through 3 (of 3 total)
  • @lph2005

    Participant

    You will want to modify the index.php file in your child theme’s forum directory. (/wp-content/themes/childtheme/forums/index.php)

    The form action is the important section to modify.

    `


    <tr class="”>

    <a class="topic-title" href="” title=” – “>

    <a href="”>

    <a class="button" href="forum/#post-new” title=””>Start New Topic <a class="button" href="forum” title=””>More Topics

    `

    This is how the page looks: http://www.thechembook.com/tutoring

    Important: Make sure you have an original copy (backup copy) of the index file available. Practice locally first. This link will help you with child themes: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    @ohthenoes

    Member

    Brilliant. This is exactly what I needed.

    Thank you very much sir! You are a lifesaver.

    @ericreynolds007

    Participant

    This is great. Thank you. How would you zebra stripe every other forum topic, and how would you add the group avatar to the left of each group title?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Forum Display’ is closed to new replies.
Skip to toolbar