Forum Replies Created
-
In reply to: Topics do now show
It 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 twentytwelve, and see if this fixes.
Then come back
In reply to: Topics do now showDo they show in
Dashboard>topics?
In reply to: When I post a topic I get error404 pagegreat – glad you’re gixed
In reply to: BBPress | Consant Contact Plugin issueyes you’ll need to enable debugging and have a play to see where the error is
see
In reply to: widget sideIn reply to: Changing breadcrumbs from "topics" to "forums"hmmm… something is changing that
It 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 twentytwelve, and see if this fixes.
Then come back
In reply to: One automatic private Forum per User🙂
In reply to: Changing breadcrumbs from "topics" to "forums"is this just a name change?
if so, add this to your functions file
add_filter( 'bbp_get_breadcrumb', 'change_breadcrumb_text' ); Function change_breadcrumb_text ($trail) { $trail = str_replace ('Topics','Forum Index',$trail) ; return $trail ; }In reply to: Forum Roles Explanation?Now added
In reply to: One automatic private Forum per UserGreat – and thanks for coming back. Have you managed to achieve this? or is it still work in progress ?
ok, hope you find a solution
In reply to: Paginationyour theme is putting in a <br> between each of these, don’t know why !
You might do better with
https://wordpress.org/plugins/bbp-private-groups/
This will block backdoors, such as directly entering the url of a forum, finding stuff in search, and allow the use of widgets.
It 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 twentytwelve, and see if this fixes.
Then come back
ok, try adding this plugin
Great – glad you’re fixed, and thanks for posting what you did, this will help anyone looking at this thread !
In reply to: Forum Roles Explanation?No problem – it’s not obvious in the docs – on my list to fix !
can you tell me what your permalink setting is
dashboard>settings>permalinks
In reply to: Forum Roles Explanation?I can only suggest that you create a new topic using your programme
Then I’d look at everything in the database in wp_posts & wp_postmeta that has that ID
Take a copy of all of this
Then hit the update in the backend and see what has changed
In reply to: Sidebar on a forum page?sections 8 & 9
In reply to: wrong sidebar on topics pagelink/url please
In reply to: forum martiniqueIn reply to: page menu disabled when i change themesthe menu is disables
Should just be a theme setting
go to dashboard>appearance>menus and go to bottom
you’ll need to tick the ‘primary menu’ and save to get it back again
In reply to: Show latest reply author namenow amended and in Version 1.9 together with hide avatar and shorten freshness options