You say ‘no issues’ but I’m having issues with my installation.
Somehow the I can’t access the ‘Forum’ settings in my menu, because it’s not there anymore. The plugin is active but not shown in the left navigation bar.
Next to that I can’t check the user data anymore. The users in my list are not clickable anymore. And when I deactivate the plugin, the user are clickable.
So thats strange right.
It’s probably another plugin that is causing the issue with bbpress, so I’m gonna check for that. If you ever heard something like this, please let me know.
Otherwise I’ll come back with my findings…
for my forum page so that I could adjust the sizing and spacing, but when you enter a forum past the index page, I lose those adjustments as it of course loads a different page for the forums after the index page. Is there a way to add a shortcode to the pages that load after index or do I need to do all my styling via CSS?
I’ve spent a lot of time preparing my website for launch, but I’ve encountered a few roadblocks that I can’t seem to overcome. Any help would be greatly appreciated.
#1: Sometimes when I sign on, it fails and suggests the page is cached. However, I am not using any caching app.
#2: When registering… (I am using the Ultimate Members plugin — is there any other way to handle this?)
2a) emails aren’t being sent
2b) role isn’t being set (they’re participants, but the role isn’t being set to contributor)
2c) no users are being displayed under the “membership” menu item
#3: When signing on as the admin (“TheSquirrel”) I can’t get to the dashboard… when entering “https://www.heresoursquirrel.com/wp-admin” in the address bar and clicking enter, it just returns to the Forum.
I created two test accounts; One participant, and one keyholder, so if you would like to sign on as either, please DM me and I will provide the sign-on credentials.
Any other feedback would be greatly appreciated.
WordPress Current version: 6.4.3
bbPress Version 2.6.9
I am running BBPRESS and am looking to add a login link to Add login link to “You must be logged in to create new topics.” which appears at the bottom of Topics list when you are not logged in.
I have copied out the Forum-Topic.php file and it is located in my Themes BBPRESS folder.
Code in my Forum-Topic.php that I am looking to add to is ….
<?php is_user_logged_in()
? esc_html_e( ‘You cannot create new topics.’, ‘bbpress’ )
: esc_html_e( ‘You must be logged in to create new topics.’, ‘bbpress’ );
?>
I would like to know which file to edit to configure the padding of my forum’s home page? I find that the topic and message number section takes up too much space compared to the description of the forums.
Hello,
I want to setup a widget on my forum page to show the activities,
but it shows many errors, what is the solution ? Thank you !
http://www.image-heberg.fr/files/17093774122029604749.jpg
Wanted to share that I just finished my first bbPress theme with topics grid, it only uses bbPress and no buddypress. Profile pages have been completely customized to also include the topics grid.