Forum Replies Created
-
In reply to: New user registration email does not arrive
talk to your host/hostemail provider, likely that it is being sent as from their email domain, not yours, so being marked as spam
In reply to: Moderator cannot moderate postsIt could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: How SEO work with bbPress?nice !
In reply to: Header/Footer Bugged & Forums showing as emptyIt could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Need BBpress Helpdoesn’t work that way. Sidebars are a theme thing, so bbpress has no control on how your theme author designs their sidebars
In reply to: Need BBpress Helphmmm… sidebars will be theme specific, not part of bbpress.
If you have a paid theme, suggest you contact their support
otherwise try googling ‘xx theme sidebars’
In reply to: Show date of first postwhere do yo want to show it ?
In reply to: Need BBpress Helptry
In reply to: Posted replies redirect to dashboardgreat – glad you are fixed
In reply to: Registration not workinggreat – glad you ae fixed
In reply to: My Ugly Websiteyou might want to do some further styling
glad you like it!!
In reply to: Error: “you cannot create new forums”great
In reply to: Error: “you cannot create new forums”where, when ?
In reply to: Plain BBpress or Commons In a Box?It does look good.
I suspect they created the layout by changing loop-forums.php and loop-single-forum.php templates.
The general styling can be done using
Try contacting them to see if they’ll release then templates to you. If they do, PLEASE do come back here, and I’ll publish them
In reply to: Admin email for user registrationbbpress does not have moderation, so it will be another plugin doing this
In reply to: how to bbpress sort topic yearcan you explain more what you want
In reply to: How To Change PERMALINK?dashboard>settings>forums>forum root slug and change ‘Prefix all forum content with the Forum Root slug’ to untick this
In reply to: bbPress HTML Archive?none that I know of
In reply to: Get rid of fixed separatorsbbpress does not have fixed separators – it has default ones.
you can change simply by putting this in your child theme functions file or using code snippets plugin
function custom_bbp_sub_forum_list() { $args['separator'] = 'whatever you want' ; return $args; } add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );You also seem to be confused by templates. Theme and plugin templates are exactly that and designed to be changed if wanted. With bbpress you simply follow
In reply to: Shortcodes not workingno problem, glad you are fixed !
In reply to: Shortcodes not workingso have you installed bbpress ?? installing buddypress doesn’t get you bbpress, you have to install it as well
In reply to: Topics and Replier are not linkedif they are not linked, and repair didn’t work, then import didn’t work properly, so you’ll need to start again
try
dashboard>tools>forums>repair forums and run one at a time