Forum Replies Created
-
In reply to: Forum not Displaying Topics
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.
Come back with the results
In reply to: How to remove (0,0) in sub forum listings?STOP !!!
Ok, the codex has a couple of errors as it had not been updated following the release of 2.5.4 and also had some text that had been badly edited.
You have two choices – you cannot do both
either
which I have just updated with new code, or put this in your functions file
function remove_counts() { $args['show_topic_count'] = false; $args['show_reply_count'] = false; $args['count_sep'] = ''; return $args; } add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );
Both work
In reply to: User "Editor" and "Groups & Activity".No problem !
In reply to: Importing Usersthe forum role is stored alongside the wp role in usermeta under wp_capabilities
so for instance in the database my usermeta wp_capabilities looks like
wp_capabilities a:2:{s:13:”administrator”;s:1:”1″;s:13:”bbp_keymaster”;b:1;}
In reply to: conversion of kenena 1.0 to bbpress doesnt startgreat – glad you’re fixed !!
In reply to: Wanting to try a new forum but scared and lost!bbPress forums can be private, public or hidden.
private are only viewable if logged in, hidden are only viewable by mods and above.
However my private groups plugin will give you all the control you need
https://wordpress.org/plugins/bbp-private-groups/
re importing
In reply to: bbpres adminsorry can you provide a link to ‘bbpres admin’ ? presume this is a plugin you have added?
In reply to: BBpress changing WordPress page titlesNot quite sure what is happening, but can you say if it all works if you don’t restrict the page?
In reply to: User "Editor" and "Groups & Activity".Groups and activity are buddypress not bbpress, suggest you post this is the buddypress support forum
In reply to: Public capabilities on custom post typeAre you sure it’s just a bbpress issue?
The ‘lastest’ bbpress is quite old now, so if it was an issue, I’m sure it would have been flagged by now.
presume you have
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: lenders site not clickableI tried to switch theme, from gantry framework to twenty fourteen, it solved the problem, but am not good with twenty fourteen.
So it’s a theme conflict that is causing the issue
suggest you go onto their support forum and see if they know how to fix !
In reply to: Disabling topic creation-boxcreate a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the originalI was only suggesting you start with looking at lines 42, I haven’t actually looked seriously at the code, I don’t have time at the moment 🙂
In reply to: Remove box around the author namegreat – glad you’re fixed
In reply to: How to remove (0,0) in sub forum listings?ok, the last line has a wrong “‘” type
replace this with
add_filter('bbp_before_list_forums_parse_args', 'remove_counts' );
and it should be fine
In reply to: Putting the @username below nameThis worked well for adding the username, so if i can just remove the full name/image, that out to do it.
If you mean the two bits above what you have just added , then the simplest would be
create a directory on your theme called ‘bbpress’
ie wp-content/%your-theme-name%/bbpress
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php
Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
wp-content/%your-theme-name%/bbpress/loop-single-reply.php
bbPress will now use this template instead of the originalThen simply delete line 45
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
In reply to: Spectators can post but shouldn'tgreat – glad you’re fixed, though your avatar is a little disconcerting !
In reply to: How to remove (0,0) in sub forum listings?no that one still works!
In reply to: change styleIn reply to: How to remove (0,0) in sub forum listings?not sure why
I’ve read https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ among other tips.
isn’t working for you?
In reply to: How to remove (0,0) in sub forum listings?do you just want to remove (0,0) ie not (1,2)?
🙂
In reply to: Blank topics to normal usersI wish there was a better way to make the forums a little more spiffy
explain what you are after?
In reply to: bbPress conflict with WooCommerceyou may need to rule out other factors, as far as I know bbpress works with woocommerce eg
bbPress WooCommerce Integration: Tutorial on How to setup a Paid Forum on WordPress
bbPress 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 woocommerce 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: How do i customize user roles?Great – presume you’re fixed if not
In reply to: error after submitI’m just a simple user of wordpress so I’ll appreciate if u can give the pacific solution for my problem.
As I said
Suggest you go to the plugin author for a fix.