Forum Replies Created
-
In reply to: bbp private groups plugin Show topics
great
In reply to: bbp private groups plugin Show topicsI am private groups author.
Sorry but the plugin does not do that, and I don’t know of any code that does that
In reply to: adding custom bbcode or shortcodes for html divIn reply to: 2.6-rc-7 does not load …/theme/css/bbpress.cssgreat – glad you are fixed
In reply to: Shop Topic Tags on mainpagegreat – glad you are fixed
let us know how you get on
was spam
Put this in your child theme’s function file – or use https://en-gb.wordpress.org/plugins/code-snippets/
and change ‘new text’ to whatever you want
//This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'Create New Topic') { $translated_text = 'new text'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
In reply to: bbPress like buttonpeople write plugins for free, and generally because they needed the functionality for their own site.
They publish to help others, but they have no duty to support or maintain them. This is just free software.
That they have not updated doesn’t mean it won’t work, for instance I have 6 plugins and every time wordpress publishes a new version I have to update the text in all 6 to make sure they say they are up to date, even though I have not altered any other code.
When I last looked at this one it worked fine, but I cannot guarantee this.
In reply to: bbPress like buttonstill works as far as I know
In reply to: Undefined offset + Cannot modify header informationIt 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: Undefined offset + Cannot modify header informationwhat php version are you running ?
In reply to: New user registration email does not arrivetalk 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!!