Forum Replies Created
-
In reply to: 403 Forbidden Error after Installation
It 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: Hide Voices number, just show Repliesput this in the custom css of your theme
li.bbp-topic-voice-count { display: none !important; }In reply to: how to remove left space of the forum?we would need a link to your site
@shorty187 @anyolya contact me via http://www.rewweb.co.uk but include a link to this post please
ok, I can’t guarantee that the alternate template will work in all circumstances, if you want to try further
It 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: restrict rightsIn reply to: Clicking on user name opens a page with errorI’d need a link to an example on your site to fix
there is a tab in the settings called ‘Not working? go into that and see if anything is red in there
yes but what does the tab
dashboard>settings>bbp style pack>Not Working?
say ?
ok, have a look at
dashboard>settings>bbp style pack>Not Working?
and see if your theme or another plugin is affecting
what version of bbpress are you using?
In reply to: New site admin, no keymaster roleok, the fix strategy would be
It 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.
But I would start wth User Role editior – that looks a likely suspect
ok, just tested this on my test site, and it works fine.
It 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: Default font size on a standard bbPress installthanks, let us know how you get on
In reply to: Forum page was loading slow. how to increasetoo many possibilities to discuss – this is like asking how to get my car to go faster.
I’d suggest you start with your hosting company, and discuss with them.
also
can you give an example of exactly what you have as a shortcode that doesn’t work
I’d try removing those and see if it changes anything – you say that users can’t post comments anyway, so that section should not affect comments on posts
🙂
ok, last throw of the dice, have you looked at
dashboard>settings>discussion and see if changing anything in there helps?
hmmm…. that would be quite hard to code, lots of places where you would need filters.
Unlikely I’d look at that.you use topic permissions
dashboard>settings>bbp private groups>topic permissions and enable
dashboard>settings>bbp private groups>assign groups to roles and set subscribers as belonging to say group 2then for each forum, go into edit the forum, you set group 2 to only see, and group 1 (for instance) to have full access
because I can’t say why your posts are going to ‘pending’, I can’t really help with how to stop this.
There are over 300,000 installations of bbpress, and this is certainty not a problem I can remember being posted befire without some moderation software being involved.
Do you have askimet on your site ?
ok, as a product you can do
add_action( 'digimember_purchase', 'digitest_purchase', 10, 4 ); function digitest_purchase( $user_id, $product_id, $order_id, $reason ) { switch ($reason) { case 'order_paid': // handle paid orders here if ($product_id == '12') { update_user_meta ($user_id , 'private_group' , '*group1*') ; } break; case 'order_cancelled': if ($product_id == '12') { delete_user_meta ($user_id , 'private_group' ) ; } break; case 'payment_missing': // handle missing rebilling payment here break; } }where in this case ’12’ is the product id of the subscription product
time period and other conditionals are I’m afraid well beyond free help
I read on bbPress that there is an “Approve” function
not that I know of, but I’m not one of the authors, just someone who helps out. Can you point me to documentation?
If it is showing in the replies section then if you select a reply, in the right hand side of the post you will see a box called ‘publish’ and you’ll see ‘status : pending review’ click the ‘publish’ at the bottom right of this box to approve