Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,251 through 49,275 (of 64,515 total)
  • Author
    Search Results
  • #78309
    slobizman
    Participant

    Thank you very much for your response. I would be integrating (I assume that’s what I’d do if I wanted to have WP users be able to use the same login as the blog users) the two.

    Sounds rather messy.

    #78310

    In reply to: Invalid email address

    tiny-1
    Member

    I found the offending code that I added in my BBconfig file in order to pull the same header as the rest of the site.

    here’s the offending code:

    if (file_exists(‘../wp-blog-header.php’))

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

    else

    if (file_exists(‘../../wp-blog-header.php’))

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

    which is place at the end like so:

    /**

    * 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!

    */

    $bb_table_prefix = ‘bb_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    $bb->WP_BB = true;

    if (file_exists(‘../wp-blog-header.php’))

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

    else

    if (file_exists(‘../../wp-blog-header.php’))

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

    ?>

    anything glaringly wrong with this?

    #78308
    Ryan Hellyer
    Participant

    If you don’t integrate the users database then bbPress will only be installed in it’s own section of the database, or it could have an entirely separate database so if you do it that way then it’s just a matter of deleting the bbPress specific bits.

    If you integrate the user tables then the two sets of users will be merged and removing the bbPress added users could be quite time consuming if you have many forum users. I assume (not 100% sure here) that the only way to remove them would be to manually remove them or to rebuild the WP ones from scratch.

    #78212
    johnhiler
    Member

    Wish I could help – I don’t know how IIRF ISAPI stuff work!

    If you want to use bbPress and don’t know much about rewrites, your best best is probably to switch to an Apache server. Then everything should “just work”! (At least, that’s the hope.)

    :-)

    #31554
    slobizman
    Participant

    I run a WP install and would like to try bbpress. But my question is, after trying it, should I decide to uninstall it, doe sit leave behind much debris in the WP database? Or does it use it’s own database or set of tables without disturbing the WP database?

    bbPress does use cookies. Go to Tools -> Options -> Privacy and click on ‘Remove individual cookies’

    In there, search for your URL.

    pikatore
    Member

    correction: trying to view cookies. bbpress doesn’t even use cookies.

    #75702
    pikatore
    Member

    anyone know how to change the label on the tab ‘Avatar’ to something like ‘Picture’ without screwing up the entire plugin? A simple change of that word screws up the plugin.

    Mohit Kumar
    Member

    p /p br br/ tags showing up in bbpress as well as buddypress groups

    integrated everything well,but this is a bug how can i fix it

    #78280
    yangers101
    Member

    Hi Markus,

    Thanks for the tips. I followed the steps outlined in the above string, and I tried new cookies, but it’s still not working. I’ve pasted this code in the bb-config.php $bb->bb_xmlrpc_allow_user_switching = true; too and it’s still not working. Any more ideas? I appreciate the help.

    #76796
    pikatore
    Member

    i’ve always had 1.0, but it is still creating read only directories in ftp! and i can’t delete or modify them in ftp with the domain name account!

    #31549
    anandasama
    Member

    I use Buddypress+bbpress and in the topic or post view I want to make a link from a post author in BbPress forums to the /members/ area in Buddypress.

    Basically I just need to write a static url :

    http://www.homepage.com/members/<?php get nice_username from post author ?>

    How I can echo the post author’s nice_username? I need the “nice_username” or else, with post_author_name the link gets broken.

    Please help me!

    #78278
    maxbmx
    Member

    What about queries, php etc.

    #78295
    johnhiler
    Member

    Hey collmonster – it’s definitely possible to change this. This plugin should do the trick. :-)

    https://bbpress.org/plugins/topic/instant-password/

    You can also increase your chances of making it through any spam algorithms if you’re using an SMTP mailer:

    https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/

    Good luck!

    #78263

    bbPress isn’t a plugin. It should have been installed in the http://www.mydomain.com/forum directory. You should move it there and then remove that bb->uri setting.

    Any integration from WP to BB may need to be re-set at this point (just changing the locations etc).

    #78279
    Anonymous User
    Inactive

    Hi yangers101,

    i migrate my wordpress & bbpress installation yesterday to wordpress mu & bbpress. After the migration i have also problems with the cookie integration. The same problems i have 2 months ago for the normal cookie integration.

    This article about the integration of buddypress, wpmu and bbpress helps me a lot:

    http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress

    For me – it was necessary to try new secret cookie keys. I changed all keyphrase in wp-config und bb-config:

    define(‘AUTH_KEY’, ‘keyphrase’);

    define(‘SECURE_AUTH_KEY’, ‘keyphrase’);

    define(‘LOGGED_IN_KEY’, ‘keyphrase’);

    define(‘NONCE_KEY’, ‘keyphrase’);

    define(‘AUTH_SALT’, ‘keyphrase’);

    define(‘LOGGED_IN_SALT’, ‘keyphrase’);

    define(‘SECURE_AUTH_SALT’, ‘keyphrase’);

    define(‘BB_AUTH_KEY’, ‘keyphrase’);

    define(‘BB_SECURE_AUTH_KEY’, ‘keyphrase’);

    define(‘BB_LOGGED_IN_KEY’, ‘keyphrase’);

    define(‘BB_NONCE_KEY’, ‘keyphrase’);

    define(‘BB_AUTH_SALT’, ‘keyphrase’);

    define(‘BB_LOGGED_IN_SALT’, ‘keyphrase’);

    define(‘BB_SECURE_AUTH_SALT’, ‘keyphrase’);

    Greets

    Markus

    #77800
    Ryan Hellyer
    Participant

    Any tips on the best way to create <b>bbPress</b> theme options pages? Any example themes out there?

    #78277
    Ryan Hellyer
    Participant

    According to _ck_ bbPress is faster. According to Sam phpBB is “probably” faster in some situations, in others bbPress is faster. In most situations I’d assume bbPress would load paages faster simply because it generally has a lot less to do, both content wise (less features = less HTML/CSS) and processing wise. The only way to tell would be to bench test two identical setups, but I haven’t heard of anyone doing that before.

    In most practical situations I doubt the performance issues are a real issue though. The way you code your theme will probably have more effect on page load times than anything in the backend.

    This is all just guess work though.

    #78294
    Olaf Lederer
    Participant

    The registration works like for wordpress, the user can change the password afterwards.

    If you change this function bbpress will not work with wordpress

    #78276
    kraig
    Member

    I think bbpress is relatively faster when compared to phpbb.


    stock photography

    #31548
    collmonster
    Member

    Hello,

    I installed bbpress and its working great. One thing though. I think its better if the user picks their password at the beginning, currently a random one is generated adn then the user has to change it which is a pain for some. Is it possible to change this?

    Also, when I registered a second account for myself, the registration email went into my gmail spam folder! I hope this does not happen with my users as they will give up!

    Thanks

    #78275
    Olaf Lederer
    Participant

    I think you can’t compare both forums, bbpress is still in an early stadium.

    bbpress is very cool because it’s very easy to combine bbpress with wordpress (and buddypress)

    EDIT: and bbpress is more spamproof (at least for me)

    #31546
    yangers101
    Member

    I have the latest versions of WordPressMU, Buddypress, and bbpress installed on my site. Each component works fine individually, but I can’t get the logins to integrate. When I login to WordPress and I switch over to bbpress, I still need to login again. I have verified my cookie/salt/auth settings in both wp and bb config.php files. It’s driving me crazy. I’ll PAY someone to help me hack this. I’m probably just missing one simple step, but I can’t figure out what it is. Please help! Thanks!!!

    #31545
    maxbmx
    Member

    phpbb vs bb press board. Which is faster?

    …and “how much” faster is.

    #78258
    yangers101
    Member

    I tried the link, but still need help integrating the logins. When I login to the site via WordPress and then switch over to the bbpress part of my site, it asks me to login again. I am using WordPress MU 2.8.4a , bbpress 1.0.2, Buddypress 1.0.3. Please help!!!!

Viewing 25 results - 49,251 through 49,275 (of 64,515 total)
Skip to toolbar