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

Reply To: CSS..?

$
0
0

@Robkk

First off, thank you! for pointing me to files Rob, that’s always my first battle. And thanks for giving me the clues to the solutions.

I got notified right when you replied, on Sunday no less! And was SO excited! Thanks for responding on your personal time.

Now I’m just trying to sort out your recommendations..lol! Seeing what files to work on helps me focus my learning curve.

The avatar on the left (in the Edited View of above image) is going to hook back to the authors Buddypress Profile. Seeing that the file is structured in an unordered list helps me understand what’s happening with the php a little better.

I have too much to learn! lol!, I wish there was a forum where services could be traded. :o)

Here is how I sorted it out;

First
This article provided a snippet example that showed me the correct statement to put into a <li></li> right above the top li in loop-single-topic.php, I only had to add the class="bbp-topic-author-link" to the li, and then tell it to float-left/padding-0,10 in the child-theme/bbPress/css and voila! Wooohoooooo!!! Sorry, I get excited when things go right! lol!

Second
I commented out the Forum Titles – Voices/Freshness in loop-topics.php like this

<!-- 			<li class="bbp-topic-voice-count"><?php _e( 'Voices', 'bbpress' ); ?></li>
			<li class="bbp-topic-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'bbpress' ) : _e( 'Posts', 'bbpress' ); ?></li>
 -->

..and then move the reply count over & under Freshness, (again, with css)

Third
I’ll be back, I like to keep a record in my Topics here, cause I know!, I’ll forget! lol!


Viewing all articles
Browse latest Browse all 3638

Trending Articles