Hello!
Is there a way that I can add target=”_blank” to all website links that are inputted on forum posts?
Is this an option or will this need to be hard coded?
Thanks!
Anonymous User 7670885Inactive
@Arjun S Kumar: Thank’u for plugin, i’ll try it in localserver 
–
Maybe is a good idea also a “spacial forum” with all articles by blog (just link to view article) and bridged comments. Hardwareupgrade.it use this structure and is more appreciated by many user.
Eg: blog > *hwupgrade.it/blog/221.html
forum > *hwupgrade.it/forum/showthread.php?threadid=2041458
(an user can comment from blog and/or from forum but i think this can be more complicated)
If using a theme where pages contains subjects and user names of other pages, using Google to find pages in the forum will give lots of false hits. Like if I use in Google
site:terapisnack.com social fobi knet99
this will not only give pages with my nick about the subject, but also lots of false hits on pages where I at the time the crawler was there, I was listed in the section “Senaste inläggen” (most recent posts) at the bottom of the page.
So how is this solved, and are there mutiple options how to solve this?
I assume one would be to have a separate “clean theme”, that only contains what we want the web crawler to see, and switch theme on user agent? Is this support built into bbPress, or is there a plugin that can do this?
Or is there some meta tag that can control what part of a page a crawler will ignore? I.e. just change the existing theme some?
Or some other solution?
Any advice is welcome!
knet99
@Paul –
Good point about Super Stickies, and I may actually go the route of a WP page instead. I just figure if a feature is in a piece of software, it should actually work.
Otherwise just take it out and not confuse folks!
Anyway, I still love the seamless integration of bbP and quite frankly I have it working pretty well in an absurdly complex arrangement, and it’s behaving admirably!
bbPress plugin running http://www.profitstheme.com as my theme
with a ton of other plugins including, free, custom, and commercial:
CDNVault
WP-eMember
WP-Affiliate
WP-eStore
Avia Feedback Box
User Messages (for private messaging)
Shortcode Exec PHP
Capability Manager
and a whole lot more!
So far bbP has been among the smaller of my problems to deal with. 
Keep up the great work JJJ and crew!
Jonathan
Anonymous User 7670885Inactive
@JJJ: Ok, thank’u very much 
My actual forum is with smf but i want migrate to wordpress + forum (and bbpress plugin promises[?] very good) 
–
But i’ve many topic that need to move inside blog. My future work is: smf to bbpress to bbpress_plugin + migration of many topic in blog – maybe thanks to: https://wordpress.org/extend/plugins/post-type-switcher/ 
–
PS: you can call me if you need a betatester 
—
Small bug: i’ve maked a forum and put a new topic in it. After of this i’ve changed this forum in category and maked a new sub-forum inside it. Finally i’ve move topic from category[when i’ve changed forum in category no topics deleted or migrated] to forum and counter results with two topics and two posts (in realty i’ve just one post in one topic)
Good that it is working now.
Good that it is working now.
Scroll down here and click Download as Zip Archive – https://trac.bbpress.org/browser/trunk
Then upload and follow the upgrade steps. It is pretty much stable. You shouldn’t have much problems with it.
Scroll down here and click Download as Zip Archive – https://trac.bbpress.org/browser/trunk
Then upload and follow the upgrade steps. It is pretty much stable. You shouldn’t have much problems with it.
Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.
Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.
Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.
bb_apply_wp_role_map_to_orphans();
Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.
bb_apply_wp_role_map_to_orphans();
@DarkWolf.it – Thanks 
Someone has a signature patch in trac, but I’ve asked them to make it a rock solid plugin instead. I’d rather have that be someone people plugin rather than disable.
Topic/reply promotion could be accomplished as a plugin using the post_order attribute which is currently only used by forums for ordering them similar to pages. We may try something similar eventually for the .org support forums, so we definitely see the need for this.
Anyone else have a suggestion? One that is useful?
It’s spam buddy.
You must edit the files:
bb-templateskakumeifront-page.php
bb-templateskakumeiforum.php
if your theme is kakumei, or
bb-templates*your theme name*front-page.php
bb-templates*your theme name*forum.php
if you use a custom theme. Move the table “forumlist” above table “latest”. Try to not mess up with the PHP portion of code cause nasty things can happen.
Anyone else have a suggestion? One that is useful?
It’s spam buddy.
You must edit the files:
bb-templateskakumeifront-page.php
bb-templateskakumeiforum.php
if your theme is kakumei, or
bb-templates*your theme name*front-page.php
bb-templates*your theme name*forum.php
if you use a custom theme. Move the table “forumlist” above table “latest”. Try to not mess up with the PHP portion of code cause nasty things can happen.
Anonymous User 7670885Inactive
@JJJ: really compliments for latest update 
In past i’ve request user signature but i don’t remember if i’ve already asked for topic/post promotion (i think, like vbulletin/ipb, is a good idea to have a way to promote – or move – an article in blog/category/homepage).
Dunno what conflicts this might cause but I modified lines 86-91 of bb-settings.php to:
if ( defined( 'ABSPATH' ) ) {
//$wp_filter = array();
//$wp_actions = array();
//$merged_filters = array();
//$wp_current_filter = array();
}
This prevents wordpress filters and hooks from being removed.
The plugin that isn’t ready yet, John?
…Tease.
The plugin that isn’t ready yet, John?
…Tease.
Well for those interested. Here is how I solved it… Skipped the integration step all together. After install, I defined the cookie path in both config files, regenerated all the unique kees and salts, installed the bbpress plugin for WP integration, entered the settings and role mapping (make sure you do this before saving) I had to redo this b/c I role mapped myself right out and couldn’t get in at first
Well for those interested. Here is how I solved it… Skipped the integration step all together. After install, I defined the cookie path in both config files, regenerated all the unique kees and salts, installed the bbpress plugin for WP integration, entered the settings and role mapping (make sure you do this before saving) I had to redo this b/c I role mapped myself right out and couldn’t get in at first
Awesome the last alpha! This is looking good! Go Fight JJJ and Gautam, good work!
You can checkout a copy (if you know how to do it). The SVN link is on the download page. Otherwise you can get a copy of the alpha version from here – https://trac.bbpress.org/browser/trunk (scroll down and download as Zip Archive). Hope that helps.
You can checkout a copy (if you know how to do it). The SVN link is on the download page. Otherwise you can get a copy of the alpha version from here – https://trac.bbpress.org/browser/trunk (scroll down and download as Zip Archive). Hope that helps.