Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 51,476 through 51,500 (of 64,396 total)
  • Author
    Search Results
  • #74033

    Simply calling plugins ‘bbPress Certified’ will make the world assume that those behind bbPress are an authority who have the power to authorise things.

    I think you’re going at this the wrong way. WordPress doesn’t do this, and frankly if such an effort was to come down upon our fair bbsoftware, it would HAVE to come from the Big Brother that is Automattic if it was going to stick at all. Is it a good idea? Yeah, but it feels almost contrarywise to the tenents of open source. That may just be me, and I’ll need to re-read the GPLs for WP and BB. Either way, it does end up being a weird feeling to think that someone has review plugins. It’s going to be work, no matter what, and much like the recent themes switch (where paid themes got the boot) someone’s going to get pissed off… Meh. I like the idea, I worry about implementation.

    #74119
    johnhiler
    Member

    Yah, chrishajer nailed it!

    One of the weirdest adjustments for me using bbPress was figuring out the difference between posts and topics:

    * A topic is what bbPress calls the entire thread/discussion.

    * A post is what bbPress calls each individual piece of content in the topic – whether it be the first post creating the thread, or a comment on it.

    So for example, a newly created thread would count as one topic and one post. If someone comments on it, then it becomes one topic with two posts.

    If you ever want to calculate the number of comments per topic, you have to subtract out the first post from the number of posts. So for example, suppose a thread/topic had 12 posts. That actually means that it has one post that started it off, and 11 comments.

    At least, that’s how I parse all of this! Good luck with the translations!

    #14907
    timskii
    Member

    Sometimes I end up digging new users out of the spam queue, who have done nothing more than post half a dozen links to one of several topic-related websites. Akismet gets them, even though I know the domain they are linking to is entirely legitimate in the context of the forum. This is a specific problem for new users, so creating a filter based on user role or posting history does not solve the problem.

    I’ve started looking at whitelisting domains within links: A link to a whitelisted domain will always be considered legitimate, regardless of the number of links, or proportion of the post containing links.

    The BBPress plugin does not support this. Probably because the Akismet API doesn’t appear to support it: One submits the whole post content as comment_content, and waits for a result. No white-listing options I could see.

    The crudest possible solution is to hack an escape clause into bb_ksd_check_post(), which simply says “if post content contains a whitelisted domain reference, skip Akismet”. Works right up until the point at which the spammer sees the pattern…

    My next idea was to extract all the whitelisted links from the content, send the rest to Akismet, and then put the links back into whatever is sent back. Somehow. Simplest method was probably converting whitelisted anchors into comments, but I’m not sure that Akismet will step over comments. Does it?

    Or I could just disable Akismet and find another solution.

    So, I thought I’d ask here, if anyone has a clever way to whitelist certain domains?

    #74141

    In reply to: Am I a bozo?

    michael3185
    Member

    Yeah, I was a bozo the other day due to including a URL. I’m still a bozo today, though not in the eyes of bbPress. :)

    #74118
    chrishajer
    Participant

    Here’s my take on it, but I’m no guru.

    • A topic is a collection of posts.
    • A post is a single entry related to a topic. A post is also referred to as a reply.
    • A discussion is a topic (I believe the two are synonymous.)
    • A thread on some boards is a topic on bbPress.
    • A forum is a collection of topics related to a subject.
    • A bbPress installation can be a group of forums.

    Greg
    Participant

    I have searched (and searched) to no avail for a solution to this seemingly trivial issue. I may be missing something simple.

    What I want to do is log out from an integrated bbPress (RC1) and WPMU (2.7.1 with BP 1.0) installation from within bbPress. The BuddyPress.org forum appears to do exactly this.

    What is stopping me is that I can’t generate the WPMU nonce value in order to assemble the logout URL.

    (bb_create_nonce() generates a different value, as one would expect)

    So I have two questions:

    1. Is there any way to do this *without* deep integration?

    2. If not, how do I achieve this *with* deep integration?

    Any help much appreciated. I’m tearing my hair out on this one.

    #74139

    In reply to: Am I a bozo?

    Greg
    Participant

    Thanks Ipstenu. I just reposted that topic and once again it doesn’t appear unless I’m logged in.

    The topic is: “Sharing the nonce value with WPMU”. I’m trying to figure out how to call WP logout from within bbPress.

    #14904
    Greg
    Participant

    I have searched (and searched) to no avail for a solution to this seemingly trivial issue. I may be missing something simple.

    What I want to do is log out from an integrated bbPress (RC1) and WPMU (2.7.1 with BP 1.0) installation from within bbPress. The BuddyPress.org forum appears to do exactly this.

    What is stopping me is that I can’t generate the WPMU nonce value in order to assemble the logout URL, that is, I need the NONCEVALUE for…

    http://mysite.com/wp-login.php?action=logout&redirect_to=http://mysite.com&_wpnonce=NONCEVALUE

    (bb_create_nonce() generates a different value, as one would expect)

    So I have two questions:

    1. Is there any way to do this *without* deep integration?

    2. If not, how do I achieve this *with* deep integration?

    Any help much appreciated. I’m tearing my hair out on this one.

    #14903

    Topic: Am I a bozo?

    in forum Installation
    Greg
    Participant

    Last night I posted here for the first time with my BuddyPress.org username. I can see the post if I am logged in, but not if I’m logged out. It think this is consistent with being assigned the bozo bit in bbPress.

    Also, my profile said that the post in question was a reply, where I had clearly started the topic. It said I had started no topics.

    On the BuddyPress side, my posts appear both when I am logged in and when I’m not, so I don’t seem to be a bozo on that side.

    Am I really a bozo?

    #14901
    aajkaal
    Member

    I completed Step 2 (WordPress integration) successfully. On step 3, I hit Complete Installation and I receive a blank screen. So I change permission on bbpress directory to 777. Now I am back on Step 1. Step 2 with the same values as I gave earlier now fails. So I skip step 2. Fill up step 3 and hit Complete Installation and I receive a blank screen again.

    Arturo
    Participant

    hi, i’ve a deep-integration, wpmu 2.7.1 + bp 1.0 +bbpress latest trunk i’ve created a theme and integrated it in bbpress, i’ve added wp_head() and wp_footer() to show the buddybar (buddypress admin bar) but the buddybar doesn’t show… i’ve tested the same theme with bbpress 0.9.0.4 and the buddybar is shown without problem.

    any idea to fix this problem? thanks for the reply

    #14899
    mr_swede
    Member

    I’ve started to translate bbPress into Swedish, using existing translations from previous versions (pre 0.9.0.3) and found that it is more difficult than expected to find exact translations for some very commonly used forum keywords.

    The fact that I’ve been on the web since Mosaic 0.9 did – surprisingly not – make this easier…I’ve searched the web but couldn’t find any generic definitions of these words that tell the actual difference between i.e a post, a discussion and a thread. And what also surprises me is that not any translators (or regular forum members) seem to have asked this before.

    • topic
    • post
    • discussion
    • (thread)

    I’d appreciate if you (bbPress) forum gurus could clearly define what is actually meant with each keyword above. I included the keyword “thread”, although it isn’t used in bbPress.

    I realize that a the keywords represent a certain generic forum hierarchy but the definitions would really help me out to finish off the work I’ve started.

    #73987

    In reply to: Secure Auth?

    timskii
    Member

    If you upgraded WordPress, the wp-config file may not contain all the keys. Generate them here, and add them to WP. The first 3 of the WP keys are them added to BBPress (via the admin screen):

    • WordPress “auth” cookie salt = AUTH_KEY
    • WordPress “secure auth” cookie salt = SECURE_AUTH_KEY
    • WordPress “logged in” cookie salt = LOGGED_IN_KEY

    #74032
    timskii
    Member

    To clarify my optimization comment slightly:

    It may be optimized for memcached, since all those individual pieces of user information rarely change, so all those queries will fall straight to the memory, which becomes ruthlessly efficient. If all the information used on each page is queried together, memcached would fill up with page-specific results, rather than user-specific results: So many individual queries is logically more efficient if you are caching the results of those queries.

    There is some logic in this: The structure still works reasonably well on smaller (often shared) setups, where caching can be technically difficult to implement. However BBPress is aiming to support large scale deployment, which is almost inevitably going to mean the use of caching. If you can only write the code optimally for one of those users, optimizing it for someone that can save whole machines in the process, is sensible.

    #74031
    michael3185
    Member

    Yes johnhiler! But without much extra work.

    (My ‘Holy Cow inefficiency’ rant was fueled by a late night and beer – I finally got out of the house).

    bbPress, and WordPress, need some standards for plugins. Think about it. I know there’s no perfect analogy, but let’s imagine it’s a car. Ford decide to release a twenty-first century car, and it’s damned cool. It has a chassis, steering, wheels and an engine, but everything else is bolt-on. You get to choose how it looks and works. Some people bolt on an aerodynamic shell and a blower, and achieve speeds in excess of 150mph. Others bolt on a big shell and wheels, and lots of seats to carry their kids around. Everyone has a hundred other options. Cool! However, anything you want to bolt on has either a) to be ratified by Ford, or b) noted as a user bolt-on from elsewhere. Ford has a main site/blog/forum where you can see authorised bolt-ons working and links to where to get them, but there are a thousand sites/blogs/forums where you can get ‘unauthorised’ bolt-ons. The world is, as Douglas Adams said, any mollusc you like. But at least you know the Ford authorised bolt-ons are going to work, because they’ve tried them, and all the screws fit the right holes.

    Sam and other core developers need to do something similar. Set some standards. Many existing plugins may adhere to those standards already. Many won’t. They should do it across all systems they’ve created. They tell the world that these new standards exist, and that they’ve set a benchmark. The world reports that bbPress/WordPress has set standards other forums haven’t. They don’t need to do much more work, but lickety-split, they’re an authority in the blog/forum world.

    When that happens – and it had better happen if the developers want to be taken seriously – users will do a few simple things. They’ll download and install, grab some certified plugins, and go. Sites will appear all over the world with comments like, “I clicked a couple of links, sent the package to my server, added a few certified plugins, and YAY!”

    That’s what you folks developing the core of bbPress/Wordpress want.

    Isn’t it?

    arandomdan
    Member

    I’m running WP 2.7.1 and bbPress Version 1.0-rc-1 on localhost. WP has been installed to /3dd/ and I installed bbPress to /3dd/bbpress/ today and have done all the proper steps for syncing in the bbPress admin.

    I have added the following code to bb-config.php:

    require(BB_PATH . '../wp-blog-header.php');<br />
    define('WP_AUTH_COOKIE_VERSION', 1);<br />
    $bb->bb_xmlrpc_allow_user_switching = true;

    I can login to both WP and bbPress with my WP user account (yay!), but <b>the problem is that WP doesn’t know when I logged in to bbPress and vice versa</b> (i.e. when I am logged into WP, bbPress still shows the login form). In addition, <b>when I login to bbPress, WP logs me out; and when I login to WP, I am no longer logged in on bbPress</b>. I have cleared my cookies many times and tried it in both IE and Firefox, same result.

    Together, WP and bbPress create the following cookies (aside from the wp-settings and test cookies):

    Domain                  Cookie name<br />
    /3dd/ wordpress_logged_in_*<br />
    /3dd/wp-admin wordpress_*<br />
    /3dd/wp-content/plugins wordpress_*<br />
    /3dd/bbpress/bb-admin wordpress_*<br />
    /3dd/bbpress/bb-plugins wordpress_*<br />
    /3dd/bbpress/my-plugins wordpress_*<br />
    /3dd wordpress_logged_in_*<br />

    I believe the last 4 are created by bbPress and it should be noted that there is no trailing slash on the wordpress_logged_in_* cookie path.

    Does anyone know what the problem might be?

    #74107

    In reply to: Moderate User Register

    johnhiler
    Member
    #14895
    Greg
    Participant

    I have searched (and searched) to no avail for a solution to this seemingly trivial issue. I may be missing something simple.

    What I want to do is log out from an integrated bbPress (RC1) and WPMU (2.7.1 with BP 1.0) installation from within bbPress. The BuddyPress.org forum appears to do exactly this.

    What is stopping me is that I can’t generate the WPMU nonce value in order to assemble the logout URL, that is, I need the NONCEVALUE for…

    http://mysite.com/wp-login.php?action=logout&redirect_to=http://mysite.com&_wpnonce=NONCEVALUE

    (bb_create_nonce() generates a different value, as one would expect)

    So I have two questions:

    1. Is there any way to do this *without* deep integration?

    2. If not, how do I achieve this *with* deep integration?

    Any help much appreciated. I’m tearing my hair out on this one.

    #74030
    johnhiler
    Member

    Trying to grok the vision here… bbPress would have a top-down certification model, where someone would audit the code of all plugins and do testing to certify that the plugins work in various bbPress versions?

    #74029
    michael3185
    Member

    Aha. Then Go sambauers, Go sambauers, Go sambauers – YAY! (Pretty girls doing athletic stuff here. Well, it can’t hurt, can it?)

    If Sam’s the man, then listen up Sam. Standards for plugins are essential. Really. Essential. Yep, really essential. Can’t say it enough. I’ll say it again: If bbPress and associated systems want to be taken seriously in the working world, then standards for plugin development are absolutely essential. Really, absolutely, and any other words that mean really and absolutely.

    Leave the rest of the ‘bb developers’ behind. Simply calling plugins ‘bbPress Certified’ will make the world assume that those behind bbPress are an authority who have the power to authorise things. M$ did it, and millions of people believe in them. Do it Sam, and you’ll quickly become an authority. People will believe in you, and plugin coders will soon learn to adhere to your standards. In fact, they’ll have to. Those who produce cool ideas but crap code, or cool code but no admin settings so users have to hack (and can’t or don’t want to), will become a thing of the past.

    Those of us who aren’t programmers will be able to download and use certified plugins that do what bbPress core does: just click and go. Think of the kudos. Think of the subscriptions. Think of the write-ups in The Times, etc. bbPress: click, go.

    daniellaf
    Member

    [UPDATE] I fixed my problem by uninstalling my bbpress and rolling back my wp database to an earlier version and then just installing again. Install works fine now. I think where I went wrong was changing the bb_ prefix to wp_ and not including define(‘WP_AUTH_COOKIE_VERSION’, 1); in bbconfig!

    #74028
    johnhiler
    Member

    @Michael3185 – sambauers (see above) is one of the main authors of bbPress.

    I’m sure there will be a lot of optimization as 1.0 gets closer to release…

    johnhiler
    Member
    #74027
    michael3185
    Member

    Holy cow. You know what I said about plugin programmers maybe not knowing what they’re doing..? Re-reading, I do wonder…

    If all this inefficiency is real, then who’s writing the core code, and are they truly competent..? I would hope that those who construct a system like bbPress have some professional training behind them. If not, then perhaps we’re back into school kid land…

    johnhiler
    Member

    Ah we’ve had people report the “39 year” problem before in other contexts:

    https://bbpress.org/forums/topic/1970-issue

    That time, it was resolved by changing something in the template… maybe it’s something similar?

    ps If not, is this the plugin you’re to display Last Activity and Total Time Online? Any clues on how you’ve configured it would be helpful in digging into the issue!

    https://bbpress.org/plugins/topic/members-online/

Viewing 25 results - 51,476 through 51,500 (of 64,396 total)
Skip to toolbar