Hello,
to try how pagination works I choosed in settings -> topic and reply per page:
One for topic page and one for reply page.
And I have choosen nested replies 4 levels deep.
I have two topics:
– 23 replies for the first topic
– one reply for the second topic
This is how my pagination looks:
On forum page:
Pagination shows 3 pages.
1. page: shows 2 topics instead of one.
2. page: shows only first topic instead of second and pagination shows two pages.
3. page: message appears: “sorry now topics found” and no pagination
On topic page:
no pagination at all.
What could might be the problem?
I use wordpress: 5.6 and bbpress: 2.6.6
Thanks a lot
1. It is possibile to enble partecipant to remove own topic/reply?
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Display
and look at items 18 & 19
bbpress just uses wordpress in the background for login. When login fails wordpress seems to take over.
I added some code in
bbp style pack
dashboard>settings>bbp style pack>login failure
to try and overcome this
Hi guys, so the login, register, and lost password are redirecting to the default WordPress login page.
Is there a way to have them redirected to a custom page where I am adding my own custom login, register, lost password form?
Thank you in advance for any suggestions 🙂
this option is in
bbp style pack
dashboard>settings>bbp style pack>Topic/Reply Display>item 17
if you want to see the code it is in that plugin
\bbp-style-pack\trunk\includes\functions.php
starting at line 2066
what wordpress and bbpress levels does a sample user who can do this have?
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
add_filter( 'bbp_get_reply_content', 'rew_add_class' , 10 , 2) ;
function rew_add_class ($content, $reply_id ) {
$content.='<div class="frenchlemans">I’m superman</div>' ;
return $content;
}
it could be a theme or plugin issue
Themes
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
Health Check & Troubleshooting
Then come back
you can repeat the breadcrumb using
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
Hello all,
I have already configured WordPress in French. I am using the version 5.6–fr_CA, but bbpress is not translated as mentioned here : https://codex.bbpress.org/getting-started/bbpress-in-your-language/
So I followed steps 1 and 2 indicated on the website, but the translation still doesn’t work. Do you have a solution?
I am using version 2.6.6 of bbpress. My website is the following: https://adaptationmemphre.ca
Thank you very much,
Hi,
I am the author of GD bbPress Toolbox Pro. I would advise you to post this question to the official plugin support forum: https://support.dev4press.com/forums/forum/plugins/gd-bbpress-toolbox/, WordPress official forums deal with the free plugins only (available in WordPress.org repository).
Regards,
Milan
It looks like wordpress embed takes your thumbnail picture size to show which is 150 x 84 pixels. This obviously too small.
Hi, on BBpress, the WordPress auto embed function doesn’t work properly when I put it into a topic of a reply post, it will cut off the box and not resize it properly. It does not have this issue outside of wordpress and I’m not sure how to fix it. I’ve tried messing around with some custom CSS addons with no luck. Also why are the auto embed images so blury?
See Link
Any help would be appreciated.
Thanks,
WP_Query doesn’t return the results, it is an object holding a lot of things, including the results. Check out how to use WP_Query for the loop, there are many examples on WordPress.org and elsewhere. And, results are also objects, so you need to create code to take the object and display the results.
We’ve been using wp-poll to insert polls into topics, but after moving web hosts and upgrading to bbPress 2.6.6 and WordPress 5.5 the shortcodes don’t appear to be working.
If I create a topic and put in the shortcode ‘[poll id=”93″]’, the post simply shows that shortcode. It doesn’t look like the shortcodes being rendered.
Has anyone seen this before, or have ideas on what I can try to get polls working again?
Thanks!
Hmmm… After hours, I found out, that the sentence in the registration confirmation email I posted above is a WordPress thing, not that of a plugin.
For translating and changing it, I would have to change things in some WordPress php files that deal with registration and confirmation. My knowledge of php is below zero… I even don’t know what these letters stand for. 🙂
The plugins in use at the site do not provide an option to create new such email forms and overwrite the WordPress default ones. So, I may need a suitable plugin far that.
But that is not a bbpress thing, except, perhaps for a ‘golden tip’ which plugin for this works best together with bbpress.
I’ve Profile Builder and ProfileGrid active, but the email form I described above isn’t there.
Perhaps is it a core WordPress thing? But then, I also searched at other places at the site, but simple didn’t find those forms.It is neither in Contact Form 7.
Profile Builder has an option to check a confirmation email with a link to conclude the registration. But the form above isn’t there.
Where else should it be? I thought it is part of bbpress.
bbpress 2.6.6 is a minor release.
I think you need to do some debugging in your test environment. Which DB queries are slow etc …?
Here is the list of changes in 2.6.6
https://bbpress.trac.wordpress.org/query?group=status&milestone=2.6.6
That plugin was updated the last time 6 years ago and compatible only up to WordPress 4.0.32. So I wrote the author if he still supports the plugin and if he does, if he could update it to the current versions of WP and bbp.
GD bbpress toolbox pro has this feature.
But if you are searching something free, there are some old plugins like this, but I don’t know if it still works.
bbPress – Report Content
In essence you are allowing anyone to register in
dashboard>settings>general
one of the scourges of the internet is the race to get a site listed on page 1 of google – the sites google ranking. One of the parameters google (and other search engines) use is how many times a site is found listed on other websites. There are loads of ‘companies’ that offer to raise your google ranking, and one of the ways they try and do this is to register and add the website to their profile on WordPress sites that allow registration. Sites that allow anyone to register get known, and yes robots are then used to register.
yes, you can go in and delete the bogus users, but you’d need to be satisfied that they have not posted, as otherwise any forum posts by this user might cause the site to error.
you might be better to set the ‘screen options’ in dashboard>users>edit users to 999, and bulk delete a thousand at a time, you can then attribute content or delete it.
for future you might do better to add an approval to registration – there are several – I’ve not used any, as I have a manual registration process, but this one should do what you want
WP Approve User
if you are using
bbp style pack
then
dashboard>settings>bbp style pack>Topic/Reply Form item 6
or if you don’t want style pack, then this does that bit
Reply Subscribed
When a forum post is pinned, the color and background of the topic name changes, as well as the posting time. See this link to a picture of it.
How can I change them to make them better readable?
Wordpress 5.6, bbpress 2.6.6
It concerns this site
Wordpress version: 5.6
bbpress version: 2.6.6
theme: Twenty Twelve
since a month my “forum” tab is missing from the admin left column. I can see “Topics” and “Replies” but I can not see “Forums” tab. see the screenshot: http://prnt.sc/wiyjud
also when as an admin and bbpress moderator, I click this link: “name-of-my-website/wp-admin/edit.php?post_type=forum” I get the error message:
“You need a higher level of permission.
Sorry, you are not allowed to edit posts in this post type.”
On the other hand, in my website I can still see the list of forums, I can comment and write replies for them. So the data is there and accessible in view mode!
What I tried so far:
deactivate all plugins to see if it works –> did not help
deactivate and delete all the other plugins –> did not help
so I assume the database is corrupted?! but if I do not have access to “forum repare” feature, how can I fix this problem?
I appreciate any hint and advise!
best way – to write wordpress.org/support/plugin/gd-bbpress-attachments/
Although the author of the plugin (Milan) regularly visits here.