Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,001 through 20,025 (of 26,846 total)
  • Author
    Search Results
  • johnhiler
    Member

    It looks like you’re trying to install bbPress as a plugin within WordPress?

    It’s actually a separate program… you have to install it separately from WordPress. You can integrate the two, so that they have shared users. :-)

    #31934
    kaz1844
    Member

    I have been combing the forums and have found a variety of answers to this, but many are old and am wondering what the most current directions are for using WordPress headers and footers to unify the look and navigation with the BBPress section with the of my site. I have simple directory structure, i.e. wordpress in the root, bbpress as a subdirectory, and have completed cookie and user integration. Any advice or links to current threads would be great. Thanks.

    #64937
    kaz1844
    Member

    here’s what I did to get a page in wordpress in my navigation bar that redirects to the bbpress part of my site: set up a page template and made sure it was selected when I set up the forum page in wordpress – the template simply included redirection code:

    <?php

    /*

    Template Name: Forum Section

    */

    ?>

    <?php

    header( ‘Location: http://www.yourdomain.com/your-forum-name-directory&#8217; ) ;

    ?>

    joseffb
    Member

    Not working.

    The bbpress plugin didn’t give me a domain name so I added it in, but I had to leave it off of the wp-config because if I add it in then the primary domain (with a different domain name) can’t login correctly.

    Primary = theitsites.com (blog ID 1)

    Secondary = channeltechcenter.com (blog ID 15)

    Forum = channeltechcenter.com/forum

    This is how my config files look now:

    bb-config.php:

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    define( ‘COOKIE_DOMAIN’, ‘.channeltechcenter.com’ );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}

    *

    * @since 2.6.0

    *psuedo keys for example.

    */

    define(‘AUTH_KEY’, ‘TTm1LH+ujM}EMaa*{~>?q|GCvQO&.Yi?UuXOTB}Y{eD78Ew;,v[,wMVy7AI8IW^i’);

    define(‘SECURE_AUTH_KEY’, ‘fv-=YGe08*cM>$7UkQUEp##.LU@{oE/1Y!!&fB<CSd1iuO(,OL=/1aFB::8[:-4U’);

    define(‘LOGGED_IN_KEY’, ‘v;F@8Oq+nF</b^|C{+:en&G/w-(d.gG(+ |;mlH%OlG+!`_|_&~EQvwV&+7#T5t=’);

    define(‘NONCE_KEY’, ‘!XG!+oY_BGgjPq;g^}@`3d{g7+Wtt0bFfHn5dx?>/Gu*O)U{QxZy|S3<:YR(N@b.’);

    define(‘AUTH_SALT’, ‘9|w7:dtp.e8ST$$ D!]l^lz~ue{Kln|R/o@-X|i0~o|?>s;[Sq#A4z*_gb[g#ZOZ’);

    define(‘SECURE_AUTH_SALT’, ‘EPtQFM)4AL^Z`QIN&v9{g,xtZxQCUz8M<F0B|YSkvfDTp>fhTIficKU/R h9lR%A’);

    define(‘LOGGED_IN_SALT’, ‘YReh`^4tc~-itnl!cNLeJ~EmF>+||Tn5nyiAv|i6{U^_CQOx=yz#>9aIiq?;-cBh’);

    define(‘NONCE_SALT’, ‘n[ZOFHB1^vX[|5&3Rq;NT%c.8^.NN71.(IR+8#Lt.(De5q5 ~=*V;C.Z1F|H[Bbj’);

    WP-Config.php:

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define(‘DB_COLLATE’, ”);

    define(‘VHOST’, ‘yes’);

    $base = ‘/’;

    define(‘DOMAIN_CURRENT_SITE’, ‘theitsites.com’ );

    define(‘PATH_CURRENT_SITE’, ‘/’ );

    define(‘SITE_ID_CURRENT_SITE’, 1);

    define(‘BLOGID_CURRENT_SITE’, ‘1’ );

    /**#@+

    * Authentication Unique Keys.

    *

    * Change these to different unique phrases!

    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}

    *

    * @since 2.6.0

    */

    define(‘AUTH_KEY’, ‘TTm1LH+ujM}EMaa*{~>?q|GCvQO&.Yi?UuXOTB}Y{eD78Ew;,v[,wMVy7AI8IW^i’);

    define(‘SECURE_AUTH_KEY’, ‘fv-=YGe08*cM>$7UkQUEp##.LU@{oE/1Y!!&fB<CSd1iuO(,OL=/1aFB::8[:-4U’);

    define(‘LOGGED_IN_KEY’, ‘v;F@8Oq+nF</b^|C{+:en&G/w-(d.gG(+ |;mlH%OlG+!`_|_&~EQvwV&+7#T5t=’);

    define(‘NONCE_KEY’, ‘!XG!+oY_BGgjPq;g^}@`3d{g7+Wtt0bFfHn5dx?>/Gu*O)U{QxZy|S3<:YR(N@b.’);

    define(‘AUTH_SALT’, ‘9|w7:dtp.e8ST$$ D!]l^lz~ue{Kln|R/o@-X|i0~o|?>s;[Sq#A4z*_gb[g#ZOZ’);

    define(‘SECURE_AUTH_SALT’, ‘EPtQFM)4AL^Z`QIN&v9{g,xtZxQCUz8M<F0B|YSkvfDTp>fhTIficKU/R h9lR%A’);

    define(‘LOGGED_IN_SALT’, ‘YReh`^4tc~-itnl!cNLeJ~EmF>+||Tn5nyiAv|i6{U^_CQOx=yz#>9aIiq?;-cBh’);

    define(‘NONCE_SALT’, ‘n[ZOFHB1^vX[|5&3Rq;NT%c.8^.NN71.(IR+8#Lt.(De5q5 ~=*V;C.Z1F|H[Bbj’);

    Please feel free to email me

    joseff at theitsites d0t c0m

    #79933

    In reply to: New installation fail

    johnhiler
    Member

    Yah it’s not a WordPress plugin… it’s separate software which has plugins of its own.

    There are WordPress plugins like this one that offer very basic forum functionality:

    https://wordpress.org/extend/plugins/wpforum/

    You might want to try something like that, if you’re not comfortable installing standalone forum software…

    Good luck!

    #31920
    dustin999
    Member

    Hey guys! Just wanted to get some feedback on my newly redesigned deals and coupons site, bargainjack.com. I’m using wordpress, coupled with a lot of customization/plugins, as well as BBPress for all of my forums. I’ve even integrated feedback on each product/deal landing page which goes directly to bbpress.

    Please let me know what you think, or if you have any suggestions!

    Thanks,

    Dustin

    #79931

    In reply to: New installation fail

    johnhiler
    Member

    Are you installing bbPress as a plugin in a WordPress site? That would trigger an error like the one you reported…

    #31917
    #69782

    I have modified the original script to work with a bbpress integrated with wordpress. but the password is not working!

    http://svn.adrianomelo.com/labs/Wenetus/phpbb3tobbpress.php

    – uses the table wp_users instead bb_users

    – the users in the wp_users are not lost!

    – conficts resolved (user exists on wp database and phpbb database)

    PROBLEM: the phpbb password is not working when imported to wp database

    #79879
    chandersbs
    Member

    WordPress + bbPress is not always easy, but sometimes, unavoidable…

    #79878
    chandersbs
    Member

    I think webmasters that run a forum, and wanna have “normal” pages for information, should look for a different way, for creating single pages with a reply form, integrating with WordPress is not a good thing IMO.

    The reason why I’m saying this is, is that WordPress is under a constant development, but bbPress not, atleast that’s what I read. If WordPress gets updated and bbPress doesn’t and if that breaks the integration, you’ll be stuck on that for a while for support.

    gerikg
    Member

    Josef, take out in wp-config

    /**bbpress integration **/
    define('USER_COOKIE', 'wordpressuser');
    define('PASS_COOKIE', 'wordpresspass');
    define('COOKIEPATH', $base);
    define('SITECOOKIEPATH', '/');
    define('COOKIE_DOMAIN', '.thisissite2.com'); // same as bbPress

    and bb-config

    $bb->wp_home = 'http://thisissite2.com/';
    $bb->wp_siteurl = 'http://thisissite2.com/';

    // Integrating with mu
    $bb->cookiepath = '/';
    $bb->cookiedomain = '.thisissite2.com'; // leading . allows subdomain sharing
    $bb->usercookie = 'wordpressuser'; // WPMU doesn't hash cookies
    $bb->passcookie = 'wordpresspass'; // WPMU doesn't hash cookies

    Use this plugin https://wordpress.org/extend/plugins/bbpress-integration/

    If you’re using MU you will get 4 lines, cookiehash, cookie_domain, sitecookiepath, and cookiepath.

    get the information from there and put it right AFTER this line in wp-config

    * @package WordPress
    */

    then paste only cookie_domain, sitecookiepath, and cookiepath in bb-config file. leave out cookiehash right after

    * @package bbPress
    */

    Then get new keys, use this link https://api.wordpress.org/secret-key/1.1/salt it has 8 keys put it in both like you did before. Don’t forget the BB_ prefix in bb-config.

    Clear your cache and cookies. Give it a try. if that doesn’t work then look in your BB dashboard and check your settings on wordpress integration. make sure if you left out “www” in wordpressd to leave it out on bbpress.

    #79761

    In reply to: WordPress Integration

    @amylmc

    Just add them if they are not there

    #79877
    gerikg
    Member

    The integration wasn’t hard. I found only one theme that I wasn’t able to make look like wordpress because it was a complex WP theme to begin with, one with many WP header options. BBpress stand alone is great but if you have a site already and you looking for a forum for just help, like this one. Right now if you click on EXTEND, you will have to login again. It can get annoying especially when you don’t understand that this is more than one “software” working at one site. If your site is a forum site great. If your site is not a forum site, like THIS ONE. The forum is just for help. Plus, with WP you can create multiple pages, gallery, forms, etc etc.

    raumgleiter
    Member

    Hi,

    With the help of a lot of posts about this topic on this forum I was able to come to a point where I have useres between Wp and BB integrated and I also started the deep integration of WP template and BB press on a test site here:

    http://www.itouchaudio.com/forum

    I added code to my bbpress config to be able to call wordpress functions. Then I copied over the Wp header.php from my wordpress theme into the bbpress theme folder (hope that was right). Now what you see on the above link is the result so far. still got quite a bit of problems I guess. The CSS of the forum seems to be not available so ….

    I am wondering this: What do i do with the CSS files… At the moment I am loading the CSS file from wordpress theme but also the CSS file from the bb press theme…. Of course that doesn’t work 100% as you can see but what should i do? How can you have the CSS for both the Wp and BB theme integrated to work together?

    BTW: In case this is important I am using the bbpress forum theme (the one that mimics the look of the bbpress forum, the one right here).

    I know this goes a bit already into a CSS problem, not specifically BB press anymore but I was hoping some of you might be able to point me into the right direction looking at what I got so far.

    Thanks for any help.

    #79874
    chrishajer
    Participant

    “why to integrate at all?”

    I think I explained it:

    1. so you can make the two look similar by using WordPress functions

    2. so your users can log in once and be logged in in both places

    Other than that, I don’t see a benefit either, and certainly not enough benefit to jump through all the hoops that are required to get it working.

    #79873
    Ben L.
    Member

    I’m strongly against deep integration. It slows down bbPress and WordPress, and most of the time (especially with bb1.0) it will create errors. If you integrate using the built-in integration settings, you’ll be able to share logins and user accounts between bbPress and WordPress. For me, it’s no integration (for example, forums that aren’t tied to a specific blog) or normal integration (for forums that are).

    #79871
    chrishajer
    Participant

    Integrating does not help WordPress plugins work on bbPress. If that’s all you’re looking for, you probably don’t need integration. If you’d like to ensure that WordPress plugins work in your forum, maybe you want a forum plugin for WordPress, not bbPress.

    #79883

    In reply to: Link Cloaking

    <?php
    /*
    Plugin Name: Remove Links (conditional)
    Description: Removes links for non-registered users. Based on <a href="http://ckon.wordpress.com/2007/07/12/bbpress-plugin-bb-tweaks/">bb tweaks</a>.
    Plugin URI: https://bbpress.org/forums/topic/hide-links
    Version: 0.01
    */

    function bb_strip_links( $text ) {
    global $topic;

    $forums = array(
    1,
    2,
    3,
    );

    if ( !in_array( $topic->forum_id, $forums ) )
    return $text;

    if ( !bb_current_user_can( 'write_post' ) )
    $text = preg_replace('|<a (.+?)>(.+?)</a>|i', __('(Login or register to download)'), $text);

    return $text;

    }

    add_filter('post_text', 'bb_strip_links');

    ?>

    #79867
    Elias
    Member

    For normal site-users it can be nice, that they’re logged in at WordPress if the’re registered and logged in at bbPress. The WP comment form is simpler for the logged-in-users, they don’t have to type their name, mail adress and homepage. If you configure your WordPress in a way which requires registration of commenters, there is an additional benefit for administration. There are always some hand-registered SEO-spammers, and it makes you less work if you have only one user database. The mapping of WP user roles to user roles in bbPress may save some work too.

    For most installations, the integration isn’t needed. Always remember that the bbPress installation with integration is significantly more complicated than a normal bbPress installation and may lead you to incompatibility issues with future WP releases. Think about it before doing. I love it, but it is a little hard sometimes…

    #79866
    chrishajer
    Participant

    Many people want integration so that your users can log in to either bbPress or WordPress and not have to log in again when they switch from blog to forum, or forum to blog.

    Others want ‘deep integration’ so they can use WordPress functions (like get_sidebar, get_footer and get_header) in their bbPress installation. Sometimes they want deep integration to make the two themes look similar or identical. Sometimes they want to be able to pull WordPress information into bbPress or vice-versa.

    I integrated a forum with a blog one time but I normally have no use for it. It’s not worth the trouble for me, and I don’t need integration of users or functions.

    #79702

    In reply to: Need A Project ShowOff

    I just asked for a feedback on the site as per the design and implementation of WordPress & bbPress. And my main target are Indian students only. If you want to contribute, then why not sign up? I would love to see you in NAP forums.

    #79828

    “Currently, plug-ins for both WordPress and bbPress, WordPress’ forum software solution are available.”

    *sigh*

    Apparently the bbPress plugin is still in alpha, as of about 10 days ago:

    http://forum.gigya.com/forum/Default.aspx?g=posts&m=1619

    The WordPress one is released though, so maybe it’d be fine under a WP/bbP integration setup

    #31894
    Silvanovicz
    Member

    Hi guys – just came across this Gigya platform, which allows users to login via Facebook Connect, Twitter and other platforms. The site references bbPress as well (saying the plugin works for both WordPress and bbPress), but I can’t actually much documentation about the bbPress side of things.

    I know a lot of you guys are keen for some sort of Facebook Connect plugin, so thought this might be the one to explore? Has anyone tried this product yet and is it any good?

    http://blog.gigya.com/?p=911

    #79821
    jivago
    Member

    Open your database, search table “wp_usermeta”, check meta_key “nicname” and change “meta_value” to your nicname for user admin in wordpress.

    This was the problem in my case. I hope help you

    Sorry for my english :(

Viewing 25 results - 20,001 through 20,025 (of 26,846 total)
Skip to toolbar