Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 46,301 through 46,325 (of 64,511 total)
  • Author
    Search Results
  • #83266
    johnhiler
    Member

    Yah same here… looks like the bug is still unpatched:

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

    #83265
    Olaf Lederer
    Participant

    Today I got the second mail with 100 spam links because I was subscribed to one or more topics.

    It seems that akismeth has blocked the post here at the forum but not for the subscribers.

    I’m sure that this way the mail from bbpress is marked as spam (by gmail) sooner or later

    #82028

    In reply to: New Theme For BBPress

    Michael
    Participant

    arpowers: Your theme(s) will get very popular if you make them BuddyPress ready. I, for one, will definitely buy your StationPro theme-set for my community site, Dev:station.

    The whole idea for me is to have a blog, common forums, user forums, and member interaction zones (BuddyPress). I think your theme will bring it through just perfectly.

    One suggestion by the way: I see the line-height for the tag cloud is to small, thus making each line overlap. Personally, I think it degrades the theme. Even if you don’t fix it; I will buy it when the time comes.

    Nice work.

    :)

    #32829

    Topic: empty background

    in forum Installation
    ipunkbali
    Member

    I finally embedded bbpress into my wordpress theme, but the background is kinda transparent or gone. Can anyone help?

    http://www.justinbieberzone.com/forums

    i was using this tutorial http://tinsology.net/2009/05/seamless-wordpress-bbpress-integration/

    thanks

    #83970
    Raize
    Member

    From a management perspective, vBulletin has tons more functionality and control over the forum. Ironically, I integrated a vBulletin forum with WordPress last week and it took about the same time/work as integrating bbPress (it’s basically just a wordpress plugin).

    If all you want is a “light” forum then bbpress is definitely the way to go, because vBulletin can feel quite heavy sometimes, especially if you don’t benefit from all the features (attaching files is built in).

    chrishajer
    Participant

    It’s easiest to just use the same database that you use for WordPress. It makes things easier when you go to integrate the two. Just be certain the table prefixes are unique for bbPress and WordPress. WordPress uses wp_ and bbPress uses bb_ by default, so if you don’t change them you will be fine. You do NOT want to install bbPress using a wp_ table prefix. Bad things will happen.

    #83969
    chrishajer
    Participant

    What do you want to track about users posts? What sort of tracking?

    And what type of content do you want users to be able to upload? I know of ways to embed video, embed images (both those are hosted somewhere else) and then there is bb Attachments to allow people to actually upload content onto your server. it was incompatible with 1.0 (the latest version) but I think that’s been fixed now.

    http://gaut.am/2010/01/bb-attachments-plugin-fixed/

    #32828
    ipunkbali
    Member

    i Read somewhere

    “In order to do it, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).”

    Where do I exactly insert this code in wp-config.php file?: require_once(‘path/to/wp-blog-header.php’); ??

    This is what i see in my wp-config.php file. Thanks

    <?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

    */

    // ** MySQL settings – You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘metroadv’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘metroadv’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ‘xxxxxx’ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘localhost’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * @since 1.0

    */

    define( ‘BB_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_SECURE_AUTH_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_LOGGED_IN_KEY’, ‘put your unique phrase here’ );

    define( ‘BB_NONCE_KEY’, ‘put your unique phrase here’ );

    /**#@-*/

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    #32827
    RCHR
    Member

    I need to add a forum to my site, and I am narrowing down which software to use. bbPress would offer the easiest integration into my site, but I need to know how much ability I have over tracking users posts and if there is an ability to have user uploadable content.

    Regards,

    Sean

    semir
    Member

    I have more information for my lasts post :

    I have checked my log and I found this error:

    [Wed Jan 13 21:43:51 2010] [error] [****] PHP Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/httpd/*****/subdomains/forum/bb-config-path.php) is not within the allowed path(s): (/home/httpd/vhosts/******/subdomains/forum/httpdocs:/tmp) in /home/httpd/vhosts/*****/subdomains/forum/httpdocs/bb-load.php on line 141

    #83931
    paulhawke
    Member

    The following plugins are mine, and I know they work with 1.0.2

    #83944
    arpowers
    Member

    I agree, good well thought out post.

    If someone gets on bbPress development full-time, then most of the issues will work themselves out.

    I think whatever the case, we need to get WP plugins working in bbPress pronto.

    Andrew // PageLines.com

    #83789
    arpowers
    Member

    definitely a cool site.

    #82026

    In reply to: New Theme For BBPress

    arpowers
    Member

    Not sure about BuddyPress yet, we haven’t tested it.

    Haven’t quite decided if BuddyPress is something we should think about in our devel0pment. (how widely used is it?)

    #32644
    semir
    Member

    Hi,

    I am a new user…

    I downloaded bb Attachments and installed on bbPress 1.0.2. I have tried to modify the path for “bb-attachments” (upload) folder but without success …

    I modify the bb-attachments.php on the line 75:

    $bb_attachments=dirname($_SERVER).”../../private/bb-attachments/”;

    And of course I changed the write permission of this folder but I can not upload files I have only a message with “failure”.

    Have any suggestion ? Thanks

    (I hope you understand my English)

    #83930
    Fernando Tellado
    Participant

    I have all these plugins working fine in 1.0.2

    #81823
    michayu
    Member

    @grassrootspa

    There’is a lot of cons&pros.

    The decision makers must keep in mind all the WP/BB/BP community interests.

    #32823

    I’m really confused. I’ve read the IRC chat meetings (not sure why it took 13 days to post them but anyway), and I have to say that I’m really confused.

    Right off the bat I hold my hands up to very little development outside of customising WordPress and writing BBpress plugins in the last 2 years, so this is all from a Project Management / BA perspective.

    • Your 3 biggest tags from posts are: WordPress, Integration, Plugin.
    • Every week, you have more posts on WordPress integrations thatn any other single topic.
    • You advertise as one of your key features “wordpress integration”.
    • You hold a poll to see what features people want, “wordpress integration” tops it. Infact it wins with 50% of the votes, or 520% more votes than its nearest competitor.

    Now, seems to me, that the top priority in terms of new features, documentation and communication should be fairly obvious.

    [21:28 GMT] <photomatt> 1. bug fixes

    [21:29 GMT] <photomatt> 2. email notification

    [21:29 GMT] <photomatt> 3. anon comments from filosofo

    And obviously that’s… Email notifications? No… wait… Anonymous Comments?

    =============================================

    From a Project Management standpoint, here’s the problem:

    • BBpress0.9 has both of these features as working plugins. But it cant integrate with WordPress.
    • BBpress1.0.2 doesn’t have these features, but can integate with WordPress. (Can anyone confirm that 1.0.2 integrates with 2.9.1 out of the box? – I can’t get it to work)
    • So now we’re working on BBpress1.1 which will have these 2 very important features working but may or may not integrate with WordPress.

    If BBpress 1.1 doesn’t integrate with WP2.9.1 (or the latest point release at the time of BBpress1.1’s release) or heaven forbid WordPress 3.0… then it’s exactly the same position as BBpress0.9 – just two years down the line and with less plugins working. We’ll have features we had 2 years ago and still not be able to integrate BBpress and WP. All we’ll have done is move 2 plugins into the core – and that’s really all we’ll have done in 2 years.

    I’m not quite sure if this analogy fits across the world but in PMI terms (and I think Prince2 if you’re a European like myself) this is called “building a House on Sand”. Adding a turret aint going to help when the tide comes in (or a new version of WP is released).

    =============================================

    If I move this away from features a minute (as everyone wants different features and I want to make this an abstract point not a specific one).

    When will BBpress1.1 be ready?

    I’m not looking for an exact date, we all know that’s impossible for any project like this, but roughly when will it be ready – any good PM knows this.

    If there’s no bugs, and email subscription is working, that leaves Anonymous Comments to convert, +testing + release etc. Either way, I’m sure Matt has a rough idea in his head about how long until 1.1, even if it’s a ballpark figure. (Matt, im not expecting you to give us even a rough date as people will only keep you to it, and that’s not the sort of pressure you need right now/at all).

    So, when is WordPress 3.0 coming out? What is the likely-hood, given both WP and BBpress’ history, that any existing integration will no longer work with WP3.0? Would it be too pessimistic to think its at least 50/50 that it’ll break?Is it too optomistic to think its 100% likely to work first time?

    If we take the best case scenario, that BBpress1.0.2 works seamlessly with WP2.8, WP2.9 & WP3.0 and that BBpress1.1 works seamlessly with WP2.9 & WP3.0 – what’s going to happen to BBpress once we hit 1.1? Matt’s the sole developer, and there’s no way he’s not going to be involved in some format in WP3.0 not to mention all the WordPress Camps and the usual stuff.

    It either means that BBpress gets handed over to someone else (again), or there’s a large amount of time between BBpress 1.1 and BBpress1.2 as WP3.0 has to be developed and released in between them. Given that BBpress1.1 is effectively cosmetic (2 features with used to work now working again), are we seriously looking at over a year between releases with new functionality?

    And that’s the best case scenario!

    Even if BBpress 1.1 does integrate nicely with 2.9, what if it doesn’t integrate with WP3.0? Are we going to get a patch or a plugin for BBpress 1.1 to make it work with WP3.0 if it doesn’t integrate? Will BBpress integration be Matt’s priority once WP3.0 comes out, given that 1) heck its not a priority now and 2) the plan is to make BBpress a Canonical Plugin from 1.2(-ish) ?

    [21:26 GMT] <photomatt> bbPress will definitely be a WP plugin

    [21:26 GMT] <photomatt> but don’t want to change the data structure decision until 1.2-ish

    No, if BBpress 1.02 or BBpress1.1 don’t integrate with WP2.9 or WP3.0 is Matt or Automattic (cos i’m not wanting to pin this on Matt the person) going to suddenly reverse its decision and make BBpress integration a company priority? Of course not, that makes no sense.

    Realistically, its integrate it now, or accept it ain’t going to be integrated.

    =============================================

    This post looks rather doom and gloom, and I’m sorry for that, it’s not my intention. Here is my intention: Any Project Manager worth his/her salt would look at the above scenario with scepticism/fear/consider-quitting ;-)

    Spending time developing software to hit a target that has 1) moved since first developed (WP2.7 -> WP2.9) and 2) will move again (WP2.9->WP3.0) soon after the software is released is, respectfully, lunacy.

    This madness is then going to be compounded by rewriting the software in less than 6 months time? Then what is the upside/point of BBpress1.1?

    The return of 2 features? The galvanising of the forum? BBpress has bloated in size since 0.9, moved away from what it was originally coded for, and lost useful functionality in the process. Going further down this path simply to rewrite it (mostly) as a WP plugin after 3.0 is out defies logic.

    The only upside is if you can guarantee that BBpress1.1 can integrate with the latest version of WP and the release after that. Otherwise we’re developing software that has a shelf life of 3-4 months at most. Of course that can’t be guaranteed as WordPress Integration isn’t being worked into BBpress1.1.

    If WP3.0 is being worked upon just now, if its in the early Project Management / Scoping stages, why isn’t the idea mooted that BBpress be reworked now as a Canonical Plugin?

    The people that use BBpress now, for the most part, aren’t going anywhere. If we’re here now, we’re locked in to its current form – and we’ve already had to accept that keeping our system secure by keeping up to date with WP is not going to happen, we’ve accepted the last 6 months-ish of no updates.

    BBpress’s major setback has been the fact that it’s on a different release cycle to WordPress and that integration has never been easy, simple, straightforward and infact that integration documentation has never been written.

    By developing BBpress1.1 independent of WP3.0, we confine ourselves to a project that promotes itself with one major selling point that it doesn’t live up to; not to mention waste development time and turn people away from the project.

    The BBpress project is/”was 6 weeks ago” at its lowest point, development had stalled for 6 months, the developer had quit, moderators had quit, plugin developers had quit, integration doesn’t work, plugins don’t work, information on the website is hideously wrong/out of date/wrong/misleading/wrong, the documentation website is now a porn links website etc etc etc.

    From a PM/BA point of view, that’s the perfect time to start scoping and moulding the software to where you want to take it.

    Hold up your hands and say “sorry its gotten like this, we dropped the ball, lets do this in a way we wanted to”. Don’t be tied into the same mistakes by chasing the dragon of “just one more release then we’ll fix integration”.

    If you want BBpress to be a WP plugin, now is the time to develop for that. Take the code that works and run with it, don’t let history repeat itself with the idea of adding more and more to paper over the cracks – when WP updates or Plugins don’t work those cracks are very obvious.

    <br />
    WP:---2.3
    2.5
    2.6
    2.7
    2.8
    2.9
    3.0?
    <br />
    BB:
    0.9
    1.0a
    1.0
    1.1?
    1.2?<br />

    Those who cannot remember the past are condemned to repeat it – George Santayana

    =============================================

    Matt,

    please please please read your own blogs: Setting Scope

    What’s our proposal? We take a page from the world of project management and we make a project plan before we jump into the dev cycle.

    As an open source project, we accomplish more when we work together than we do following individual agendas, and we need to keep our project focused on commonly-agreed-upon goals instead of following tangents…

    Surely, as i stated at the start, the commonly agreed goal is WordPress Integration:

    • Your 3 biggest tags from posts are: WordPress, Integration, Plugin.
    • Every week, you have more posts on WordPress integrations thatn any other single topic.
    • You advertise as one of your key features “wordpress integration”.
    • You hold a poll to see what features people want, “wordpress integration” tops it. Infact it wins with 50% of the votes, or 520% more votes than its nearest competitor.

    While “instead of following tangents whenever a community member starts to take us on one, regardless of whether it’s to follow a cool idea that everyone loves” is:

    • email notification
    • Anonymous Posting

    =============================================

    Thank you all for reading, i know its not a short post,

    Take care.

    #83928

    This works fine on my 1.0.2 install:

    Unread Posts https://bbpress.org/plugins/topic/unread-posts/

    #81822
    grassrootspa
    Member

    @michayu & nerieru:

    bbPress can top vBulletin but downgrading it from a standalone product to a more-complicated-to-install WordPress plugin is not the way to go.

    #32551
    radhoop
    Member

    Hello all,

    I just installed the lates version of bbpress on my web server. The main page works fine and I can login as a keymaster but when I press on Admin to go to the adminstration panel (dashboard) this is how it looks : http://farm5.static.flickr.com/4049/4270970619_4cca4252e7_o.jpg . Any solutions ?

    Thanks.

    #81821
    nerieru
    Member

    @michayu

    Interesting read, thanks. Seems like we’ll have to top that, huh? vBulletin 4.0 is i mean

    #81820
    michayu
    Member

    “It’s time for Drupal to take on vB4”

    (Some interesting thoughts from Drupal community)

    “vbulletin 4 was released late last year and there seems to be a consensus that it’s a disappointment. Jelsoft (the company that brought us the original software) was bought out and the current developers are, imo, more concerned with quick turnover than delivering a solid project. This thread is not to bash the current programmers, as I’m sure they work very hard. But since vb4 comes with a CMS (a buggy, feature-anemic one at that), now seems like the perfect time for Drupal to take the charge.

    There has never been a fully functional integration between vbulletin and a robust CMS. If a webmaster wants a great CMS and a great forum, we have to settle for a buggy bridge/plugin/module (Drupal/Wordpress to vbulletin). If a webmaster wants true user and content integration with no bugs, we have to settle for the inferior forum (Drupal). A complete solution has been in high demand for years, but I suspect it’s never come to fruition because it would require months of hardcore coding to duplicate the functionality of vbulletin. Maybe programmers feel their time is better spent developing paid services, or contributing to an open source forum like phpBB.”

    Full post:

    http://drupal.org/node/682094

    #83921
    gr0x0rd
    Member

    The issue is being caused by the following line of code in bb-login.php:

    $re = bb_get_uri( $re , null, BB_URI_CONTEXT_HEADER );

    before this function call, $re = /subdir/bbpress . Afterward, $re = http://mysite.org/subdir/bbpress/subdir/bbpress/ . Either there is a bug in this function or something is wrong with my configuration.

    Commenting out this line has fixed the redirection issue upon login, however, I still do not have access to the Admin area.

    As someone who has written a number of forums in the past, I was really hoping for a turnkey solution with bbpress. I hope someone can provide an answer as to why I cannot access the administration area before I have to take the time to dig through the code for answers myself…

    Thanks in advance for any help or guidance.

    ~g

Viewing 25 results - 46,301 through 46,325 (of 64,511 total)
Skip to toolbar