Forum Replies Created
-
In reply to: This forum is empty
To do this without code install
once activated go to
dashboard>settings>bbp style pack>Forums Index Styling item 16
or with the code above use
In reply to: Seo for bbPressI cannot guarantee, but I believe unlikely, but like all plugins you use them under a GP2 license which has no guarantees of any kind 🙂
In reply to: Seo for bbPressI believe this plugin still works if you are using yoast
In reply to: Get overlapping user avatars after freshnessVery nice effect, but would require
code to get the required avatars
code to create the required html (the example is using pug not native html)
code to output the html in the right place
code to generate and load the css
and more code to probably wrap all this into a pluginA ton of work.
Like everything it is possible, probably 2-3 days work to design and implement.
In reply to: replies threads not displaying correctlygreat – glad you are fixed
In reply to: Blank white page with Twenty-twenty-five themeTotally agree.
I’m just a guy sat in his home trying to help others, I have no connection with bbpress.
Best I can offer, sorry
In reply to: How can i have a read only place to look at a forumno need to put the forum within the members area
Just make the forum public, say on a page using the
[bbp-forum-index]
shortcode, or if just one forum then the[bbp-single-forum id=$forum_id]
where $forum_id is the id number of the forum.and anyone member or not will be able to read it.
Then make sure that in
dashboard>settings>forums>Anonymous the tick box is NOT ticked – then only members (those with wordpress accounts) will be able to post.
In reply to: Blank white page with Twenty-twenty-five themeThis is one of the new FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: replies threads not displaying correctlythat should not matter, but I suspect you will need to clear cache on either the server or the browser
https://its.uiowa.edu/services/general/how-clear-cache-and-cookies-your-web-browser
and the server will depend on whether you are using a caching plugin.
In reply to: user role for new users not automatically asignedgreat – glad you are fixed
In reply to: user role for new users not automatically asignedif you go to
dashboard>settings>forums>roles you will see what role is assigned automatically
This role is assigned on first login by that user.
In reply to: replies threads not displaying correctlyI’ve just taken a look, and you are using Oshin.
Try adding this to the additioanl/custom css part of your theme
.bbpress .reply { position: relative !important ; top :0px !important; right : 0px !important; }
In reply to: replies threads not displaying correctlywhat theme are you using?
In reply to: White Screen Issue After Installing bbPressI suspect you are using one of the new FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: replies threads not displaying correctlytry twentytwenty theme
In reply to: replies threads not displaying correctlyit 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
Then come back
In reply to: mon forum ne s’affiche pasok, I’d suggest you raise with your theme provider next – they say
‘You can always reach out at https://themegrill.com/contact/ if you encounter any issues.’
In reply to: Editor buttons inherited from wp customer themesorry, I’m just a guy sat at home trying to help others. bbpress is a free product, but with that comes support only from the community.
I don’t do teams/zoom as I don’t have the time – sorry.
Your issue is almost certainly css related.
In reply to: Editor buttons inherited from wp customer themeI would need a link to a live example of both where they are correct and the forum where they are wrong
In reply to: Editor buttons inherited from wp customer themeok, so now I can see some buttons.
so are these appearing and you don’t want them to?
In reply to: Editor buttons inherited from wp customer themeI need a picture of the buttons please so that I can understand what you are trying to do
In reply to: mon forum ne s’affiche paswhat theme are you using?
In reply to: mon forum ne s’affiche pasI suspect that you are using one of the new FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
Not sure how this is related to bbpress, but go to
dashboard>settings>general and there you will see the admin email address, this is where the email will have gone to. that email will detail what the error is
In reply to: Change logothat will be theme dependent.
you may be able to use the function
is_bbpress()