Forum Replies Created
-
In reply to: Can’t get small avatar picture to show on website
Worked like a charm, thank you.
In reply to: Can’t get small avatar picture to show on websiteFor some reason when I added the function code to my functions.php it gave me a 500 Internal Server Error.
In reply to: Can’t get small avatar picture to show on websiteAlright the second code worked. Thank you so much for helping. Do you by chance have any suggestions on how to un-blur my avatar picture? Thank you again.
In reply to: Can’t get small avatar picture to show on websiteNothing changed.
In reply to: Can’t get small avatar picture to show on websiteHere are the results from placing the code in my functions.php file:
You will see that I now have an avatar picture showing up next to the topic title, still no change to the other small avatars.In reply to: Can’t get small avatar picture to show on websiteWhere should I place this code? single-post-reply.php? Sorry, new to bbPress. Thank you for the response.
In reply to: Remove “You Must Be Logged In” AlertMake a folder in your theme folder labeled “bbpress”. You will then want to go to /wp-content/plugins/bbpress/templates/default/bbpress and copy the reply-form.php and paste it into the bbpress folder you made in your theme folder.
Open the file, scroll down towards the bottom, you will see where it says “You must be logged in”. Delete that section of code.
<div id="no-reply-<?php bbp_topic_id(); ?>" class="bbp-no-reply"> <div class="bbp-template-notice"> <p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must be logged in to reply to this topic.', 'bbpress' ); ?></p> </div> </div>