Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 26,401 through 26,425 (of 26,841 total)
  • Author
    Search Results
  • #49548

    I have successfully setup my site to integrate registrations/logins between wordpress on its own DB and domain (blog.bakedlog.com) and bbpress on its own DB and domain (forum.bakedlog.com).

    Files:

    WP: wp-content/plugins/bbpress-integration.php

    BBP: my-plugins/wordpress-integration.php

    • I can create a user in wordpress and log into bbpress with it.
    • I can create a user in bbpress and log into wordpress with it.(although the default role set for wordpress does not let me write (how do i change this?))

    However, I too cannot get cookies to authenticate between the two systems.

    I have included the following in bbpress’s config.php:

    $bb->cookiedomain = 'bakedlog.com';

    $bb->cookiepath = '/';

    I monitored the cookies created on my computer as I logged into each system, and noticed that bbpress was creating the cookie correctly, domain: bakedlog.com, while when I logged into wordpress it would set the domain on the cookie to blog.bakedlog.com.

    So the problem is with WordPress..

    Looking in WordPress’ wp-settings.php I see:

    if ( !defined('USER_COOKIE') )

    define('USER_COOKIE', 'wordpressuser');

    if ( !defined('PASS_COOKIE') )

    define('PASS_COOKIE', 'wordpresspass');

    if ( !defined('COOKIEPATH') )

    define('COOKIEPATH', $current_site->path );

    if ( !defined('SITECOOKIEPATH') )

    define('SITECOOKIEPATH', $current_site->path );

    if ( !defined('COOKIE_DOMAIN') )

    define('COOKIE_DOMAIN', '.' . $current_site->domain);

    So, in WordPress’ wp-config.php I inserted:

    // BBPRESS INTEGRATION

    define('COOKIE_DOMAIN', 'bakedlog.com');

    Clearing my cookies and logging into WordPress, I see the cookie domain is correct and matches my BBPress’.

    But, there is still another problem, the cookies set by BBPress appends an md5 hash based on the site url and table prefix to the cookie’s name (ie: wordpressuser_bf17f59023eb22f…..) while WordPress’ cookie name is only: wordpressuser

    I looked around in bb-settings.php and found:

    define('BBHASH', $bb->wp_siteurl ? md5($bb->wp_siteurl) : md5($bb_table_prefix) );

    if ( !isset( $bb->usercookie ) )

    $bb->usercookie = ( $bb->wp_table_prefix ? 'wordpressuser_' : 'bb_user_' ) . BBHASH;

    if ( !isset( $bb->passcookie ) )

    $bb->passcookie = ( $bb->wp_table_prefix ? 'wordpresspass_' : 'bb_pass_' ) . BBHASH;

    So, the next step is to define $bb->usercookie and $bb->passcookie in BBPress’ config.php:

    // COOKIE SHARING WITH WORDPRESS

    $bb->cookiedomain = 'bakedlog.com';

    $bb->cookiepath = '/';

    $bb->usercookie = 'wordpressuser';

    $bb->passcookie = 'wordpresspass';

    I cleared my cookies and tested it, VOILA! I can log into either section (bbpress or wordpress) and switch to the other without losing authentication!

    ==========SOLUTION===========

    BBPRESS CONFIG.PHP:

    // COOKIE SHARING WITH WORDPRESS

    $bb->usercookie = 'wordpressuser';

    $bb->passcookie = 'wordpresspass';

    WORDPRESS WP-CONFIG.PHP:

    // COOKIE SHARING WITH BBPRESS

    define('COOKIE_DOMAIN', 'bakedlog.com');

    ==========********===========

    Thats it I believe, let me know if it works for you or if you see anything I have done that could crash either program.

    -BHensley.com

    -Bakedlog.com

    #52753
    Trent Adams
    Member

    Rod,

    Right now, the integration with wordpress is strictly login related. The plugins for WordPress currently do not work with bbPress because of the differences in how they work with the system. I have requested the YouTube plugin for bbPress from the author of the Anarchy Media Plugin for WP and I hope this gets out there soon! Plugins don’t take too much to convert over to bbPress, but they still have to be converted to work with the system.

    Trent

    #1128

    Topic: Theme – Bloody Gray

    in forum Themes
    so1o
    Participant

    This is a wordpress/bbpress integrated theme. This theme will work only when you have integrated wordpress and bbpress. for details visit

    http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/

    Screenshots

    http://www.adityanaik.com/projects/themes/bloody-gray-theme/#bbpress-ss

    download the bbpress theme from here

    http://www.adityanaik.com/download/bb-my-template.zip

    download the wordpress theme here

    http://www.adityanaik.com/projects/themes/bloody-gray-theme/

    Note: the header in wordpress will need to be changed to add link to forum

    #1125
    Rod
    Member

    BBPress and WordPress = same creators … so a simple question : why, during the install, would be not possible to have 2 buttons radios with …

    Option One : create a new DB users

    Option Two : use the actual WP DB users

    ?!

    #52626
    drtech
    Participant

    Yes it’s working now.

    #52266
    suleiman
    Member

    hmmm…I’m having the same problem, where I get the error about the bbpress database not existing. I’m integrating with WPMU instead of regular wordpress but that shouldn’t really cause an issue should it?

    Is there a place we can hardcode it to wp_ instead of bb_?

    #1123
    Trent Adams
    Member

    I have been using Alex King’s Mobile edition for WordPress for quite some time and love it! I was wondering if someone would like to look at the plugin and see how it could work with bbPress. It seems pretty straight forward.

    http://alexking.org/projects/wordpress/plugins/wp-mobile.zip

    Another plugin called WordPress PDA is similar and might be easy as well.

    http://imthi.com/wp-pda/

    Interesting stuff! Any takers?

    Trent

    #52625
    Trent Adams
    Member

    So it is working the way you want now?

    Trent

    #52613
    Trent Adams
    Member

    In terms of integrating site with calling WP functions, it is a little out of my realm. If you search this site and can’t find anything useful, you can always head over to the forums with massive information!

    https://wordpress.org/tags/bbpress

    Trent

    #52624
    drtech
    Participant

    I think i have it. By removing the www from the wordpress link fixed it . (http://koma-inu.org/bbpress) Now comes up with welcome header if you are logged in.

    #1121
    #52569
    weirdtherapy
    Member

    @ear1grey

    I read something about problems with the google policy but I am not really at home with this whole policy stuff … do you know what I have to change so that there wont be trouble?

    @Trent

    “The more templates the better!”

    I think so too :o)

    It really helped me with WordPress that there have been so many themes when I started.

    I have made another one btw

    Screenshot

    http://www.weirdtherapy.com/images/crayzdarkshot.jpg

    Downloadlink

    http://www.weirdtherapy.com/zip/CrazyDark.zip

    Simple template – just made some changes on the main template.

    #1119
    aleko
    Member

    I’ve installed bbpress 0.73 and i integrate it with wordpress also in styles.

    I add <?php require_once(‘/Path to wordpress/wp-blog-header.php’) ?> for use “get_header”, or “get_footer” in bbpress templates.

    Now i discover that it’s incompatible with BBLANG because if i try to set it on it_IT (my language) i get this error Fatal error: Cannot redeclare class streamreader in /…./forum/bb-includes/streams.php on line 26

    Anyway if i remove the first lines i added in config.php the language work correctly but i cannot use “get_header” “get_footer” in bbress template.

    Anyone can help me ?

    #1118

    Topic: Lyceum

    in forum Plugins

    I was considering using Lyceum instead of wordpress-mu… would the integration with bbPress still be possible and *easy*?

    -Thanks

    -BHensley.com

    -Bakedlog.com

    #1113
    aleko
    Member

    I’ve installed bbpress with wordpress integration, the database integration works correctly thanks your guide. But… when i try to see my posts i have this error:

    (

    Parse error: syntax error, unexpected $end in /home/mhd-01/www.alessandropagano.net/htdocs/blog/wp-includes/gettext.php(307) : eval()’d code on line 1

    1 post)

    you can try to show this at http://www.alessandropagano.net/blog/forum/

    I’ve heard that this could be related with language settings… but my config.php have the default setting (define(‘BBLANG’, ”);)

    Thanks in advance, i hope to hear you soon!

    #52075

    In reply to: Simply doesn’t work

    plus64
    Member

    You need to change all links for bbpress and put bbpress in front of them, so they look like

    ^bbpress/tags

    etc…. and removed

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress

    as you can only ever have one of those in an .htaccess file, and connect it to your wordpress one as well. If you get all of that :X

    #52468
    Trent Adams
    Member

    If you mean adding forum as WP page, maybe check out:

    https://bbpress.org/forums/topic/166?replies=6

    As well, do a search in the wordpress.org forums because I am sure there is more examples in that forums.

    Trent

    #50135

    In reply to: UTW Error

    peiqinglong
    Member

    UTW for tags in WordPress.

    #52487
    Zambu
    Member

    Yes, I think I have them set correct in the config file as:

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = true;

    My links look like the following example:

    http://www.domain.com/forum/topic/70?replies=3

    I think these are what they call “pretty permalinks”. But still Google ignores the entire /forum/ subfolder and does not index it. On the other hand, Google indexes the rest of the website very well including my blog which is using WordPress.

    For the record, I have already checked to be sure the robots.txt file is not blocking spider access to the /forum/ subfolder.

    Any other ideas anyone???

    #1094
    Matt Brett
    Member

    I’ve got a new installation of bbPress which is integrated into a mammoth WordPress site and I’m quite pleased with the outcome. The only real roadblock I’ve hit cropped up while testing.

    If a user doesn’t close an HTML tag in their post, the formatting is carried through to the rest of the site (yikes!). As you can imagine, things can get ugly real quick when this happens. And it will happen, without a doubt.

    Anyone aware of a fix for this? Did some searching and browsing but didn’t find any mention of this.

    #51508

    In reply to: FeelingGray Theme

    pilkster
    Member

    but i think we should some how figure out a way to integrate the themes for wordpress and forums..

    Great idea :)

    #49547
    pilkster
    Member

    Hi again Trent

    I’ve had another go. Here are the steps I have taken:

    Created a new account on my server (taxdeduct.net)

    Installed WP 2.0.5 via fantastico

    Downloaded BB from this site

    Created database and user through cpanel. Added user to database with all privileges >> sidenote: https://bbpress.org/documentation/installation/ does not mention setting up the database. A bit confusing.

    Copied config-sample.php to config.php, edited with my info

    Uploaded to host

    Ran bb-admin/install.php

    Downloaded https://trac.bbpress.org/attachment/ticket/438/bbpress-integration.php – uploaded to WP plugins dir, activated and configured with tables prefix.

    Created new user on bbpress… couldn’t log in to WP.

    Created new user on WP… couldn’t log in to bbpress.

    My head hurts from pulling at my hair :(

    Another question: do you have to allow new user registrations on your blog for the plugin to work?

    #52400
    so1o
    Participant

    in function post_form –

    $page == get_page_number( $topic->topic_posts + $add )

    this is probably being evaluated as false.

    i say this because this your paging is messed up..

    http://booksinbed.com/wordpress/bbpress/topic.php?id=3&page=2

    if you go to the above link the number 1 should have link in the page navigation. in your case page 2 has..

    debug the get_page_number function whats getting loose..

    #52397
    Justin Tadlock
    Participant

    I’ve narrowed it down the exact problem. Well, I don’t know why, but it seems to be the source. In “header.php” I include with php a file called “menu.php.” Inside of “menu.php” I have my “recent entries” from my wordpress blog. When I delete this particular bit of code everything works fine.

    <div class="menu3">

    <h3 class="menuHeader">Recent Reviews</h3>

    <ul class="list">

    <?php $temp_query = $wp_query; ?>

    <?php query_posts('cat=3&showposts=10&order=ABC'); ?>

    <?php while (have_posts()) : the_post(); ?>

    <li>

    <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>

    <br />Review by <?php the_author_posts_link(); ?>

    </li>

    <?php endwhile; ?>

    <?php $wp_query = $temp_query; ?>

    </ul>

    </div> <!-- menu3 -->

    When the post limit exceeds 15, is the only time this seems to be a problem. This runs fine on all the other pages, or when the post limit is 15 or below.

    #1081
    Justin Tadlock
    Participant

    I just started a new site at http://booksinbed.com/wordpress/bbpress (the forum pat of the site) using bbpress.

    The problem I’m having can be found on this page:

    http://booksinbed.com/wordpress/bbpress/topic.php?id=3

    What is happening is when I exceed “The number of topics that show on each page,” which was set at 15 in my config.php file, the posting form disappears.

    I am at a loss as of what to do to fix this.

Viewing 25 results - 26,401 through 26,425 (of 26,841 total)
Skip to toolbar