Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 23,651 through 23,675 (of 26,844 total)
  • Author
    Search Results
  • #65823
    chrishajer
    Participant

    Wow, that most certainly is a problem.

    Two thoughts.

    1. If I disable “meta redirects” in FF with the web developer toolbar, it does not keep redirecting, it just dies. Are you trying to redirect people from the bbPress profile page to the WordPress profile page, and somehow that is typed wrong? Like in journal/messageboard/profile.php there is a redirect that sends the browser to WordPress journal/wp-admin/profile.php and it’s not working for some reason?

    2. There is some weird test cookie stuff being sent, although I doubt it has any effect on this problem. Never know though.

    wordpress_test_cookie
    WP+Cookie+check
    www.louisecooper.com
    /journal/

     

    I suspect it’s something with a refresh bouncing the user back and forth.

    #65781
    724719
    Inactive

    make sure you have the bb-config.php file set up correctly.

    go to bbPress Admin > Settings > WordPress Integration.

    Then tick the check box that says “Show manual config settings”. Make sure you copy all of the information that then shows up. Into the your bb-config.php.

    I had trouble with this, until i did this and it worked some how. Other than that I dont know what I can do.

    Good Luck!

    #3615
    744478
    Inactive

    For more than a week I am fighting with bbPress and the latest WordPress version.

    My problem is that user comments don’t appear. Well, I can see them in the Administration area in WP but not in the forum. Users already move away because they think I blocked their comments.

    I actually installed bbpress because I wanted users to discuss on my page but now no one can discuss anymore lol.

    My WP installation is at http://www.webserver.com and I installed bbpress on http://www.mywebserver/forum (example addresses)

    I installed the WP plugin “bbPress Post” and filled out all the details. Also I installed bbSync.

    At least when I write a new post the post title appears in the forum. So one good thing. But that’s all. How do users comment from my blog? I don’t want to put a link on every post “go to the forum and post there”.

    I do have a custom theme by the way.

    Actually I am not an idiot but now I’m just freaking out with bbPress because it’s so complicated and most of the how-to’s don’t work or are just bad explained. Here’s an example:

    “Want a link back to the blog post? ” it days in the bbSync settings.

    Well, what can I do there? There’s a field. Do I have to write YES or a special tag? :| Absolutely no explaination.

    #3614
    parthatel
    Member

    I managed to add the WordPress functions to bbPress, but I now need to know how I can add the bbPress functions to WordPress. I want to include the exact “Discussions” code in “front-page.php” of bbPress to the “index.php” in WordPress. I know there is a plugin for this, but it wasn’t what I wanted.

    I used this code to integrate WordPress into bbPress (added to the top of bb_config.php)

    define('WP_BB', true);

    if ( !defined('DB_NAME') ) {

    require_once( dirname(__FILE__) . '/../wp-config.php');

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

    require_once( BB_PATH . ‘bb-settings.php’ );

    I think all I need to do is require bb-config.php and then the bb-settings.php. Anyone know how to do this (following the php example above)?

    *I only wish I know php.

    #65841

    In reply to: Where is

    _ck_
    Participant

    I believe you have not followed (all of) the steps for cookie integration between wordpress and bbpress. Some of the (hundreds) of integration threads might help too.

    #64981
    740613
    Inactive

    Para aquéllos que quieran hacer la locura que he intentado, y por ahora me va saliendo:

    1. Migrar un foro phpBB a bbPress (sólo desde phpBB2)

    2. Integrar WP y BBPress.

    (Se puede)

    No debe aparecer ninguna especificación de codificación ni en bb-config.php, NI EN LA SECCIÓN ADMIN de BBPress. Es decir: quitad utf8 en la pestaña “opciones” “WordPress Integration” y del archivo bb-config.php.

    Me ha costado un mes.

    #3612

    Topic: Where is

    in forum Troubleshooting
    724719
    Inactive

    how do i change the log out link to use the log out of file of wordpress instead of bbpress, which isnt working for some reason.

    im lookin in ‘kakumei’ logged-in.php file and it shows:

    <p class="login">
    <?php printf(__('Welcome, %1$s!'), bb_get_profile_link(bb_get_current_user_info( 'name' )));?>
    <?php bb_admin_link( 'before= | ' );?>
    | <?php bb_logout_link(); ?>
    </p>

    question is where is bb_logout_link(); so i can change the actual link? which file is that function located in.

    thanks

    chrishajer
    Participant

    Adding that line only allows you access to WordPress functions from within bbPress, it has nothing to do with making your forum look like your blog. For that, you will need to do some CSS and template work: none of it is automatic.

    #65838
    738576
    Inactive

    I found the answer here:

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

    I guess that’ll learn me to read before posting. :)

    #3611
    738576
    Inactive

    Hi,

    I am just going through the setup of bbPress and I have 2 questions about the above.

    1. Add cookie integration settings:

    If you want to allow shared logins with an existing WordPress installation.

    Does this mean that users who register for the forum are also able to write posts on my blog? I can’t imagine this would the case, but seeing this made me a bit nervous.

    2. Add user database integration settings:

    If you want to share user data with an existing WordPress installation.

    What’s the benefit behind this, besides centralizing user data?

    #64865

    In reply to: 1.0 Development Plan?

    _ck_
    Participant

    I suspect most of the efforts are probably going into BackPress so they can get TalkPress going (the wordpress.com version of bbpress). bbPress is benefiting from the work but I doubt we’ll see the resources you are requesting anytime this year (at least not until 1.0 is out)

    The trac roadmap is a (very limited) resource you can use as a reference, sorry that’s all I can think of:

    https://trac.bbpress.org/roadmap

    #65817
    724719
    Inactive

    can you explain how you intergrated the wp functions in the bb-config.php , im having a lot of trouble with that

    i appreciate any help

    thanks

    #65779
    724719
    Inactive

    i tried what you just and no I obviously put the <?php first lol

    here is a screenshot of my situation.

    http://picbi.com/upload/images/n3kenkd274fvqqx6jx.jpg

    wordpress still works when i use that “functions” line, but logining to bbpress does not.

    thanks

    as i said, when i use the line, the domain http://www.picbi.com/forum results in a white empty page

    #3609
    736275
    Inactive

    Hi to all!

    For a simple (!!!) project I’m using WP and BBpress: I’ve change all the precedure for the users registration in BBpress and I like to integrate it with WP.

    I’ve perfectly integrate the forum with the blog (including the function file in bb-congif.php), but I cannot understand how can I include the registration block in WP.

    Can someone give me any kind of information?

    #65777
    724719
    Inactive

    i just read a post on another thread, and saw this checklist:-

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

    ME – yeahs I am !

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

    ME – yeahs I have !

    3. You have matched WordPress "secret" database option with bbPress "secret" database setting

    ME – yeahs I have!

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

    ME – I take its these two things i have to add to wp-config.php file: – define(‘COOKIE_DOMAIN’, ”); define(‘COOKIEPATH’, ‘/’);

    if so what do I change those parameters to, or do i leave them blank … im not that familiar with cookies .. :/ (my site is http://www.picbi.com and the forum is http://www.picbi.com/forum )

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

    Me – Yeahs I am

    #65772
    chrishajer
    Participant

    WordPress functions are defined and available to WordPress.

    https://codex.wordpress.org/Function_Reference

    If you don’t need to use those functions, then don’t include WordPress. You don’t need to include WordPress like that to have integrated users.

    #65771
    724719
    Inactive

    what are the wordpress “functions” i dont get it, coz now iv removed the line and everything works, but i may be missing something whatever these “functions” do. and yeahs i did direct it to the right wp-blog-header.php

    thanks

    #3589

    Topic: Intergrating the theme

    in forum Themes
    724719
    Inactive

    Hey, Im not sure how to go about integrating the forum with my wordpress blog… theme wise.

    I mean how would I go about giving it the same theme without copying everything from the blog theme to the forum theme. as in like structure of the header of the blog inserted on the forum (would that even work)

    are there any tutorials for this out there..

    thanks

    #65766
    724613
    Inactive

    Ok. I figured out how to get the single login working for both bbPress and WordPress…

    I did understand the Function part of the setup.

    I made sure the bb-config.php file looked like this.

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

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

    require_once( BB_PATH . ‘bb-settings.php’ );

    #64686
    724613
    Inactive

    Ok. I figured out how to get the single login working for both bbPress and WordPress…

    I did understand the Function part of the setup.

    I made sure the bb-config.php file looked like this.

    if ( !defined(‘BB_PATH’) )

    define(‘BB_PATH’, dirname(__FILE__) . ‘/’ );

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

    require_once( BB_PATH . ‘bb-settings.php’ );

    #65530

    In reply to: Bozo deletion

    malfhok
    Member

    This is a quick fix for now, until bbPress gets the well needed mass-edit:

    If you have your bbPress integrated with your WordPress, then all of the bozo users will show up with no role in your WP users mass-edit. You can mass delete them from there. Look out, though, because non-activated accounts show up with no role as well. I’d check in bbPress for bozos and then delete them in WP after you know who they are.

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

    #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…

    #62615

    In reply to: TalkPress

    Sam Bauers
    Participant

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

Viewing 25 results - 23,651 through 23,675 (of 26,844 total)
Skip to toolbar