Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: Removing avatars from topic list view

$
0
0

Thanks again Robkk

I was able to successfully replace the loop-single-topic.php file in my theme with the stock bbpress version and voila, large avatars are removed as I desired and they’ve been replaced with the stock smaller ones. Awesome!

Searching the support forums here I was also able to find this code and add it to my Custom Code section which allowed be to play with the size of the avatar too. Awesome again!

.bbp-body .bbp-topic-title img.avatar,
.bbp-body .bbp-topic-freshness img.avatar,
.bbp-template-notice img.avatar,
.bpp-author-avatar img.avatar {
width: 24px;
}

I think one of the last pieces I need to fix before converting my phpbb3 forum to bbpress is adjusting the padding on the Forum list and Topic list pages.

http://splitboard.com/talk2/

The padding is much larger than I desire, I’d like the padding to be as minimal as possible which will allow for more content on the screen without scrolling.

Can you please help me adjust the padding to be closer to the stock bbpress styling, like here?

As you can see, the topics are much narrower.

Thanks!

Let me know if there’s already a topic on adjusting the padding or if I should start a new thread.


Viewing all articles
Browse latest Browse all 3638

Trending Articles