Forum Replies Created
-
In reply to: bbPress 2.3.1 now available!
Can you put up the changelog for the update?
In reply to: bbPress 2.3 now available!@hlwinkler Can you try your search ‘OpenEars’ using the Twenty Eleven or Twenty Twelve theme.
I tried it with Twenty Twelve and it worked fine.
In reply to: bbPress 2.3 now available!Hi,
The search bar only appears on the page with the /forums/ slug and it doesn’t return any results for strings known to have hundreds of results. Here are my search results for the string “openears” on my forum about the framework OpenEars:
This is on a site with a Woo theme and WooCommerce FWIW.
In reply to: bbPress 2.2.1Done, upgraded immediately. Everything seems to work fine but i can’t see the theme selector in main settings.. is it normal or is a bug? I’d love to find it back cuz I need to set it back from default theme compat to twentyten
I have the same issue, and in the plugin folder there is no bbp-theme-compat folder after the upgrade.
Thanks Terence! Curious about whether the instructions would be the same for 2.0 and 2.1 though.
Woo’s word on it is that it isn’t a bug, it’s a theming issue for me to fix. This surprises me but I’d like to just work around it at this point.
How do I create a child theme for bbpress 2.1 that lets me address the problem that the forum index, user pages and tag pages are all displayed inside of a blog post excerpt loop with no live links or formatting?
In reply to: bbpress 2.1 erroneous "last updated by" messageCan’t replicate so I will hold off unless I encounter a replicable incident.
In reply to: bbpress 2.1 erroneous "last updated by" messageOK, thanks. The link would make a great addition to this forum’s sidebar .
In reply to: bbpress 2.1 erroneous "last updated by" messageI would, but I don’t even know where to begin looking for a link to it.
In reply to: bbpress 2.1 erroneous "last updated by" messageYeah, it eventually recounted and disappeared, but I think the fact that it shows at all is a bug.
I let them know. To follow up, it also breaks user profile pages: http://www.politepix.com/forums/profile/halle-2/
Hi John,
Thanks very much for the super-quick answer. Yeah, I already hedged and asked them there at the same time since I couldn’t tell whether it was the new bbpress RC or the new Canvas release. I also think Canvas is a little more likely since v5 is a big overhaul — I’ll let them know they can ping you.
In reply to: New update made my forum disappearI had the same result (pretty awful) but I was able to resolve it by going to my WP admin->settings->forums and changing my forum archive slugs and single slug tags to something else and saving, and then changing them all back to the previous settings and saving.
In reply to: Can you make a separate forum for bbpress 2.0x?+1
In reply to: 2.0 RC1: Closing a topic doesn't workMore info: splitting half works in this version. You can first create a new topic manually in the forum, and then split replies into that existing topic. But, if you go with the option to create a new topic purely in the split dialog, that fails and the reply that you clicked “split” for disappears. The new topic you created can be seen in PHPMyAdmin but it isn’t visible in the forum anywhere.
In reply to: 2.0 RC1: Closing a topic doesn't workThank you John, I installed branch and it now excludes subscribers from posting in a closed topic.
BTW, every time I install a new version I need to change the permissions on bbpress/bbp-themes/bbp-twentyten/css/bbpress.css from 600 to 644 after FTPing it up or I have no styles in my forum, maybe a bug or maybe my FTP client but I don’t usually have issues with permissions after uploading.
In reply to: 2.0 RC1: Closing a topic doesn't workIs that bbpress 2.0 RC1? I’ve had two subscriber users post in two different closed topics on my install at http://www.politepix.com/forums/openears
In reply to: bbPress 2.0 – UpdatesHow can I enable forum search on a working 2.0 installation? The site-wide search doesn’t give hits for forums topics or replies.
Here is what I eventually figured out — it would be great if someone would let me know a) if there is an easier way to do this and b) if they see any security issues in here, since I am not a PHP programmer or frequently working with WP or bbpress. Thank you.
This replaces the breadcrumbs block between the comments
/** Current ***********************************************************/
and
/** Finish Up *********************************************************/
in bbp-common-template.php in the neighborhood of lines 1421 to 1428:
/** Current ***********************************************************/
// Add current page to breadcrumb
global $current_user;
get_currentuserinfo();
$bb2custom_user_is_logged_in = 'Welcome '.$current_user->user_login.'. You can log out <a href='.wp_logout_url( get_permalink() ).'>here</a>.';
$bb2custom_user_is_logged_out = "You aren't logged in. <a href=".wp_login_url( get_permalink() ).">Log in here</a> or <a href='http://www.example.com/wp-login.php?action=register'>register</a> if you don't have an account.";
if ( is_user_logged_in() ) {
$bb2custom_loginoutregister = $bb2custom_user_is_logged_in;
} else {
$bb2custom_loginoutregister = $bb2custom_user_is_logged_out;
}
if ( !empty( $include_current ) || empty( $pre_current_text ) )
$breadcrumbs[] = '<span class="bbp-breadcrumb-current">' . $current_text . '</span><p>' .$bb2custom_loginoutregister. '</p>';
/** Finish Up *********************************************************/Most likely because it used your WordPress user tables and not your bbPress ones. So all of your topics and posts technically don’t have user accounts connected to them anymore
Is that an expected result of using the integration tool in 1.0.3?
Oh, I just noticed this:
Since you have two sets of user tables (WordPress/bbPress) there’s no way to automate the merging of them. You’ll either need to do it manually, or pick one set over the other.
I don’t actually care what happens to my WP users TBH — there is only one account attached to all of the blogging and page creation and I can recreate that account (that account’s pages and posts, not so much). Is there anything I can do in this scenario if I don’t care about maintaining my WP users or don’t mind recreating them? I’ll still need to have one WP admin user at the end of it all so I can actually log in, of course.
I guess that would be easier if I could make WP integration work on my existing install, since I’d be able to look at a bbpress database that was already mapped to WP roles. Do you know why my integration attempt resulted in all of my bbpress user accounts being turned into anonymous? There was no error, I just had no more accounts when it completed. They keymaster was also logged out and removed.
Hi John,
Thanks for following up. Can you give me a very granular definition of ‘manually’? You mentioned that in the plugin discussion but it isn’t clear to me at all which parts need to be done manually and via what interface (i.e., am I creating accounts in the WP front end and then running SQL commands on the WP database, or doing something in phpMyAdmin, or?) which is the reason I started a topic for it.
In reply to: bbPress 2.0 – UpdatesGotcha. Any pointers to where I should start reading in order to do the manual labor? Even if I don’t switch over now with the beta, it’s pretty important to me to switch over eventually so I’d like to start that db migration process.
In reply to: bbPress 2.0 – UpdatesThank John. Will I be able to import my users if I first do bbpress/WP integration? Or will that not change the fact that my bbpress users are on the separate bbpress db?