Forum Replies Created
-
ok, that suggests you have pages with forums-2 and forums already existing – check you trash and delete permanently
sorry but not in any plugins that I know of
In reply to: Removing/Blocking Adsense AdI suspect it is the loop-single-forum template
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-forum.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-forum.php
bbPress will now use this template instead of the originalthen
remove lines 20 and 24
line 20
<?php do_action( 'bbp_theme_before_forum_subscription_action' ); ?>
line 24
<?php do_action( 'bbp_theme_after_forum_subscription_action' ); ?>
come back if that doesn’t work
ok – if you are using a page then you need to edit the permalink of that page
dashboard>pages and edit the page and look for the permalink and edit it to just forums
should work on that setup you state – are you sure your email address is correct?
In reply to: Subscriber go to wp-admin after failed login?!so where do you want them to go?
If I understand – check the permalink for that forum in
dashboard>forums> and edit the forum then look at the permalink
If that’s not the issue, please give us the full url of what it is showing and what you would like
try
function role_show ($args) {
as your first line
In reply to: Reply to thread hanging on new pageI don’t specifically know if that is default bbpress behaviour, suggest you try
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.
If none of those show a change, then it is probably default behaviour.
In reply to: Total Beginner!! Sorry!!great – glad you’re fixed !
In reply to: Removing/Blocking Adsense Adcan you either give a link or a screenshot so we can see exactly where it is ?
In reply to: Total Beginner!! Sorry!!suggest you read
in particular section 6 that talks about adding a register page and putting this into your menu
and yes bbpress will work alongside buddypress
In reply to: After updating, Forum is not workingsorry, but since your site requires login, we can’t see
However I’d suggest you check that no plugin updates are needed and then
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: Reply to thread hanging on new pageyep, agree that looks silly.
I’d suggest you start with loop-replies
In reply to: Private: Private: forumsnamegreat – glad you’re fixed !
In reply to: Replies in Forums cutoff after 10 replies.sorry, but that topic looks fine on my PC in IE, Firefox and Chrome
In reply to: Forum link not showing in adminhmm, it must be on doing something with one of the plugins – like looking at the settings page of the plugin.
In reply to: Replies in Forums cutoff after 10 replies.url please !
In reply to: Comment Count in forum pagesI’m just not much of a programmer
hey no problem, you may need to come back when you have renamed and copied the file for further help – which theme are you using?
In reply to: Private: Private: forumsnameput the following in your functions file
add_filter('protected_title_format', 'ntwb_remove_protected_title'); function ntwb_remove_protected_title($title) { return '%s'; } add_filter('private_title_format', 'ntwb_remove_private_title'); function ntwb_remove_private_title($title) { return '%s'; }
In reply to: cyclic redirectWith so little information it is hard to help !
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: Comment Count in forum pages@edooze – as robkk says whilst at first this may seem daunting, it is probably your easiest option.
The issue is not with bbpress, but with your theme, which is not recognising custom post types, and treating them as blog pages.
To fix this you need to modify the file which is displaying pages, and make a copy that bbpress can use.
Since it is a theme compatibility issue, it is likely that any other forum software will have the same issue.
In reply to: Make individual forum? User can view his post only?sorry, but the basic permission is to ‘spectate’ which only allows viewing of public forums.
there are no immediate ways I can think of that would achieve this, substantial coding would be needed.
In reply to: Having "Trash" option and not "Spam" for moderatorshmm.. as a mod on my test site(as well as on this site) I can trash and spam.
Have you altered any capabilities, or using any plugins that might affect this?
you could try
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.
that might pinpoint the problem.
In reply to: how to remove all "pending" repliesIt should ‘hold’ ie stay the same for that screen.
The actual setting is deep within wordpress not bbpress, so sorry can’t say where or what it is !