Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,526 through 51,550 (of 64,398 total)
  • Author
    Search Results
  • #74024
    Sam Bauers
    Participant

    The additional queries are probably due to the new taxonomy structure we are using for tags.

    On the upside, you can now use memcached to cache bbPress objects which should give you better performance than 0.9

    I’d be interested to know if the query count was also higher on other pages.

    There is a small amount of code “bloat” because of BackPress abstraction layers, but it’s here to stay. It’s already being utilised in a couple of other projects including GlotPress and there are a few people interested in merging it into WordPress as well. The benefits of using it to the ongoing development of bbPress is becoming clearer all the time.

    As for feature creep, it’s going to be really limited. bbPress is just supposed to do a few things simply and provide enough hooks for plugin and theme devs to add the bells and whistles. That won’t be changing any time soon. Most development over the next few iterations will be concentrating heavily on easing integration with WordPress and making the lives of plugin and theme devs easier.

    #74023
    timskii
    Member

    To put some more detail on the “bloat” thing: I’m comparing databases with identical sets of posts/users, and very similar templates/plugins (I’d hope the 1.0RC code would be better). One setup is 0.9.4/2.5.1, the other 1.0RC/2.7.1.

    With 0.9.4, my forum front page is processed consistently in under 100ms (when repeatedly refreshed). With 1.0, 150-200ms is more typical. For reference a simple 2.5.1 (without wp-cache active) WordPress front page on the same hardware is just under 100ms, 2.7.1 is just over 100ms.

    That’s barely noticeable to the user, who often experiences a few 100ms of latency, and is still more likely to be slowed down waiting for adverts/graphics than the forum software to dispatch the HTML. But it evidently is slower. I don’t have a reliable way to break down that extra processing time… but I’m instinctively drawn to 11 queries vs 45 queries. Probably because those are the only other number I can see!

    daniellaf
    Member

    I’m also having this problem with WordPress 2.7.1 and BBPress 1.0-rc-1 using integrated database and with BBPress in a subdir.

    I’ve had WordPress installed for a while. Installed BBPress 0.9 using Simple Scripts, but it didn’t work, so I deleted the BBPress files. Then I had an “Error establishing a database connection.” Fixed that by restoring my database and making a new admin user for the database.

    Reinstalled using 1.0-rc-1. Now, my WordPress/BBPress admin user can only log into BBPress. When the admin tries to log into WordPress, I get “You do not have sufficient permissions to access this page.” This only affects the admin user. All other users can login. New users can register.

    Logging out of one site logs the user out of the other site, but logging into one site does not log the user into the other site.

    Ideas?!?!??

    raphaelb
    Member

    Using bbPress 0.9 and WordPress 2.7 — when a user tries to perform a password recovery, it’ll accept anything. It doesn’t give an error message if the username doesn’t exist.

    Case study (this actually happened):

    A user “forgot” his password, but it turned out he had actually never registered. So he goes to the password recovery page, enters a username that doesn’t exist, and is then greeted with the default reset password text, saying “An email has been sent to the address we have on file for you.” That text made him expect an email which never came.

    A. Is this something that can be fixed? B. Is this something that should be filed as a bug?

    #14887
    eraticdance
    Member

    Running WordPress 2.7.1, bbPress 1.0-RC.

    I got user integration working, so I can log in WP and be logged in in BP and vice versa. And I can log in as admin for the top-level site, but when I try to go to the dashboard for the any of the sub-blogs, it gives me the WP login screen and doesn’t recognize the password.

    I’m using sub-directories instead of sub-domains, which may or may not be significant.

    #74022
    michael3185
    Member

    Thanks for all the excellent advice. I do like hacking around, but as I need to get a couple of forums up and running I’m best with 0.9.0.4 right now. I think that sticking with it until 1.0 has been well tested – and has the plugins or functionality I need – is the best bet too.

    I’ve spent around six weeks or more trying everything under the sun, until finally settling on bbPress. Mostly, it just works. I don’t think I want to do much more than learn a little php and more css as I go along. I’m remembering that there are people outside this room, and conversation, and beer… Hacking about in the guts of things is interesting and really very addictive, but there’s life out there! Love all you folks for making it possible though, I have to say.

    #14878
    Arturo
    Participant

    i’ve deep integrated bbpress with wpmu, i’ve used the version 0.9.0.4 all is ok but the localization is in english and in italian (my language and wpmu+bbpress localization).

    i’ve opened a ticket for the problem, but is much apreciated an indication to solve this issue.

    there are a patch fo fix this? thanks!

    #74065
    woodlandstar
    Member

    Requires bbPress Version: 0.9.0.2 or higher

    Compatible up to: 0.9.0.2

    I assume this is the reason for the problem…when I installed it..I looked at higher. But I would rather suffer the problem than take it off…user registration is something that I really need to have…I get a lot of people registering from ru….etc.

    #74064
    woodlandstar
    Member

    bbPress

    0.9.0.4

    #74062
    johnhiler
    Member

    Is Approve User Registration the plugin giving you trouble?

    I noticed it’s only listed as compatible up to 0.9.0.2:

    https://bbpress.org/plugins/topic/approve-user-registration/

    What version of bbPress are you using?

    #74013
    michael3185
    Member

    Yes prof; the original Kakumei theme had a bbPress logo there. Look for this in the template’s style.css file;

    #header {

    and add right after it;

    background: url(‘images/my-image.png’) no-repeat bottom right;

    where my-image.png is the image you’ve placed into the theme’s /images folder.

    If the logo looks too far down, change ‘bottom right’ to ‘center right’. You can make the image a png or a gif with a transparent background, though you might find it looks a bit ‘edgy’ against the graduated fill of the header. (That’s why I ditched my own logo, though I’ll spend some time getting it right once everything’s finished).

    One other thing, your username is very long and runs into the post text. I’ve seen a few threads about this kind of thing, as long URLs do it too (though _ck_ I think posted a fix for it). Anyway, I’ve just uploaded a tweaked bbVanilla.zip – just a few things spaced better, and the long names should be cut off. Can’t think of a better way to do it, but try it and I’ll have a look at your site again. There is a file modification which limits the length of usernames when registering, so I’ll have another look for it.

    If you want minor changes in things like font sizes, by the way, just copy the style.css file out of the zip, modify it and FTP into the theme on your server. If it breaks, you can always copy the original back over it.

    [Edit] Found it, and have limited the username to 18 characters, which should fit ok. Theme’s uploaded again.

    #74021

    I started with a WP2.7 blog so I had no choice but to jump into 1.0 land (this was before the workarounds for .9 were found). And I regret nothing. I have few issues (one, really, but I have a trac ticket #1076 and it seems to be a user pagination vs pretty permalinks issue) and the rest… my users have never noticed.

    The current admin experience on trunk is a bit wild :) Some work needs doing, but I like that effort is being made to mimic WP again. I have no issues with the plugins I use (very few plugins) and other than my own stupidity of developing code on a live site, I like 1.0. Will it bloat? Yeah, but since I’m headed down the path of ‘community’ site and will, in all likelihood, end up with BuddyPress one day, I’m not too worried.

    On developer principle of the whole thing, I’m with _ck_ with a caveat.

    If you’re a nerd who likes mucking around with code, who doesn’t mind bleeding edge, who is comfortable with blowing yourself up and cleaning up, you’ll be fine with 1.0. If you KNOW what you’re getting into (that is you’re reading and are aware of and comfortable with everyone’s troubles), then you’re fine. If you just go ‘Yeah yeah SHINY!’ then you’re in for a world of pain with any product. If you’re not a little bit of a developer, if you’re not good with google, if you’re not okay with things breaking weirdly, then stay on 0.9 and you’ll be happier. Heck, we’ll be happier cause we won’t have to help you dig out from a hole you weren’t prepared to be in :)

    Be aware of what you’re getting into with 1.0 and have fun. Or not. Either way works :)

    #74049

    In reply to: Stuck with installing

    I renamed the bbpress folder ‘forum’ and then uploaded it to my server. I had overlooked this important step!

    #73985

    In reply to: Secure Auth?

    dss
    Member

    I’ve got the latest version of WP and BBP

    So that’s BBPress 1.0 rc-1

    and WP 2.7.1

    In my wp-config I have the Secure Auth Key but in the WordPress options.php there’s no “secure auth salt” so i have no idea how to find this and use it for integration.

    #14886
    woodlandstar
    Member

    I seem to spend a lot of time here, but it is the only place I actually do get some answers.

    Problem: Login works ok. And when I first installed bbPress I could close the page, return later and still be logged in. Then I loaded a few plugins. One for registration that does have problems. Well after a few trials of clearing cookies etc. to get the registration working I noticed that I have to login now each time I open the page. Is there some simple correction for this? Like yell at the cookie to stay logged in for at least a day?

    Thanks

    thekmen
    Member

    Try deleting all your cookies or using another browser to log in & see if it lets you.

    #74020
    thekmen
    Member

    I can’t really add to the argument except to say that I never tried any older versions, so downloaded RC1 last week & love it. I only have one issue mentioned in another thread, I can’t get the function bb_new_topic_link();

    to work but have worked around that for the moment using hardcoded links. The function is only used in 3 places so it’s not much of an issue.

    I am using it on a live site for less than a week now – http://xfactor-updates.com/forum/ – its quiet at the moment but will get busy & fully tested in the next few months

    As WordPress 2.8 is due out the door any day with it’s new widget classes, a lot of themes will have to be upgraded to take advantage of the changes so I can see a lot of people leaving WordPress 2.5, 2.72 and so on behind and making the switch to 2.8.

    The sooner bbPress can be fully integrated with WP 2.8 the better in my opinion.

    #74019
    _ck_
    Participant

    bbPress will likely travel the same path as WordPress

    so bloat and uneven internal feature adoption is unavoidable

    but my hope is it will happen in far later versions than sooner.

    I will fondly remember and miss the “good old” 0.9 days :-(

    Note I’m not saying NEVER use 1.0, I’m saying for an active site don’t rush into it and perhaps for any new site, don’t start with it, since it can be upgraded.

    Template developers should not use 1.0 until it has extremely wide adoption as it’s features are not backwards compatible, but any template you make in 0.9 will work in 1.0 with virtually no modifications.

    timskii don’t worry about 1.0 not being debugged enough, even before RC1 it has a 10% adoption:

    1.0a6 : 5%
    1.0 ? : 5% (1.0 using pre-a6)
    0.9.x : 52%
    0.8.x : 35% (this is likely wrong, it includes 0.8 installs that upgraded to 0.9)

    #74018
    johnhiler
    Member

    Great points, timskii!

    One note – it’s now possible to integrate bbPress v.9 with the latest versions of WordPress, using either of the plugins here:

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/

    I share your concerns about bbPress becoming bloated. :-( I hope the platform doesn’t go down that path… that would be the main thing that would eventually drive me off of bbPress.

    #74012

    Thanks. The space before .Com is intentional but don’t know if I like it. It was just ‘English for University’ before.

    Question: could I add a little image in the header in bbpress – just to the right of the title – to jazz it up a bit? Which file would I need to do that in?

    Metzae
    Member

    First of all, thanks for your help so far…

    I can’t use the WP plug-in because I can’t even log in to activate it.

    I’ve also tried the fix-admin-access plugin but it doesn’t work for me. I get administrator access back but not keymaster access (which means I can’t even see the plugins link in the admin panel). I would edit the database directly if I knew what to change the values to, but so far every time I mess with that it just resets me to “member.”

    I tried the freshly baked cookies plug-in, but I don’t know how to make it work. The notes say that I’m supposed to set my LOGGED_IN_SALT and AUTH_SALT, but they’re both in the WP admin options, and since I can’t log in, I can’t find them.

    At this point I’m willing to just uninstall bbPress and wait until a more stable version comes out, but that won’t solve my main problem, which is my inability to log into WordPress. :o(

    #74017
    timskii
    Member

    I’ve been “testing” 1.0 out privately over the last week, primarily by re-writing my custom code and templates, and then working through every user operation (to check both my changes, and the underlying software). So I’ll try and play devil’s advocate to _ck_’s “don’t upgrade!”

    From the user’s perspective, little has changed. The most significant feature to pull out is the use of Display Names. That’s a huge plus on an “international” forum, because users can now set their names to contain non-English characters. And there’s no need to workaround empty display names in WordPress (when a user registers via BBPress).

    Templating is similarly unchanged. About the most significant change is that the contents of tag-form.php can no longer be altered via a template – which was likely never required anyway. Semantically, existing oddities remain (like the profile edit is still a table), and usability can be clunky in places (when you register successfully, there’s a message that tells you to log in, but nothing immediately helpful, like a login screen).

    Plugins very much depends on how deep they go. The only place I stumbled was in user roles, where the underlying code had completely altered. But I’m not using many plugins, and the custom code I had been using, I’d been prepared to rewrite. (Most of it was a mess anyway!) A clear “your mileage may vary” caveat, and particular risk if one doesn’t understand enough programming to work round anything that breaks.

    Technically, 1.0 feels fairly solid. I have found glitches, but nothing worse than some of the 0.9 versions. 1.0 does perform many more database queries. Like 50 on certain pages. Although it is hard for me to assess the load implications without running it on a public site. Integration worked OK as an upgrade, once I’d realised that the upgrade did not automatically add the new cookie-related keys (which needed to be added manually to the existing config files). The whole package feels more “bloated”, but that may be more the fault of WordPress than BBPress. I just hope BBPress doesn’t evolve into the messy, feature-overloaded forum software I had been trying to avoid.

    So, if I was just running BBPress, on balance I’d stick with 0.9, at least until the dust settles on 1.0.

    But. There’s a but.

    If nobody uses 1.0, hardly anyone is debugging it, hardly anything gets fixed, and so on. There’s a danger of putting 1.0 on the shelf, waiting for someone else to finish it, and then wondering why the bugs never get found. So even if you aren’t running it on a live site, it might be useful to try it out privately.

    Rightly or wrongly, WordPress 2.5.1 makes me increasingly nervous: As times goes on, I’m going to find plugins and templates that aren’t designed for that version. And while it is claimed that 2.5.1 has no security flaws, if almost nobody is using it, the chance of any flaw getting found and reported is also low. In contrast, the latest version is sure to get picked apart and patched back up very quickly.

    And then I started to look at BuddyPress, and… I don’t even know if it’s possible to run that on top of 2.5.1. But you can see the way I’m starting to think: An old BBPress is itself rooting me in the past. And while I knew it was unfinished software when I started using it, I had rather assumed it would at least keep pace with WordPress, not get left a year behind.

    So right now, it’s a rather person decision. All other things being equal, I tend to agree with _ck_.

    However, I see a lot of WordPress 2.7+ blogs with phpBB forums hosted alongside. And naturally no integration between them. In the near future, that’s the first big, obvious “market” for BBPress. Yet almost all those people need compatability with the latest WordPress. For us “early adopters” that’s important: Some of those new BBPress users will write plugins and templates, and they won’t bother trying to support outdated code. Once that starts to happen, old 0.9 users will find they are missing out – which will probably be the time for most existing users to upgrade.

    johnhiler
    Member

    Ah those two versions of bbPress and WordPress are not cookie compatible, without some extra plugins. Either of these two should work – one upgrades your bbPress cookie, and the other one downgrades your WordPress cookie.

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/

    Sometimes bbPress will lose keymaster access during reverse integration – try this to fix that:

    https://bbpress.org/plugins/topic/fix-admin-access/

    Metzae
    Member

    Update…

    I just realized that my account isn’t working properly on either site. I can log into bbPress but now I don’t have full. I wanted to install a plugin but there’s no option to do so (even though there was one a few minutes ago). It says I’m listed as an Administrator, but not the Key Master.

    I checked phpMyAdmin and these seem to be the most relevant fields…

    dharmaguild_capabilities a:1:{s:13:”administrator”;b:1;}

    dharmaguild_user_level 10

    Metzae
    Member

    bbPress 0.9.0.4

    WordPress 2.7.1

    I just followed the automated installer to integrate the two. At first I had issues because I’d mistakenly installed WordPress in the wrong database. So, I wiped the bbPress from my database, exported/imported the WP information to the correct database, made sure WP was working properly, then installed bbPress again. Everything worked fine for bbPress (and it still does) but now WP isn’t working.

    I checked the forums a bit and looked at my database using phpMyAdmin to see if there was some setting on my user name that had been tweaked, but honestly I don’t know it well enough to tell at a glance if it’s okay. But, like I said, bbPress is working fine and the *front end* of WordPress is working fine…just not the users.

Viewing 25 results - 51,526 through 51,550 (of 64,398 total)
Skip to toolbar