Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,901 through 45,925 (of 64,519 total)
  • Author
    Search Results
  • #63255
    mzimmers
    Member

    Now, for something really cool…is there some magic php code that will let us test for whether we’re executing bbpress or wordpress, and make this function call conditional? Like:

    if (we’re under the wordpress directory)

    get_bloginfo(etc)

    else if (we’re under the bbpress directory)

    bb_get_option(etc)

    end if

    This would be extremely helpful in developing robust modules that are used by both wp and bbpress.

    Thanks!

    #81843
    chrishajer
    Participant

    I’m just posting the information in case someone can pick out the signs of life there. Those are the only places I know to go for information. The blog here was never a source for much information. The bbdev mailing list used to be useful, but nothing much happened there since Nov. You can look at closed tickets in trac, and you can look at the code being committed. If there is any other place to get information, please post it.

    Based on all those things, there’s not much happening with bbPress, to answer the initial question.

    #81842
    bingsterloot
    Member

    @ Gautam

    This was [sarcasm]Well i’ll leave it there, i’m sure i’ll be told to relax soon enough[/sarcasm]. I know it´s not all good in here ;O)

    #84698
    roamfox
    Member

    I have resolved it . My client upload two copies of one plugin that the plugins conflicts with itself .

    Any way , Thanks for your help

    #81841
    Gautam
    Member

    @bingsterloot

    It’s not. No IRC meetups since 2 weeks, no looking upon the tickets in the trac, no major commits in the past recent days!

    #81840
    bingsterloot
    Member

    @ kevinjohngallagher

    Relax, it´s all good ;O)

    #81839

    Without “concern trolling”, the major issue i have with BBpress is that we have no idea what’s going on most of the time. When we asked what was going on, we were told to read the blog. When the blog goes quiet, we’re told to read the chat logs directly. Now they’ve gone quiet and now we’re told to look at the code being submited.

    It’s really lovely of Chrishajer to post these links, and it’s very insightful (thank you chris), but its also a bit of a nightmare for us not knowing what’s going on.

    Far too many useful bits of information, or worse – announcements, are made halfway down random conversations. BBpress being a WP plugin, was thrown in to an IRC chat via Matt. Obviously, we’re still waiting for that to be posted on the forum, or given it’s own blog post etc. (only been 6 weeks Kev, calm down, only been 6 weeks).

    Look, i’m not moaning, really, i’m having a great day here, but in my opinion there were some issues that plagued Sam’s time here, and i had hoped that some of these were being resolved. Communication is a big one. I wrote in my post: How to help us, help BBpress… last January that the Wizard of Oz treatment was getting us nowhere.

    Well i’ll leave it there, i’m sure i’ll be told to relax soon enough.

    #84662

    In reply to: BBPress Auto Login

    pratikom
    Member

    Hi

    Use this one for BBpress

    require(‘bbpress/bb-load.php’);

    $user = bb_login( @$_POST, @$_POST, ” );

    #33062
    Marius-
    Member

    Making an own background in BBpress is not as easy as it sounds.

    I have an image that is locked in the bottom right corner. But it wont show until I place this div in the right file:

    <div id=”michael-j-pic”></div>

    This needs to be in the body of the index file. It has to be in the wrapper, and in firebug, it looks like this:

    http://img442.imageshack.us/img442/5281/bilde4e.png

    See? Between Body-id and Wrapper. But which file is this?

    #84697
    roamfox
    Member

    I have tried to access the log and there is no error log on this issue .

    The programm exit noramlly ,just output nothing

    I have tried to echo chars at the botom of the bb-config.php and the chars has been output with out any problem

    Thank you , any help is apprecitated :-)

    #84777
    Gautam
    Member

    Here is a patch posted by me to mass-delete users, you may use it – https://trac.bbpress.org/ticket/1202

    #84696
    roamfox
    Member

    I have tried to add the require at the second right afer <?php

    here it is

    <?php

    require(‘../wp/wp-blog-header.php’);

    /**

    * The base configurations of bbPress.

    *

    * This file has the following configurations: MySQL settings, Table Prefix,

    * Secret Keys and bbPress Language. You can get the MySQL settings from your

    * web host.

    *

    * This file is used by the installer during installation.

    *

    * @package bbPress

    */

    I also tried the last line , neither of them works :-(

    #75820

    In reply to: Auto Login

    pratikom
    Member

    Hi sanraj,

    Just put the following code into your login action and give the right path for the bb-load.php file and enjoy :)

    Here is script:-

    require(‘bbpress/bb-load.php’);

    $user = bb_login( @$_POST, @$_POST, ” );

    #33066
    incirus
    Member

    I want to add a new field into profile page.

    I figured that out how to add a new field via functions.bb-core.php but I couldnt find how to add a textarea.

    I integrated WP and bbPress and I need to show the biography of the user on their profile page.

    #84790

    In reply to: Outgoing links in post

    chrishajer
    Participant
    #81838
    chrishajer
    Participant

    I meant to post this link as well. You can see the code that’s been checked in by browsing the revisions.

    https://trac.bbpress.org/log/trunk?rev=2401

    There was a big chunk of time where nothing was committed from revision 2377 on 24 Sept 2009 until 2382 on 22 December 2009. Here’s all the code committed since sambauers left.

    https://trac.bbpress.org/changeset?old=2401%40trunk&new=2377%40trunk

    #81837
    Darfuria
    Member

    I think the only reason people are hanging on is because the vast majority of us are aware of the beauty of WordPress, and we’re convinced that bbPress can become a similar product – unfortunately there isn’t an existing piece of software that’s like the WordPress of forums. There isn’t a piece of software that has a simple core, that allows you to write an index.php file with ‘if has threads while has threads the thread’, and that is exactly what bbPress needs to become. I’m not bothered if it becomes a WordPress plugin, because WordPress isn’t really a lot of hassle to install, and I already know how to make a WordPress theme. I just want it to hurry up. I’m tired of working with phpBB3.

    #80399
    Visser Labs
    Member

    Bump: To add support to an important issue by bringing it to the front of the discussion forum and reiterating the comments above with no added value.

    Deep integration with WordPress may not have been the intention of the BBpress developers but there is demand for it, and that will only continue to grow as the WordPress userbase grows. The fact that “most” deep integration works – be that intentionally through the efforts of the BBpress team or unintentionally by luck of BBpress’s coding structure – gives the assumption that popular WordPress Plugins that don’t work will in time… PageMash is an example of a bread and butter Plugin for commercial/professional WordPress sites.

    Out of curiosity how many users in this community have been introduced to BBpress through WordPress, I’m sure it would be available through a poll or in the referral logs for this site.

    (I hope you liked my personal definition of bump, I’m a kitten killer)

    #84774
    Marius-
    Member

    Chrishajer, what you mean just delete him in the admin?

    There is no way to delete users in bbpress.

    Not without mass delete plugin, which i had to delete, because it screwed up my forum.

    #81836
    chrishajer
    Participant

    There have not been any meetups in the past couple weeks. No sense talking about what needs to be done.

    not too encouraging to see nothing here since Nov: http://comox.textdrive.com/pipermail/bbdev/

    #84042
    chrishajer
    Participant

    bbPress is not a plugin for WordPress, so it should not be in wp-content/plugins and needs to be installed all on it’s own. It’s a separate software package.

    #84706

    In reply to: Plugins You Want !!!

    johnhiler
    Member

    hpguru – I’m guessing you’ve tried this already?

    https://bbpress.org/plugins/topic/report-post/

    This is another option:

    https://bbpress.org/plugins/topic/bbpress-moderation-suite/

    #80398

    Don’t you just love people that say “Bump” and dont add anything to the conversation?

    I also love it when it’s their only post on the forum ever – way to give back :)

    Deep integration is not supported by automattic, and apparently was never the intention of the BBpress developers. To that end, getting BBpress with a WP “deep integration”, to then call WP plugins is never going to be something that’s going to get any development time or priority.

    I think this is a shame because we could make use of WP plugins that we’re effectively replicating in BBpress, but we shouldn’t be reliant on plugins for layout.

    That said, i wonder if anyone has testing creating a call to a plugin function from inside an added function in the your WP’s theme’s functions.php file?

    To reiterate though, try and avoid WP plugins for theming. What will happen if there is a WP upgrade that breaks the theme?

    Also, every time someone bumps a thread, God kills a kitten. Please think of the kittens.

    #84772
    Gautam
    Member

    There are many bots like this (made in VB, etc.) which stops when they see a captcha (or math problem or a clickcha), waits for the user to enter/click that and then it does the rest. A more reliable way to be to install Project Honey Pot for bbPress plugin by Ben (though that also blocks the admin sometimes).

    Marius-
    Member

    How is this possible?

    I have had Human Test installed, and managed to keep spambots out.

    The Mass Delete plugin caused trouble to my bbpress, so I deleted that, but still a spambot managed to register. How can I remove him now?

Viewing 25 results - 45,901 through 45,925 (of 64,519 total)
Skip to toolbar