Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 47,151 through 47,175 (of 64,515 total)
  • Author
    Search Results
  • #82266
    moblemike
    Member

    I am pretty bummed because I thought that was one of the benefits of using this forum over others.

    1.) The forum seems a bit lacking in features after setting it up. Is the idea that additional functionality for the forum comes from additional plugins?

    2.) Where is the complete listing of available plugins for bbPress?

    3.) Where can I find examples of other people’s bbPress forums? The site only had two and one of them I have no way of seeing without a username and password.

    Thanks.

    #82265
    chrishajer
    Participant

    It does not work like that. That’s on the radar though. To make your bbPress forum look like your WordPress site, you should browse the tag here integration. You will usually be creating a template for bbPress that looks like your WordPress theme. Another way to do it is to integrate so you have access to WordPress functions in bbPress, like get_header() and get_footer() so you can use WordPress functions.

    bbPress is GPL 2 licensed. You should read that to determine if you can remove all references to the software being bbPress. If you mean things like the logo and footer attribution, there’s no problem removing those things.

    #32479
    moblemike
    Member

    1.) I thought one of the advantages of this forum was that it would automatically take on the theme of my WordPress site. It is not. How can I make that happen?

    2.) Can I remove all references to this being by bbPress, OR is that against the license?

    Thanks!

    #82137
    chrishajer
    Participant

    I don’t think you need bbPress to extend your website user’s profiles.

    #82136
    Rebtl
    Member

    Michael,

    My site is linked is the one on my profile here. http://survivalcache.com. It is going to be a gear resource site for survivalists. Not a store, but more a blog/gear reviews.

    It is not up and running yet. I working on the design right now. (using Thesis)

    I asked my question here because I read somewhere else that using bbPress might be a good way to allow me to create extended user profiles on my site.

    That is all I am really looking to do.

    I only want this as a way to build community on my site once it gets going. Get people to feel more involved, and allow them to build a reputation for knowledge and credibility on the site.

    Thanks for any advice,

    Rebtl

    #32478
    mbeneteau
    Member

    I found significant problems with the bbPress documentation on integrating bbPress into a WordPress site, which had me puzzling for well over an hour (http://bbpress.org/documentation/integration-with-wordpress/). Here is what I did in the end:

    1) Not at all clear from the documentation that bbPress should be installed in the same database as WordPress. Get WP database parameters from the WordPress wp-config.php, and enter these on the first page of the bbPress install page:

    define(‘DB_NAME’, ‘warriord_wrdp7’);

    /** MySQL database username */

    define(‘DB_USER’, ‘warriord_wrdp7’);

    /** MySQL database password */

    define(‘DB_PASSWORD’, ‘xxxxxx’);

    2) Fantastico and other automated scripts generate very long AUTH_KEY etc, that typically contain “escaped characters” within a PHP “define” statement (ie. ’ and \). Copying these from the wp-config.php into page 2 of the bbPress installer is problematic. Rather than trying to figure this out, I just copied them from wp-config.php (in WordPress) to bb-config.php (in bbPress).

    Other than this, it was pretty straightforward and now works like a charm. To see it working http://internet101.biz/wordpress-how-to/

    Marc

    #32472
    DeMBones
    Member

    Hello,

    I am aware that there have been several topics in regard to this subject. I am also aware that none of them solved my problem. I wish to have bbPress add target=”_blank” to all external links. I have tried _ck_’s plugin, but it results in an empty anchor: <a >url</a>. I am using the latest version of bbPress. Help is much appreciated.

    Ryan

    #82226
    chrishajer
    Participant

    All the existing directories will be in the cPanel. Not sure if you can create a new one there, but you don’t even need to. find out where WordPress is installed (the folder with wp-config.php in it usually) and then upload the whole bbpress folder to the server. Rename that bbpress folder to whatever you want before you upload it.

    #82221
    chrishajer
    Participant

    Read this where I just answered a similar question:

    https://bbpress.org/forums/topic/where-do-i-upload-bbpress#post-61385

    #82225

    So would that directory be in my cPanel? I’m using Hostgator web hosting if that makes a difference

    #82224
    chrishajer
    Participant

    First you need to get it on your server somewhere. Unzip it on your desktop and then rename that bbpress folder to whatever you want to call your forum (some people us “forums”, like here, or “forum” or “discussions”. If you don’t change it from bbpress, you will be accessing it at http://www.example.com/bbpress/

    Once you unzip it, rename the folder if you want, upload it to your server. It’s commonly installed in a subfolder of WordPress. So, if WordPress is here: /var/www/htdocs/wordpress/ then you will want bbpress here /var/www/htdocs/wordpress/bbpress/ (with whatever you called the bbpress folder.)

    Once it’s uploaded there, you will access the installer online like this:

    http://www.example.com/bbpress/ (assuming http://www.example.com/ displays your WordPress site.)

    Once you are this far, you can work on the integration with WordPress.

    #82219
    chrishajer
    Participant

    bbPress is not a WordPress plugin. If you uploaded it to wp-content/plugins it’s in the wrong place. bbPress requires its own folder and then you need to go through the installation by accessing your forum online at:

    http://www.example.com/bbpress (or ‘forum’ if you renamed the bbpress folder to something else.)

    #82135
    Michael
    Participant

    There would be no point in having a bbPress installation if you were to have no forum. I’m not fully understanding what the whole scene here is. What exactly is your website?

    #80539
    Michael
    Participant

    I somehow managed to download the Read only forums plugin. Forgot how/where.

    You can grab it from my server: http://www.inniosoft.co.cc/bbpress/plugins/read-only-forums.zip

    The only thing I found was that it didn’t remove the header (“New Topic in this Forum”) for read only forums. Oh well – it still works, which is grand.

    :)

    #32475

    I realize this is a really dumb question but I have the .zip file from this site so what do I do with it now to integrate it with wordpress?

    #32473

    Topic: New Questions

    in forum Installation
    moblemike
    Member

    I am considering using this and have a couple questions:

    1.) Is there a way to list all of the available Forums on one page and let the user select the forum they want to choose from there rather than placing all available forums at the bottom of the page like on http://bbpress.org/forums/

    2.) Is it possible to remove the Hot Tags area at the top of the page like at the top of

    http://bbpress.org/forums/

    Thanks!

    #82160

    In reply to: bbpress theme

    Steve S
    Member

    I’m looking for it as well. I tried Ben’s but it didn’t work so maybe it was indeed modified.

    Anyone know where to get it?

    #81077

    In reply to: Help out with bbPress

    Ron Rennick
    Member

    Hi Matt,

    I’ve been programming (or teaching it) for a living for 20+ years. I wrote my first few plugins for WordPress in 2005 and started working with WordPress MU in early 2006. The merged WP/WPMU codebase I mentioned in October can be downloaded here: http://wpmututorials.com/hacks/community-service/. More recently, I developed buddymatic which was one of the demos in the theme plugin/competition at WordCamp NYC. I also have a sharded database plugin for MU (based on HyperDB) which will be released this month. The database plugin itself is done and in use on production installs. I’m currently working on a site admin tool for migrating an install from a single database to the sharded structure.

    Buddymatic is great illustration of what I do best: approach problems & solutions from an unusual angle. (For other people reading the thread Buddymatic is a port of Thematic that has the BuddyPress theme functionality embedded in it that auto detects whether BP is active.) What I would like to do with bbPress is make it a canonical plugin. IMO, that’s the way to ensure its longevity and continued development.

    #81076

    In reply to: Help out with bbPress

    rickxxx
    Member

    I am not a programmer so I can not help on that side of things.

    Anyway, I would suggest that you have a look at one great Forum-software and another great Forum-application. You might get some ideas from it which might help you to build a much better Forum-software.

    Please check the following:

    http://www.gossamer-threads.com/forum/

    http://vancouver.en.craigslist.org/forums/?forumID=81

    KISS (Keep It Simple & Stupid).

    #81075

    In reply to: Help out with bbPress

    Ben L.
    Member

    Okay, now that we’re ready to get this show back on the road, let’s get this show back on the road! :)

    #82211
    Ben L.
    Member

    That would be translating bbPress, and you’d need two things: Poedit and The bbPress POT file from your version.

    You’d want to make “new from POT”, then save it as de.

    Find the things you want to translate and put the translations in for them, then save again, and upload the de.mo to your forum’s my-languages folder. If it doesn’t already have one, make one.

    Then, in your bb-config.php, set BB_LANG to de, and you’re done!

    #80538
    Ben L.
    Member

    You could always use Role Manager and disable “Make new topics” for Members.

    #82199
    Ben L.
    Member

    Assuming that $mydata_curpage is the current page number (starting from 1):

    bb_paginate_links( array( 'total' => ceil( $mydata_count / $mydata_pagelimit ), 'current' => $mydata_curpage ) )

    You’ll have to do the actual pagination yourself, but that’s as simple as an array_slice.

    #81074

    In reply to: Help out with bbPress

    hpguru
    Member

    Thank you Matt! Good news from you! Thanks to all.

    #32467
    Null
    Member

    Hi,

    I have the data, but how to use it with bbpress’ pagination? Where to put the data?

    I have for excample:

    $mydata = the array with rows from the database that gets displayed

    $mydata_count = total rows counted

    $mydata_pagelimit = total rows that must be shown each page

    Is there any way to hook this into bbpress pagination at all? Or do I have to write one myself?

    Kind regards,

Viewing 25 results - 47,151 through 47,175 (of 64,515 total)
Skip to toolbar