Skip to:
Content
Pages
Categories
Search
Top
Bottom

Resize avatars on forum landing page


  • blg002
    Participant

    @blg002

    I’m wondering how I can make the 14×14 avatar images that are in the loop of topics on a forum landing page. I know I could just go into loop-single-topic.php and change the 'size' => 14. But I’m wondering if/how I could use an add_filter? in my functions.php (so it’s not blown away with an update) to make this change.

    I have a pretty basic understanding of add_filter but I’m not able to figure out how to get this working. Any help is appreciated

Viewing 1 replies (of 1 total)

  • blg002
    Participant

    @blg002

    If anyone cares the proper solution is just to copy loop-single-topic.php into your themes dir and edit till your hearts content. The only semi-tricky thing is that it must be in a /bbpress/ dir within your theme. For example:

    wp-content/themes/yourtheme/bbpress/loop-single-topic.php

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