Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 23,651 through 23,675 (of 26,834 total)
  • Author
    Search Results
  • #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.

    #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

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

    #65816
    Budde
    Member

    Wow! That was fast – Thanks!

    #65815
    chrishajer
    Participant

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

    #3608
    Budde
    Member

    I was wondering, How do I go about adding this to my WordPress install? or can you only do this for WordPress MU, i’d like it for my Self-Hosted WordPress Blog.

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

    #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

    #3602

    Topic: forum.vulvodynia.pl

    in forum Showcase
    taboo
    Member

    Hi, just published a forum with theme mirroring sister wordpress chronic gynecological issues site:

    forum.Vulvodynia.pl

    What do you think?

    #65723
    723416
    Inactive

    Many thanks for all the good suggestions. I tried loading the wordpress functions as suggested in previous posts and could not get it to work. Same problem with SQL queries (though I’m sure I’m doing something wrong). I went back and tried the rss2html function and got it to work – so I think I’ll be able to tailor it enough to do what I need.

    This would be a great plugin, for those who are able to do it:)

    #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 - 23,651 through 23,675 (of 26,834 total)
Skip to toolbar