Search Results for 'bbpress'
-
Search Results
-
Topic: toolbar has disappeared
I just installed bbPress and have 2 items for the community.
1) I cannot make the Forums page full width by selecting the Buddypress no column page template. Is there something I am missing?
2) Is there a way to have several forums boxed within a category header? I’ve tried Category VS Forum when creating a forum, but the category displays as a forum anyway. Again, is there something I am missing?
Hi all
Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!
I am using the them Accelerate Pro theme, Version 2.5.10 of bbpress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbpress but I have come across two problems.
Firstly I do not seem to get the bbpress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!
Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbpress on my site but it is most noticeable here.
The url of the page is:Other pages created are:
andI have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.
Help! You advice and guidance is most welcomed to ease my frustration!
Kind regard
Ricky
Topic: Werid Breadcrumb Issue
I just set up my new forum for testing and I have found a strange issue with breadcrumbs. I am new to bbpress and could use some guideance.
I am sending people to check out the forum at http://www.themagicinpixels.com/forum-testing
When they click into a post (for example)
http://www.themagicinpixels.com/forums/topic/rondaxe-fire-tower/#post-106747Then click the forums link in the breadcrumbs, it takes them to
How can I fix this?
Hi all
Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!
I am using the them Accelerate Pro theme, Version 2.5.10 of bbPress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbPress but I have come across two problems.
Firstly I do not seem to get the bbPress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!
Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbPress on my site but it is most noticeable here.
The url of the page is:Other pages created are:
http://ruralengland.org/forum/
andI have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.
Help! You advice and guidance is most welcomed to ease my frustration!
Kind regards
Ricky
First and foremost, let me go ahead and apologize if this isn’t the right place for this.
With the latest major WP update, it seems that my forums have become broken. When viewing a topic or thread, the entire site’s theme isn’t loaded, resulting in a white screen with very minimal content on it. I’ve switched out themes to see if maybe it was just a theme issue, and the results were the same.
Some information about my site:
Forum URL: http://cosplay-central.com/forum/
Wordpress Version: 4.6.1
bbPress Version: 2.5.10
Current Theme: EsteemHello,
there is a problem with bbpress, that prevents SEO Plugins to do there job.The problem exists only for the forum index page. Also if you use a standard page an paste the [bbp-forum-index] shortcode.
* That page is not handled anymore as a page, so it gets a noindex tag by the SEO plugins.
* It’s also not possible to add a custom title, description or other meta tags.The bbpress forum index is completely ignoring all of that settings.
The result is a noindex forum index without a reasonable title and description.Example:
Forum indexScreenshot of the ignored settings:

I talked with the codes a the German WPseo plugin.
They told me, that bbpress is using so crude things for that index and doesn’t use wordpress standards.I also found here in the forum and on Google, that Yoast and All in one SEO Pack have the same problems with bbpress.
Is there a way to get that fixed?
A forum index with nofollow makes no sense at all.
thanks
JochenHello. I’m getting this error when attempting to update the bbPress plugin on my site:

As suggested here on Stack Overflow, I made sure my file permissions are set properly:

I even tried renaming the bbpress directory to bbpress.old without success. Does anyone know how to fix this? I’m not necessarily opposed to reinstalling the plugin, but I want to make sure it’s not going to wipe out any related database records.
Has anyone been able to inject googles captcha widget into the login prompt? If so, do you mind pointing me to the source code?
WP version: 4.6.1, bbPress version: 2.5.11, link: one-name.org
I want to add an action called ‘Response’ only visible to keymasters and moderators and appearing next to the ‘Close’ action when editing a topic. I want them to be able to click on this to add [RESPONSE] to the front of the topic title. How do I do that?
I have something similar when someone presses ‘Close’ that adds [CLOSED] to the topic title but it doesn’t add a new action for keymasters and moderators:
function forum_closed_topics() {
$topic_id = bbp_get_topic_id();
if ( get_post_type( $topic_id ) == bbp_get_topic_post_type() && bbp_is_topic_closed( $topic_id ) )
echo ‘[CLOSED]’;
}
add_action( ‘bbp_theme_before_topic_title’, ‘forum_closed_topics’ );Thanks.
I want to join WordPress forum. Recently i joined bbpress.org forum. Tell me another best forum plugins for wordpress? Help me.
Topic: Greetings!
I wanted to introduce myself to the forum. I just registered and I have been using bbpress for about a week now! I am running WordPress 4.6.1 and bbpress 2.5.11…. I created a website and forum page @ http://www.theintrovertspeaksblog.com I would like some honest input as to the integration of bbpress into the website. I also have a question, On the lost password page it displays a blank screen with simple text box only as well as the reset password button. I temp fixed it by adding text above the box to direct the user to insert username or password. Is there a better way to do this?