Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress search engine indexing

Published on August 24th, 2015 by joym

Help! My bbpress isn’t being indexed on Google or other search engines. Can anyone advise me on this? Thank you.

Adding custom buttons to the editor

Published on August 24th, 2015 by michaelrichardmurphy

I’d like to add some custom buttons/functionality to the visual editor in the forums on my site. I have some working code that adds the buttons and functionality to TinyMCE in the WordPress admin for pages and posts but I haven’t been able to get it working in the editor for the forums. Here’s some of that code (exluding the actual JS) that adds two buttons (labeled braille and simbraille) to the visual editor in admin.

`//custom braille font buttons for tinyMCE
function braille_add_buttons( $plugin_array ) {
$plugin_array[‘braille’] = plugins_url( ‘/js/nba-editor.js’, __FILE__ );
return $plugin_array;
}
function braille_register_buttons( $buttons ) {
array_push( $buttons, ‘braille2000’, ‘simbraille’ );
return $buttons;
}
function braille_font_buttons() {
add_filter( “mce_external_plugins”, “braille_add_buttons” );
add_filter( ‘mce_buttons’, ‘braille_register_buttons’ );
}
add_action( ‘init’, ‘braille_font_buttons’ ); `

I found another post in the bbPress forum from somebody else trying to do the same thing (https://bbpress.org/forums/topic/hook-into-bbpress-teeny-mce/) and someone suggested applying a filter to bbp_get_teeny_mce_buttons but that poster couldn’t get it working and I can’t figure out how to adapt the already working code I have to this either. I think eventually that poster found a work around but I really need to get this working so any help would be greatly appreciated!

The forum is located at http://natlbraille.wpengine.com/forums/
I’m using bbPress 2.5.8 on WordPress 4.3. If you need any additional info I’m happy to supply it, just ask. Thanks in advance for any help!

how to get notification for a perticular subforum updates?

Published on August 24th, 2015 by krushnac

I have forum which have 3 sub forums.

Main forum
– sub A
– sub B
– sub C

All sub forums are open. i want when users will create topic or replies in “Sub forum C” it automatically goes notification to 3 Moderators which i have created.

Can any body help?

Thanks in advance…

Problem in Creating Sub forum

Published on August 24th, 2015 by sameersingla5179

Hello folks,
I have created a forum using bbpress on my wordpress site but I am not able to create sub forums or should I say categories in it. Any solution for this or any guide to use bbpress properly.
Thanks

Only admin can reply and add topics

Published on August 23rd, 2015 by seco111

I have gone as far and deactivating all my plugins except BBpress and my them 3clicks. even then participants and moderators can not reply or add topics. I also tried the plugin private groups and still nothing. This seems to incredibly simply! but I can not get it to work.

Under users I have created 4 fake accounts (all my emails) and given them participant access but non of them can us the forum or reply to any topics.

site name is Spanishscholars.com
BBpress: 2.5.8
WP : tried both 4.2.4 and 4.3 ( currently running 4.3)

ss

How to modify

Published on August 23rd, 2015 by inboxis

how can i get low ranking roles like subscriber to not see the wordpress dashboard? but make thier profile page different so its not the defalut dashboard in wordpress? For example the ” dashboard in bbpress.org is a profile thing at the top right corner. How do I do That?

Please Help What the roles are

Published on August 23rd, 2015 by inboxis

Could any of you guys tell me what the bbpress roles are: keymaster,moderator,participant,spectator,and blocked?

Please Help how to set bbpress

Published on August 23rd, 2015 by inboxis

Hi, I’m making a page on my website that will contain a list of forums. I know how I can add the forum list on the menu, but I have a few problems:

1. How can I get people visiting on the website to login in or register and view their profile? Whenever I look at my website in incognito mode, there is no sign up or register button or view profile button.

2. If people can register, how can can that registered person create a new topic? I can’t seem to find that tab thing on bbpress on my website.

3. How can I make the forum so that only registered people can reply and non registered people to only look at the forum?

4.How can i get registered users to unsubscribe

In other words how can i make the forum on my page like the one on bbpress ?

Any Help would be greatly appreciated. Runnig wordpress version 4.3

Can bbPress do this?

Published on August 23rd, 2015 by frank tredici

I want to install forum / help desk / q&a type plugin and I am considering bbPress for this.

Does bbPress allow for private posts whereby the submitter must register to the site and can only gain access to their own posts by logging in? Also, can posts be kept private so no other member can see them?

How to remove field in bbpress?

Published on August 23rd, 2015 by myssy

I have a field called website which I would like to remove. What should I do to remove it? Didn’t find it in any functions.php. So where should I search? Or should I remove it from mysql?

Thanks for the help.

Skip to toolbar