Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 18,601 through 18,625 (of 26,846 total)
  • Author
    Search Results
  • #87129
    jakshi
    Member

    Check wp-config.php and bb-config.php closely. May be you forget something to do.

    Did you cut to 32 chars BB_AUTH_KEY = AUTH_KEY, BB_SECURE_AUTH_KEY=SECURE_AUTH_KEY in wp-config.php and bb-config.php?

    I have working cookie integration now.

    My wp-config.php (without comments and passwords)

    <?php

    define( ‘COOKIEPATH’, ‘/’ );

    define(‘DB_NAME’, ‘wordpress’);

    define(‘DB_USER’, ‘wpuser’);

    define(‘DB_PASSWORD’, ‘StrongPassword’);

    define(‘DB_HOST’, ‘localhost’);

    define(‘DB_CHARSET’, ‘utf8’);

    define(‘DB_COLLATE’, ‘utf8_general_ci’);

    define(‘AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘SECURE_AUTH_KEY’, ’32charsalphanumerickeys’);

    define(‘LOGGED_IN_KEY’, ’32charsalphanumerickeys’);

    define(‘NONCE_KEY’, ’32charsalphanumerickeys’);

    $table_prefix = ‘wp_’;

    define (‘WPLANG’, ‘ru_RU’);

    if ( !defined(‘ABSPATH’) )

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

    require_once(ABSPATH . ‘wp-settings.php’);

    ?>

    My bb-config.php (without comments and passwords)

    <?php

    define( ‘COOKIEPATH’, ‘/’ );

    define( ‘BBDB_NAME’, ‘wordpress’ );

    define( ‘BBDB_USER’, ‘wpuser’ );

    define( ‘BBDB_PASSWORD’, ‘StrongPassword’ );

    define( ‘BBDB_HOST’, ‘localhost’ );

    define( ‘BBDB_CHARSET’, ‘utf8’ );

    define( ‘BBDB_COLLATE’, ‘utf8_general_ci’ );

    define( ‘BB_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_SECURE_AUTH_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_LOGGED_IN_KEY’, ’32charsalphanumerickeys’ );

    define( ‘BB_NONCE_KEY’, ’32charsalphanumerickeys’ );

    $bb_table_prefix = ‘bb_’;

    define( ‘BB_LANG’, ‘ru_RU’ );

    ?>

    There are a lot mention about problem with cookie integration wordpress 2.9.2 and bbpress 1.0.2 .

    So you are one of the many :)

    #87409
    chrishajer
    Participant

    WordPress mentions creating the database first, in (2) here:

    https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install

    Their docs are a lot more comprehensive than those for bbPress.

    #87408
    chrishajer
    Participant

    The version is in the admin back-end in the footer. Are you looking to find it somewhere before you install it? When you download it, you select with version you download, correct? How did it come up that you needed to know the version and did not?

    Good point on noting the need to set up the database first. I wonder if WordPress overlooks the same thing?

    #84908
    chrishajer
    Participant

    No one knows at this point.

    #84907
    honestscott
    Participant

    Hi,

    How hard will it be to upgrade to the WP bbpress plug-in (when it’s ready) from the standalone bbpress 1.0.2 installation?

    #87128
    ekitel
    Member

    I have a wp/bbp integration where I recently upgraded both from previous versions to wp 2.9.2 and bbp 1.0.2. I was able to get them to share accounts so you can login to both with the same passwords but I can’t get the cookie integration working at all. Logging into one doesn’t automatically log you into the other.

    I decided to do a fresh install of the latest versions of both to see if that would work but I’m having the exact same issue. I tried cutting the salts down to 32 characters as suggested above but still no luck.

    I installed the bbpress integration plugin in wp but that’s not helping either.

    I’m wondering if there is some incompatibility between wp 2.9.2 and bbp 1.0.2?

    This is on a dreamhost server, and it all worked well before I tried to upgrade.

    #87376
    zaerl
    Participant

    Actually I use bbPress and WordPress on the same database on two of mine BBSs and one in separate databases. I found that the first solution is way better.

    1) you can backup easily, as you said

    2) you can access everything with just one phpmyadmin session

    3) moving and restoring is simpler

    4) using automatic db tools is simpler

    5) import/export is simpler

    6) database-wide operations (table analyze/control/optimization/repair) is simpler

    #34099
    Milan Dinić
    Participant

    I need to make bbPress forum to one WordPress installation and I want to ask other users what is in their opinion better solution for bbPress’ database: should it have separate database or to use existing database of WordPress?

    Untill now, I used separate databases, but I found one reason for using only one database: WP plugins for automatic backup of database could then backup bbPress’ tables too. I don’t know for any similar plugin for bbPress.

    Your experiences?

    #87364
    brandongroce
    Member

    Great! Thank you. I had included the load file previously when I was attempting integration and having issues w/ cookies. I have since found a plugin that handled the change in cookie format with my later version of wordpress and the inclusion of the load file now works great. Thanks again for the help!

    ~Brandon

    #87363
    chrishajer
    Participant

    You can include bbPress (bb-load.php specifically) in your WordPress config so you will have access to bbPress functions there.

    Or, if you just need access to that one function, you can try something like this:

    https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    brandongroce
    Member

    I really need my forum tag cloud visible when my users are on the wordpress side. I need to call bb_get_tag_heat_map( $tags, $args ) specifically. Anyone have any suggestions on how I might achieve this?

    Thanks in advance –

    #87285

    In reply to: installing errors

    chrishajer
    Participant
    #87284

    In reply to: installing errors

    chrishajer
    Participant

    I don’t think so. Simple:Press is definitely a WordPress plugin. I suspect it’s due to licensing issues.

    But, Simple:Press is a WordPress plugin. bbPress is not.

    #87282

    In reply to: installing errors

    chrishajer
    Participant

    That’s the plan, but that’s a long way off. For the foreseeable future, bbPress needs to be installed separately from WordPress.

    #87311
    chrishajer
    Participant

    What are you trying to get a link to? There are topics, then there are posts (replies actually) which are just anchor links in a topic. There’s no such concept as a single post in bbPress that I know of (unlike WordPress where you can display a single post with single.php)

    What are you trying to do? Maybe post an example of something here that you’re trying to link to.

    #34095
    Arturo
    Participant

    The BuddyPress Default theme for bbPress is ready and available for the download.

    ATTENTION: REQUIRES the deep integration between bbPress and WordPress/MU.

    For info, and download link please go here.

    For a demo visit: http://forum.buddypress-it.it

    Enjoy!

    #34089
    Vili
    Participant

    Is there way to use the “bb_tag_heat_map” tag in a way that would not echo the results, but would rather allow me to place them into an array for further processing? Browsing through the code I found “bb_get_tag_heat_map”, which appears to have the option “format” that can be set to “array”, but no matter how much I try, I cannot figure out how to make it work.

    Basically, I would like to have my tags listed in an alphabetic index, a bit like in a book. To illustrate, if you scroll down here to the section “News archived by subject”, you see my implementation on the WordPress side. I would now like to do the same here (section “Topic index”).

    #34087
    psycheangels
    Member

    last week i make a simple modification with wp-facebookconnect plugin by adam hump to work in bbpress. so here is the file

    http://rapidshare.com/files/379814279/wp-facebookconnect.rar

    this plugin is not recomended if you don’t understand php code, because the code from wordpress plugin still there. i have no time to clean it, if i got more time next week maybe i can update the feature to work like the real wp plugin. you can setting your api key and secret key in the admin panel

    feature :

    – Single-signon with your Facebook account <– fully working but still need some test (tested in 2 online site)

    – avatar <– not tested

    – Publish comments to the newsfeed <– not yet, maybe next week

    #87280

    In reply to: installing errors

    zaerl
    Participant

    bbPress isn’t a WordPress plugin but a standalone software.

    #87266

    In reply to: notify admin

    zaerl
    Participant

    “i found the plugin, tho. thanks”

    When I posted your response automagically appeared. Unfortunately bbPress hasn’t the revision functionality of phpBB.

    you mean like an email for new posts in WP is a bad idea…? oh. wait…

    This is the bbPress forum and not the WordPress one. Email notification on a blog can have a reason to exists (in the dashboard you have the list of recent comments) but on a forum is a really bad idea. On a tipical medium sized forum you have ~50-100 posts / day which will results in an equal number of emails.

    #87265

    In reply to: notify admin

    A sarcasm, how wonderful.

    Email for new posts in WP is different because, drumroll please, a forum and a blog are different things !!! They work differently, both from an end user and an administrator point of view.

    Not to mention, and I know this one is hard to accept, but WordPress has been around for 7 years, has had 17 released, has a core development team of over 10 people with 100s of others submitting patches and code snippets per release and recieved $29million of VC funding last year… while bbPress has been around for 3 years, has had 4 releases, has 0 developers and less than a handfull of people submitting patches/code and ofcourse has 0 money.

    Really, I’m all for sarcasm to make a point. But try and hold off on it until you can either a) make a good point or b) have joined the website for more than a day.

    Oh, and just an FYI, when people like ZAERL who give up their time to help YOU with your question, if you bother to reply (and you should) maybe, just maybe… say THANK YOU. You might have heard of it, its this new fangled thing kids are calling “manners”, hopefully it’ll catch on. Oh no, wait…

    #87244
    zaerl
    Participant

    Well you need to load the entire bbPress. If you haven’t done something fancy with the user links I think that you can hardcode the values: forum_url.com/profile/name_of_the_profile

    #87243
    tokotom
    Member

    I want to modify the WordPress pages so that anytime a username shows up, whether it is a commenter or a post author, the username is linked to the bbpress profile. Is there an issue with needing to load bbPress?

    #87242
    zaerl
    Participant

    Do you want to modify a WordPress page or a bbPress one? Yes that is the function but keep in mind that if you are working outsite bbPress you need to load bbPress.

    tokotom
    Member

    I have bbpress and WordPress deeply integrated. How do I link the username link in the WordPress comments to the user’s bbpress profile page? Do I use this function? get_user_profile_link()

Viewing 25 results - 18,601 through 18,625 (of 26,846 total)
Skip to toolbar