Re: Website: allinop.comI have used the following css to modify the [bbp-topic-index]
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-topic-freshness { /* Hides elements related to voice count, reply count, and topic freshness */
display: none;
}
.avatar-14 { /* Hides avatars with the class "avatar-14" */
display: none !important;
}
.bbp-search-form { /* Hides the bbPress search form */
display: none;
}
I have 2 issues:
Firstly, the topic titles do not take the entire horizontal space.
It is as if the hidden elements still occupy the space.
I have tried ‘hidden: none’ instead ‘display: none’ to no avail.
Secondly, I’ve been trying to also remove the border around the list of latest topics.
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
You are right, I was no keymaster anymore.
Which is special, since I’m the webdeveloper and installed the plugin and so.
Now I’m keymaster again, I can also check the user data.
So thanks for your help Robin!
bbpress should pay you for all the work you do for them!
Okay this was a quick test.
I deactivated all my plugins accept for bbpress and still ‘Forums’ wasn’t shown in the left navigation bar. I reinstalled wordpress (6.4.3) but still nothing. So I don’t know what is going on, but I think bbpress isn’t compatible with this WP version or something…
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…
there are thousands of themes, and putting divi into the search of this site has not produced any threads I can find which detail your issue, so not sure what to recommend other than asking elsewhere if there is a setting, Divi says it is bbpress friendly.
hmmm I think I would need to create a different template for every page according to the suggestion on that page. Strange that there is not a built in way to handle this within bbpress. It so confusing to figure out how to style the pages within the bbpress documentation.
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’ );
?>
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.
I have some updated code for you to try, after installing that ACF plugin I realized it wasn’t saving the post meta(your custom fields) before the mail was being called.
So you’ll need to remove all the code previously listed including the first function, and try the below instead.
So all you should have added is the below in your code snippets plugin, or functions.php file.
They are not in a template but in a functions run through filters, so if you were using bbpress without any plugins for email templates then the function it’s being called from is bbp_notify_topic_subscribers and the filter to change the message is bbp_subscription_mail_message.
You can’t just added function with the same name, because it will cause your site to throw errors. But you can use the filter to change the message.
Are you using bbp style pack template? If so give me the field name of one of you custom ACF fields for when you create topics, and I’ll see if I can come up with something for you.
Whoops. I am wrong. IT IS NOW WORKING! I need to test auto login and some other features since this is a private forum.
One issue that I do not think can be solved is I am using ACF plugin for Custom fields within topics. The email notification only has the topic text, it does not include any of the custom field results. Assume no one know how to resolve this. ACF plugin support will not help because they know nothing about bbpress.
The reason I have forum users posting in the backend is because I could never get the ACF plugin to work properly on the frontend.
Thanks!
Author
Search Results
Viewing 25 results - 601 through 625 (of 64,401 total)