Forum Replies Created
-
In reply to: Warning: substr() expects parameter 1 error
This seems to be a buddypress issue – presume you posted this on their support site also?
In reply to: How to install new templateunfortunately bbshowcase was for the standalone version 1 of bbpress and doesn’t work with the wordpress plugin version.
As suggested, I copied all the template files inside bbPress plugin directory to my active theme
Not sure where you got that from. Only if you want to alter templates do you need to copy templates to a bbpress directory, and then only those you wish to change.
Also, how do I remove Topic: and Forum: slug at the title of the page?
Can you specify exactly what you want to remove – a screenshot would be good
In reply to: Cannot View RepliesIt 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.
In reply to: Permalinks Without Postnamesorry wp4.0 changed the way default permalinks worked, and this has broken bbpress child forums, which is I suspect your problem.
There is a trac ticket for this with WordPress.
The interim fix is to go to pretty permalinks (which you say you don’t want to) or only have forums at the top level. In theory this will be fixed in 4.0.1 whenever that comes out.
In reply to: Mix wordpress with bbPress?great – glad you’re fixed !
In reply to: Move post to another userif only twenty, then
Find out the new users id – dashboard>users>all users and get user on screen. Then hover over edit, and the user id will be displayed in the url at the bottom of the page
then
dashboard>topics>all topics and edit each topic in turn. You will see author id on the right hand side. Amend to the new user id and update.
In reply to: unregistered usersNothing I know of will do that.
it could be coded.
In reply to: Getting truncated warning messages from bbpressyou could start by giving us a fuller problem definition
They post a topic and YOU get a warning – when, what exactly does it say, where does it come up and when??
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.
In reply to: setting permissions on forum within a groupIn reply to: Cant edit my postsNo problem
In reply to: Number of topics per page post_typeno problem, glad you’re fixed
In reply to: Help Css & Layoutbbshowcase.org/forums/view/available-themes
this was for version 1 of bbpress, and is no longer relevant.
Then the changes have not reverted !!
Are you running any caching software?
Otherwise re-install bbpress (you’ll not lose ant data) and start again.
This time don’t alter core files, use a child theme
In reply to: Help Css & LayoutIn reply to: Removing bbPresshave you any other plugins that expect bbpress to be there – is so remove these first
In reply to: Cant edit my postsok,
can you confirm that it is still doing this
when did it start
have you contacted your host provider
what else have you changed
Is it just this one post, or have you tried others, both new and old?ok, so change back and confirm it all works again
Then post on here which bit you changes and to what, plus any other stages/actions you took
In reply to: WidgetsbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
In reply to: Let only experts reply to a topicyes,
Your ‘experts’ will be participants, or even moderators.
Then for your ‘normal’ you’ll need to set up a custom role
see
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/you just need to set up a role where the user can not do any of the reply capabilities
If you are then allowing some form of automatic registration, then set the default bbpress role to this custom one in dashboard>settings>forums auto role
In reply to: Hello, hw do I change the color for bbpress?In reply to: Disabling topic creation-boxgreat – glad you’re fixed !
In reply to: Troubleshooting topicsgreat -glad you’re fixed !
In reply to: Wrong Gravatar appears in posts and repliesOk, apart from that I am stumped !
In reply to: Number of topics per page post_typetry
function bbp_single_replies_show($args) { $args['posts_per_page'] = 3 ; $args['max_num_pages'] = 1; return $args; } add_filter('bbp_before_has_replies_parse_args','bbp_single_replies_show');
I have not tested – I am quite busy at the moment – but keep trying !
In reply to: Wrong Gravatar appears in posts and repliesThanks for that great problem definition – that really helped.
Given all that you’ve done, I’d guess that someone has been deleting users.
When they do this, there is a prompt to either delete that users content, or attribute all content to another – can’t remember how it picks this another, but I’d see who has permission to delete users, and go ton them to see what they have been doing.