Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,551 through 51,575 (of 64,431 total)
  • Author
    Search Results
  • #74014
    michael3185
    Member

    Prof; check your info@ email – I’ve added some instructions on fixing your theme image, etc.

    #74025
    michael3185
    Member

    Yep, the idea of a minimal core engine with stable plugin hooks sounds the best way to me too, even as a non-developer.

    Something I’m sure would help is a standard for plugins. I think too many people are put off when the core doesn’t have a function they want, but yippee; there’s a plugin! Then after many hours of frustration, ah crap; this fails too, and here we go with the forum questions again. It also makes the product look bad, even though the plugin developer may not be related to that product in any way.

    A ‘bbPress Certified’ system would give users more confidence, and raise the bar for forum development as the outside world perceives it. I can see that plugin developers work hard to get things right for others, and every eventuality can’t be tested for of course. However, I also know from struggling very hard with different forum packages over the last 6 weeks that there really are no standards, and on a couple of systems people seem to have jumped on the plugin bandwagon because it’s fun and brings kudos. In one case, I found myself delving into posts from as far back as 2005 in an attempt to get something simple working. They have a massive forum, but it’s jam packed with ‘How can I make this work?!’ posts going back years. (bbPress is a gem by comparison, which is why I’m still here).

    Non-programmers see a plugin on a ‘legitimate’ forum and naturally assume it’s going to work properly. Not everyone’s into hacking around, and some have no time or inclination to do so whatsoever, especially working people who want Open Source software but need it to just work out of the box. On the other side of a crucial plugin may sit a very competent programmer with great ideas, but it can just as easily be a school kid who’s learned a bit of php and doesn’t have the experience to make their ideas actually work. There’s no way of knowing, unless they post in an obviously off-putting way. The current user rating system looks good, but is quickly dismissed when two or three 5 star plugins fail.

    Any standard takes time and effort in the background to assess the code others produce, though it sounds like that’s already being done anyway. I submitted a very simple plugin and wondered why it hadn’t appeared on the forum, and another member mentioned that it can take a while for it to be reviewed. If some checks were done for code readability, apparent competence, etc., as well as the checks already being done for maliciousness and obvious bugs, then you’ve got a working standard. If someone submits something your programmers can see is messily written, uses innapropriate function calls, etc., then they get a ‘Sorry, it doesn’t reach our standards’ email. Maybe a Certified bbPress Star System; 1 star – not rated; 2 stars – appears competent, or is excellent but has no admin panel; 3 stars excellent structure and use of core functions, and has admin panel, and so-on. No guarantees, but at least we’d know to go for 3 stars or more, or if you love to play, grab the 1 star and have fun improving it. Kudos for both developers! The user ratings could be left in as an extra, though casual, system.

    It doesn’t really have to be any more labour intensive than at present, and if bbPress and associated systems want to be taken even more seriously in the working world, then standards for plugin development are essential.

    #73993
    johnhiler
    Member

    Wow nicely done johnjamesjacoby!!

    Chrishajer, I think this is the ticket if you’re still interested:

    https://trac.bbpress.org/ticket/1096

    #73992

    This will be fixed with 1.0 of bbPress. Problem is that the get_locale call gets triggered by WordPress when using deep integration.

    I submitted a trac ticket about this a few days (weeks?) ago and talked to Sam via IRC about it. He’s aware of it and it’s on his radar.

    I suspect that checking for deep integration and hooking into the locale filter will be the only way to do it without forcing it through a new bb_get_locale function.

    #73740

    vhosts works fine. Eraticdance, it has to be a mismatch in the paths and cookies somewhere. Might end up to be a trial and error process adding, removing, and modifying your -config.php files, but that’s all I can really suggest as different hosts and setups all require different settings.

    #73879
    bzmillerboy
    Member

    I tried deleting uft8_general_ci from my wp_config.php file and left it blank during the install however now I’m getting the following error.

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Modifying database: bria5519_buddypresstest (localhost)

    >>>>>> Table: bb_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_posts

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_terms

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_relationships

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_taxonomy

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> WordPress address (URL): http://brianandlindsaymiller.com/buddypresstest/

    >>> Blog address (URL): http://brianandlindsaymiller.com/buddypresstest/

    >>> WordPress cookie keys set.

    >>> WordPress “auth” cookie salt set from input.

    >>> WordPress “secure auth” cookie salt set from input.

    >>> WordPress “logged in” cookie salt set from input.

    >>> User database table prefix: wp_

    >>> WordPress MU primary blog ID: 1

    Step 3 – Site settings

    >>> Site name: BuddyPressTestForums

    >>> Site address (URL): http://brianandlindsaymiller.com/buddypresstest/forums/

    >>> From email address: bzmiller@fuse.net

    >>> Key master created

    >>>>>> Username: keymasteradmin

    >>>>>> Email address: bzmiller@fuse.net

    >>>>>> Password:

    >>> Description: Just another bbPress community

    >>> Forum could not be created!

    >>> Making plugin directory at /home/bria5519/public_html/buddypresstest/forums/my-plugins/.

    >>> Making theme directory at /home/bria5519/public_html/buddypresstest/forums/my-templates/.

    >>> Key master email sent

    There were some errors encountered during installation!

    #68943

    In reply to: reCAPTCHA for bbPress

    itissue
    Member

    I tested it out and it sort of works but when I miss just a few characters in the captcha, I still pass the test. It’s only when the thing I type is way off that it works. That’s probably how reCaptcha has it set up though. I guess it should be fine since bots shouldn’t be able to read images. We’ll see. Thanks for taking the time to code it into a plugin though dchest. It’s just what I’ve been looking for.

    It does clash with bbPM though. I’m not sure what it is that’s doing it, but I can’t use both this and bbPM together.

    daniellaf
    Member

    [UPDATE] I have kind of fixed my problem – I logged onto phpMyAdmin and went to wp_usermeta for my admin account and changed the wp_capabilitoes meta_key back to a:1:{s:13:”administrator”;b:1;} from a:1:{s:9:”keymaster”;b:1;}. Now, my BBPress admin of course does not have keymaster privileges, but that’s ok right now. Still haven’t sorted out cookies.

    #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.

Viewing 25 results - 51,551 through 51,575 (of 64,431 total)
Skip to toolbar