Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 56,751 through 56,775 (of 64,431 total)
  • Author
    Search Results
  • #64685
    724613
    Inactive

    Ok. Yes. Any user I create in bbPress shows up in wp_users table.

    So that means I completed the checklist.. BUT what am I missing that won’t allow one user login to carry from bbPress to WordPress and vice-versa, so that a user doesn’t have to login twice?

    _ck_
    Participant

    It would not be too difficult to make bbPress look/work like that. Maybe a week of tinkering.

    #65529

    In reply to: Bozo deletion

    _ck_
    Participant

    bbPress does indeed need a mass-edit users like wordpress has.

    #65619
    _ck_
    Participant

    There is a long words/long links plugin for wordpress that someone ported to bbPress. Search for it around here somewhere…

    #64684
    Sam Bauers
    Participant

    If you create a new user in bbPress the user record should turn up in the wp_users table. That’s the best way to check.

    #62615

    In reply to: TalkPress

    Sam Bauers
    Participant

    bbPress is not a competitor to WordPress, it is a complimentary product.

    #64683
    724613
    Inactive

    sambauers-

    I followed your checklist and feel I am doing everything right. I still can’t get it to work. How can I make absolutely sure I’m doing #5 (sharing user tables from WordPress with bbPress) correctly?

    1) You are running latest versions of WordPress (2.5.1) and bbPress (0.9.0.2)

    2) You have matched SECRET_KEY in wp-config.php with BB_SECRET_KEY in bb-config.php

    3) You have matched WordPress “secret” database option with bbPress “secret” database setting

    4) You have setup compatible cookie domains and paths in config files (see instructions in bbPress admin)

    5) You are successfully sharing user tables from WordPress with bbPress

    #65622
    729082
    Inactive

    Themepress seems to be the easiest way. Working under wp 2.5.1 and bb 0.9.0.2. I found it here.

    #65763
    724613
    Inactive

    I’m having the same problem! After integrating, I see how the “test user” I created shows up in both admin consoles. However, whether I login to wordpress or bbpress first, the login does not carry over to the other when navigating, which forces me to login twice. I followed all the steps, which also inlcuded adding the following to the wp-config.php file…

    define(‘COOKIE_DOMAIN’, ‘*******’);

    define(‘COOKIEPATH’, ‘/’);

    The only thing that comes to mind is a “minor error” that I received after walking through the “successful install” of bbPress…

    Duplicate key name ‘user_nicename’

    >>> User tables will already exist when performing a database integrated installation.

    I’m wondering if this is the problem. If so, I’m not sure how to fix it. : Can someone help?

    #65815
    chrishajer
    Participant

    You can install this with a free standing WordPress installation. Instructions are here.

    #65811

    In reply to: No user found

    chrishajer
    Participant

    mdawaffe: that has no effect. I logged out of this chrishajer account, then logged in with a new account from today, hajii. I tried to change the password since it is the default emailed one. I get the error about the user being unable to be found when I try to access the profile page. (Screenshot above.)

    It might be new accounts: that hajii account is from today. And it appears to happen only on member accounts, so you might need to create member account and see if you experience the same thing.

    The only people who can fix the problem won’t be able to see it, as moderator or keymaster. :D

    #65807

    In reply to: No user found

    725450
    Inactive
    #65806

    In reply to: No user found

    chrishajer
    Participant

    This link appears to work for me:

    https://bbpress.org/forums/profile/fietsverzekering

    Can you take a screenshot of the error you are seeing, put it online somewhere (imageshack or photobucket) and post a link to it here? Thanks.

    #3607

    Topic: No user found

    in forum Troubleshooting
    725450
    Inactive

    Hi there,

    I hope I’m in the right category here. I have a problem here on bbpress.org. When I look at my profile, I get an error message, telling me that I don’t exist ;(

    How come?

    #65736

    In reply to: wrong password

    chrishajer
    Participant

    I think the reason it was correct sometimes would be due to the content of the password. bbPress originally (or a while ago anyway, pre-0.9*) used a 6 character alpha-numeric password. Now, it uses something more complex, and depending on what characters are in the password, maybe some certain characters get dropped in that plugin. If you post a link to the plugin you’re using, I can look at it and see if this is likely. You could also contact the plugin author and see if they have any idea.

    On the special characters in the password email. I suspect the message is just sent as plain text, but those are html entities. I didn’t look too hard at it. Maybe you could just put the รจ in the text of the message and hope the email client can handle it.

    #65755
    chrishajer
    Participant

    It’s great that you have shell access. You can backup all the files with something like rsync, and you can use a shell script to backup the database tables you want. Since there are no wildcards in mysqldump, you will need to explicitly name all the tables in your installation; just separate them with spaces.

    You can put something like this into a bash script and run it daily (or whenever) from cron:

    mysqldump --add-drop-table -h host -u user -p password dbname 
    ( bb_forums
    bb_meta
    bb_posts
    bb_tagged
    bb_tags
    bb_terms
    bb_term_relationships
    bb_term_taxonomy
    bb_topics
    bb_topicmeta
    bb_users
    bb_usermeta ) | bzip2 -c | bbpress.bak.sql.bz2

     

    You would have to consider putting the password into the script and hiding that from prying eyes. Alternatively, you could create a user with limited privileges and no password, and use that in the backup script.

    You should also verify the table prefix, and that those are all your bbPress tables. I think there are different tables for different bbPress versions.

    Good luck.

    #65770
    chrishajer
    Participant

    That line is supposed to allow you to use WordPress functions from inside a bbPress page. It looks like you just got the path to it wrong. Does the file wp-blog-header.php actually exist one directory level up from where the bb-config.php is right now?

    #65769
    724719
    Inactive

    note:-

    I just removed the “require_once(‘../wp-blog-header.php’);” line from bb-config.php.

    and all seems to be working fine, i can login as admin on both WP-admin and bbpress .

    So what is that line supposed to do, how is that supposed to intergrate the two together i didnt and still dont understand it.

    #3605
    724719
    Inactive

    Ok, first of all I should note that this is the second time iv installed this and i still got the “minor error: duplicate user_nicename” message or something like that.

    But this time it worked well and I logged in straight away as the admin. But when I went to login to the WP-Admin, I couldnt log back in the bbPress as admin and as any username.

    So what I then did was clear all the cookies, then it allowed me to log back in as admin in bbPress, so now im in. But… I click on the “Admin” link at the top to go to the settings and all that stuff. and its spits out this:-

    Warning: require_once(../wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/picbico/public_html/forum/bb-config.php on line 2

    Fatal error: require_once() [function.require]: Failed opening required ‘../wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/picbico/public_html/forum/bb-config.php on line 2

    I also might need to mention that I tried to ‘intergrate’ the wordpress functions with it by applying this line to the bb-config.php file : require_once(‘../wp-blog-header.php’);

    thanks for any help let alone all the work you guys have put into this forum. i appreciate it

    #3604
    #65714
    threevisual
    Member

    daleanthony.com [at] gmail.com

    cheers.

    #65713
    chrishajer
    Participant

    Please post your contact details and then a moderator will close this topic.

    Tranny
    Participant

    Chris, thanks a lot. Now the forum page pulls and no longer gives an error message, but all my formatting and custom layout is gone. And the links to forums don’t work. It takes me to the bbpress default telling me that forum is not found.

    #65226
    Caesar
    Member

    Thank you so, so much, sepidol! You’ve made my day! I’ve spent hours trawling the bbPress and WPMU forums for this…

    For what it’s worth, my problem was the SECRET_SALT. I’d done everything else right, but each time I logged into either bb or wp I was logged out of the other ’cause of the cookie value being encrypted differently… I thought the salt may have been the problem, but I wasn’t quite sure what it did. This is the first thread I’ve found which even mentions it!

    Thanks…

    Caesar

    #65722
    chrishajer
    Participant

    fiat, to do what you’re talking about, you can load WordPress inside bbPress, to have access to WordPress functions inside bbPress. It’s not recommended, but here it is:

    https://bbpress.org/documentation/integration-with-wordpress/#func

    https://bbpress.org/forums/topic/wp-integration-header-integration#post-17084

Viewing 25 results - 56,751 through 56,775 (of 64,431 total)
Skip to toolbar