Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,801 through 63,825 (of 64,514 total)
  • Author
    Search Results
  • #51500

    I have resolved my bbPress/WordPress user name and password issue! I was using the WP prefix found in «The name of the database» to configure «WordPress table prefix» in the bbPress config.php. While researching phpMyAdmin, I realize that _usermeta and _users were in double; one pair with _wp and one pair with prefix xxxxxxxx_.

    define(‘BBDB_NAME’, ‘xxxxxxxx_xxxxx’); // The name of the database

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    I’m learning by trial and error and mostly by your patience and support.

    I’ve tested fully WordPress and bbPress integration; bbpress-integration.php is normal and working as expected.

    While login as bbPress Admin, there’s no Admin panel available within bbPress, I assume that this is normal for reason all Admin work is done within WordPress. Am I right?

    #51469
    Null
    Member

    Ah oke nice, perhaps it can be changed in the next release so that a banned user is only banned on the forum banned from? I mean an admin is also admin on 1 forum…

    And registrating on forum 2 will go alright? No conflicts? The new user will be added in bb_users and not in b2_users?

    Going to play around with this, thanks for the info!

    Null

    ow one more question:

    To make it so that when a user is logged in to one forum, that user is also logged into the other, you will probably have to add the following line to both config.php files:

    Does this mean that when I look who is online at forum 1, I also see user X (who is online at forum 2) as online at forum 1? Don’t want that…

    #51499

    Thanks for ready my posts mdawaffe,

    «… bbpress-integration.php should add a “bbPress” tab in your WordPress admin under the Plugins tab… »

    It’s there as describe.

    «… Go to the bbPress tab. Did you fill in your bbPress table prefix?.. »

    Under my WordPress MySQL tables, I find the WordPress and bbPress databases.

    The way this all should work is:

    «… A new user registers on bbPress. The first time that new user browses to WordPress, he or she is added to the member list (prior to then, that new user is listed under “No Role for this Blog”)… »

    Understand.

    «… The same should hold if you swap “bbPress” and “WordPress” in the above paragraph… »

    Ok.

    «… What are your $bb->wp_home and $bb->wp_siteurl settings in bbPress’ config.php?… »

    It’s configured with http://patrimoineacadien.com for both; it’s taken from WordPress – Options->General:..

    Thanks for your patience and support.

    #51468

    Let’s say your first bbPress has a table prefix (set in config.php) “bb_”.

    Install your second bbPress into another directory. In it’s config.php file, make sure and set it’s table prefix to “bb2_”.

    Directly under the table prefix line, add the following line:

    define('CUSTOM_USER_TABLE', 'bb_users');

    That tells the bb2_ bbPress to look for users in the bb_ bbPress’ user table.

    Now a new user has accounts in both bbPress installs, but the two installs do not share login cookies; the user has to log in separately to each install. To make it so that when a user is logged in to one forum, that user is also logged into the other, you will probably have to add the following line to both config.php files:

    $bb->cookiepath = '/';

    An admin in one bbPress will not be an admin the other bbPress.

    Blocking a user will block them everywhere. Instead of blocking a user, you could make their User Type “Inactive” in one of your bbPress installs by editing their profile. Then they won’t be able to do anything but look around on the one bbPress install, but can still be full members on the other.

    #51498

    bbpress-integration.php should add a “bbPress” tab in your WordPress admin under the Plugins tab.

    Go to the bbPress tab. Did you fill in your bbPress table prefix?

    The way this all should work is:

    A new user registers on bbPress. The first time that new user browses to WordPress, he or she is added to the member list (prior to then, that new user is listed under “No Role for this Blog”).

    The same should hold if you swap “bbPress” and “WordPress” in the above paragraph.

    What are your $bb->wp_home and $bb->wp_siteurl settings in bbPress’ config.php?

    #50880

    In reply to: No Site Keymasters

    ColdCN,

    what version of bbPress are you using?

    #51396
    gsnixon
    Member

    Don’t hold your breath. bbPress is very young.

    #50350
    ardentfrost
    Member

    Open your config.php in the bbpress root directory and change the offset. You don’t even have to reinstall anything, that’s just where the forums go to get that value. Changing that value and reuploading that file will fix the problem (same thing happened to me :) )

    #976
    sidzzz
    Member

    Hi there,

    I run my blog/site on wordpress and I am really keen to add a forum. I have the option of phpbb or smf or our very own bbpress.

    Picture support is my basic requirement. Could you please tell me when will it be added to bbpress? Coz i am all for WP!

    And is there anyways, we could have the title of the thread as the url for the thread to make it more SEO friendly with keywords?

    Cheers,

    Sid

    #51400
    mjfiszman
    Member

    Thanks for the help :)

    ergate: I’m doing it manually right now. Assuming I carry on like that, is there a way to include the # posts functionality?

    ear1grey: Your plugin looks to be the sort of thing I’m after, but I’m a bit confused about how it works.

    First, I believe I’ve added that meta fields as instructed, but nothing seems to be showing in the post.

    Also, it’s not clear from the example post on your site if it’s possible to direct users to a particular, pre-existing forum topic.

    Thanks for any more help!

    #51514
    michan
    Member

    Ahh, you’re right! I overrode the keymaster setting with the code mentioned in this other topic and everything’s fine now. Thank you very much for your help!

    #51513
    Trent Adams
    Member

    I had a similar problem. Being an admin in WordPress doesn’t mean you automatically get to be an admin in bbPress. Only the key master you created upon install of bbPress can access the admin. Once that user is in the admin area, you can add your WordPress admin as an admin of bbPress.

    Trent

    #51512
    ardentfrost
    Member

    Sorry, I don’t have bbpress and wordpress linked. I just know that if I’m not logged into bbpress and I try to access the admin page, it redirects me to the main page

    #51497

    Yes, I can confirm that my bbpress-integration.php and display-name.php plugins are installed in WordPress plugins folder and not in bbPress.

    «… As for my bbPress and WordPress Admin username and password is the same for both databases: bbPress was integrated into WordPress MySQL tables during installation and configuration. Consequently, bbPress and WordPress seems to share the same cookies reason when I logged into one as Admin, I’m logged into the other as Admin; the same is true when I’m logout out… »

    If my bbPress and WordPress seems to be using the same cookies, it’s because I change my bbPress Admin or Keymaster password to the exact/same WordPress existing password; reality check, the bbPress generated password at Installation will not work when trying to login WordPress.

    I’m a newbie to all of this configuration.

    bbpress-integration.php has been activated within WordPress plugin window/tab.

    Thanks for your patience.

    #51509
    ardentfrost
    Member

    I’m sure that’s plugin-able… I’ve been thinking about it myself

    It seems to me that anything that I want in bbpress I can just add in myself. The code isn’t too terribly hard to follow (you HAVE to make it searchable though, or you’ll pull all your hair out in less than 2 hours) and even if the hooks you want aren’t there yet, you can just adjust the core files and at least it’ll work for you (I know, I know, that’s bad ;) )

    #51494

    Tested by creating a new member within bbPress. Then, still login bbPress, I attempt to connect with WordPress, but I get the message «Session has expired». My username automatically fills in the login username space within WordPress. In addition, this new member is not listed under WordPress members.

    #51493
    Trent Adams
    Member

    Stupid question, so forgive me…..bbpress-integration.php plugin is installed in WordPress and not in bbPress?

    Trent

    #974
    n22
    Member

    I do like BBPRESS s simple forum, its fast and clear.

    but, i think it will be better if theres a upload image fonction in the next generation~~

    its just a suggestion~~

    #51503

    Ok, then I will have to resolve my login issue described over here:

    https://bbpress.org/forums/topic/290?replies=2

    Thanks for your reply.

    #51491
    Trent Adams
    Member

    Mine just works with the bbpress-integration.php plugin. Does you login move over? What I mean is login in WordPress and move over to bbPress and remain logged in as the user you just logged in WordPress as?

    Trent

    #51502
    Trent Adams
    Member

    If you are integrated with WordPress, you have to delete the user in WordPress. I learned this the hard way.

    #972

    Topic: Forum name under IE?

    in forum Themes

    Hello,

    I normally surf the web with FireFox Mozilla. With Internet Explorer, I realize that my bbPress name overlaps registration and login boxes. How can I reduce font size?

    Thanks for your reply.

    http://patrimoineacadien.com/bbpress/

    // What are you going to call me?

    $bb->name = ‘Babillard PatrimoineAcadien.com’;

    #970

    Hello,

    How do I delete/erase members via the Admin section? In the member profil, it seems I can erase a member, but it doesn’t seem to delete this member from the users tab within the Admin.

    http://www.patrimoineacadien.com

    Thanks in advance for your support.

    #969

    Hello,

    My bbPress and WordPress Admin username and password is the same for both databases: bbPress was integrated into WordPress MySQL tables during installation and configuration. Consequently, bbPress and WordPress seems to share the same cookies reason when I logged into one as Admin, I’m logged into the other as Admin; the same is true when I’m logout out.

    The same is not true, as the above, with a new member registration within bbPress or WordPress. When I’m registered as a new member into one, I’m not registered into the other: the new bbPress registered member is not automatically registered into WordPress and vice versa.

    How can I resolve? Thanks for your support.

    The WordPress in question: http://www.patrimoineacadien.com

    bbPress: http://www.patrimoineacadien.com/bbpress/

    bbpress-integration.php and display-name.php are installed and configured.

    #968
    alinutza
    Member

    Hey,

    The open source community is working on a standard process to evaluate software.

    At ITerating, we’re working with the Business Readiness Rating (BRR) consortium and with users to gather this shared content . We provide an easy interface to post a review using the BRR approach.

    It would be great if one of you could take the time to provide feedback on bbPress using this approach. All you need to do is go to http://www.iterating.com/products/bbPress and click on “review this product”. The information will be part of the growing database of reviews on the http://www.openBRR.org site, in addition of being viewable on the iterating site.

    Reviews for other products in the same category as bbPress , such as phpBB have already been posted on the site.

    Thanks,

    Alina Barbuceanu

    Research Analyst

    alina@iterating.com

    http://www.iterating.com

Viewing 25 results - 63,801 through 63,825 (of 64,514 total)
Skip to toolbar