Forum Replies Created
-
In reply to: registered users access to forums only not website
I hate anyone but admins seeing the dashboard – it is not needed and looks ugly
try
https://en-gb.wordpress.org/plugins/remove-dashboard-access-for-non-admins/
In reply to: My Forum page crashesIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: bbress Signature Link to another Domainjust tried setting my signature to
signature worked fine
set some content to include
worked fine
have you been through no. 8 in this link
great – glad you’re fixed !
In reply to: bbress Signature Link to another Domainto a normal post
do you mean a wordpress post?
In reply to: My Forum page crashestry
dashboard>settings>permalinks> and just click save
In reply to: Login doesn’t read as logged in.can you confirm that you are using bbp style pack and that it is login and register that are not showing?
In reply to: bbress Signature Link to another Domaincan’t remember that bbpress has a signature element – are you using an additional plugin to do this?
In reply to: Change the font size of the title of the forumIn reply to: Only pin post is showinggreat – glad you are fixed !!
In reply to: Only pin post is showinglink to your site needed
Otherwise check out the https://da.wordpress.org/plugins/bbp-style-pack/ plugin, it will most likely have the functionality.
it does!
In reply to: Storing documentsnot really sure that bbpress is the best tool for this.
several wordpress solutions round – I googled ‘document sharing wordpress’ and got this which looks like it is a better fit
https://en-gb.wordpress.org/plugins/sp-client-document-manager/
you can see what the free vs. premium does here
In reply to: customize bbpress member capability!!!! urgentcab you post a link to the ‘previous post’ there are many posts on here.
and by post do you mean topic or topic and reply?
and how does this differ from the participant role?In reply to: Main Forum page has no formattingHey, pleased that you are fixed, and a ‘you rock’ has sure cheered me up !!
In reply to: Main Forum page has no formattingok, you are using the foodie theme which is based on genesis, so suspect that you need
In reply to: How to actually partner root with a WP-pagesee
item 3
method 2 lets you add text before (or after) such as
“welcome to our forums….”
In reply to: Main Forum page has no formattingno problem
that does make me more suspicious that it is a theme issue.
just as a test can you try switching to say twenty sixteen and see if that fixes
by the way you can style forums using my style pack plugin, which will make them much more pretty
In reply to: Main Forum page has no formattingI suspect it is a theme issue, it seems to be rendering as a paragraph.
what method in item 3 below are you using
In reply to: Sidebar won’t showgreat – glad you are fixed !
In reply to: Sidebar won’t showcan you copy your bbpress.php here so I can take a look
In reply to: how to Nest ForumsCan’t speak for how it is written !
In reply to: how to Nest Forumspresume you mean show the sub forums as a list
use
https://wordpress.org/support/plugin/bbp-style-pack
go to
dashboard>settings>bbp style pack>Forum Display
In reply to: Third-party shortcodes in bbPress postsyou may need to add this to your functions file to get it for particpants
add_filter (‘pw_bbp_parse_shortcodes_cap’ , ‘publish_topics’ ) ;