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

Reply To: Removing avatars from topic list view

$
0
0

I’ve typed a reply to you and submitted it but bbpress isn’t displaying it. If I try again it tells me I’ve already submitting that comment but it isn’t showing up?? Is this a bbpress bug or is my comment awaiting approval or something? Is there a limit to adding links in the post? I had 3.

no its not a bug its a spam prevention measure since the spam attack only 2 links can be posted now.

if you need to link us with more than 3 just post the url without the http://

i can just highlight and google search it.

this is for the padding.

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
overflow: hidden;
padding: 8px;
}

the tiny avatar CSS is ok but just so you know if it was any bigger the css will make the image distort and look blurry.

you can change the avatar size in the templates if you go to the loop-single-topic.php file and find something similar to 'size' => 14 i think in your case it would be 16 maybe

and change that number to 24

you should also do this to the loop-single-forum.php file too.

also add this additional CSS so you can remove the voice count number making everything awkward

.bbp-body li.bbp-topic-voice-count {
display:none;
}

to remove it in the templates go to loop-single-topic.php

and remove this

<li class="bbp-topic-voice-count"><?php bbp_topic_voice_count(); ?></li>


Viewing all articles
Browse latest Browse all 3638

Trending Articles