Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,276 through 20,300 (of 26,846 total)
  • Author
    Search Results
  • #72609
    prosforpros
    Member

    BTW, I am using “require_once(‘/path/to/wordpress/directory/wp-blog-header.php’); ” for theme integration. I think this is what’s causing the registration to not work.

    #78315
    gerikg
    Member

    download and install this: https://wordpress.org/extend/plugins/bbpress-integration/ then it will tell yo the right lines to put.

    #78199
    gj-tje
    Member

    Hi there! :)

    I’ve got the same problem with a website I’m working on.

    I’ve tried every option posted here, but nothing seem to work.

    I am working with WordPress 2.8.4 and bbPress 1.0.2.

    I can log in on the bbPress and the WordPress, but the cookie integration (so people only have to log in from 1 place, logged in into both) isn’t working, they seem to get the user information from 1 table in 1 database.

    I’ve verified that the keys are the same, all the keys are defined in both wp-config.php and bb-config.php, with the same keys and the same values for the salt. I even have a define(‘cookiepath’, ‘/’);, which also doesn’t seem to work. :(

    I also have bbPress Integration (plugin) installed in WordPress, didn’t help as well.

    Anything I may have missed?

    hopeful4info
    Member

    I am looking for someone to help me with WordPress and bbPress. I have developed the wordpress site as a membership site and want to include a forum. I wasted about a month or more with SMF and couldn’t get it to work properly, so today I switched to bbPress and have it working in a iframe in one of the wordpress pages. The only problem is getting the cookies and all that to work so a person logged into the membership site can go right into the forum without having to re-log in and vice-versa.

    I installed the bbpress integration plugin and went through all the set up procedures numerous times to no avail. I also went through the “WordPress Integration settings” numerous times. I have compared both the WordPress config and bbpress config files to be sure the Auth_Key, Secure_Auth_Key and Logged_In_Keys were identical and they are.

    I have put the – define( ‘COOKIEPATH’, ‘/members/’ ); – line in the WPconfig file as instructed, but I just put it in exactly as shown here. I’m not sure if I should replace “cookiepath” with an actual path or if the word cookiepath is what they want.

    I am not a code person, but I can get along sometimes ok. sometimes not! This is a NOT day.

    Would some kind soul be able to help me with this?

    If not please steer me toward someone who can help.

    #78572
    Jan_d
    Member

    Did you mean this:

    ‘/*You will also have to manually ensure that the following constants are equivalent in WordPress’ and bbPress’ respective config files.

    WordPress bbPress

    AUTH_KEY <=> BB_AUTH_KEY

    SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY */’

    If so, then yes …

    #78554

    In reply to: jquery @ global header

    jQuery is already bundled with bbPress (and WordPress), so you can just use

    <?php bb_enqueue_script('jquery'); ?>

    in your theme’s functions.php and it’ll automatically be included in your header.

    Same applies for WordPress, but using wp_enqueue_script instead…

    But to answer your original question :P use <?php bb_active_theme_uri(); ?> to output the template directory or <?php get_bb_active_theme_uri(); ?> to return it as a variable.

    #78567
    gerikg
    Member

    Install this: https://wordpress.org/extend/plugins/bbpress-integration/ get the info

    example

    define( 'COOKIEHASH', '1111' );
    define( 'COOKIE_DOMAIN', '.website.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    put it in your wp-config.php after <?

    then put it in your bb-config.php without the cookiehash line.

    define( 'COOKIE_DOMAIN', '.website.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    #31627
    10mbt
    Member

    Fixed it! In wp-config.php, I’d set $table_prefix = ‘wp_’ to something it was not!! Typing error thanks to slippery fingers. My life is a million times better than it was 2 minutes ago.

    10mbt
    Member

    Hi Everyone,

    I’m an idiot, and I just managed to screw up installing bbPress so badly that when I tried to visit my site (http://www.incorruptcorpses.com), I was instructed to install WordPress (which I did). Now, instead of having my semi-completed design (which is backed up) and the many, many posts which are a part of my thesis research (which are lamentably not backed up), I have that stupid little white-and-blue “Welcome to your new WordPress!” page. So it seems I’ve managed to delete my old WordPress account or magically disassociate it from my URL. I think. Does anyone know what might be going on?

    Here’s a play-by-play:

    I’m using Webhostingpad as my host. When installing bbPress, I first tried the database name and password I use for actually logging on to my file manager/cPanel, then I used the database name and password listed under MySQL in my file manager/cPanel. Both worked. I would bet the problem lies here. But I really would just love for someone to tell me that I can retrieve my posts.

    Then, since I didn’t have any of the cookies stuff set up, I did that in my wp-config.php file. Then I copied and pasted into the bbPress installer.

    Then it didn’t work.

    Then I tried to look at my site for some reason, and couldn’t log in.

    I deleted all the changes I made in wp-config.php, to no avail.

    Is there anything I can do???

    Thanks!

    Maria

    #31621

    Topic: jquery @ global header

    in forum Themes
    johnnydoe
    Member

    hi,

    i know this works for wordpress…

    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.js"></script>

    what is the magic bbpress template directory php tag?

    thankees :D

    #78500
    johnhiler
    Member

    @eclipsenow – There are a few one-click WordPress plugins that offer basic forum capabilities, I believe – here’s one of them:

    http://simplepressforum.com/

    They aren’t usually pluggable… but you can get very simple forum capabilities with theme and cookie integration with these plugins.

    #78499
    eclipsenow
    Member

    It is SO sad that bbpress isn’t a one-click install plugin for WordPress. I want a forum that clicks into my main CMS quickly, that automatically reports latest posts to the *website homepage*, that automatically integrates user permissions etc, and that works with similar User Control Panel and information for all areas of the CMS.

    I want a blog that can automatically send posts/articles to the forum (the way bbsyn USED TO before support for it was dropped) where the comments can enjoy the full power of a forum.

    And I want it all in a few clicks.

    Only Joomla seems to do that with it’s 2 highly supported “fully loaded” forums. (Forums that have all the options already in them, and that don’t need basic things like email-notification added on.)

    #78552

    In reply to: WordPress Integration

    Rohan Kapoor
    Member
    #67739
    Rohan Kapoor
    Member

    All you’d really need to do would be replace the wordpress functions with bbpress and it would work. I’ll take a look and let you know.

    #78551

    In reply to: WordPress Integration

    chrishajer
    Participant

    Not with the latest version of bbPress. bbSync used to do this for the older versions but it became problematic to use after a while.

    #78498
    chrishajer
    Participant

    http://www.fahlstad.se/wp-plugins/wp-forum/

    There are a few forum plugins for WordPress. bbPress is not one of them though.

    No one has ever asked about migrating from wp-forum here as far as I know.

    #31620

    Topic: WordPress Integration

    in forum Plugins
    agibbins
    Member

    Sorry, yet another wordpress integration topic.

    I’m looking for a plugin that would post within an “announcement” forum on my bbpress board every time a blog post was made within a certain category. Effectively replacing the comment functionality of wordpress. There shouldn’t be any way to post within this “announcement” forum other than via the blog.

    Does anyone know of a plugin that does this?

    Many thanks

    extrakun
    Member

    Hi,

    I have installed WP 2.8.4 and the most recent version of BBPress. Via the user role mapping, I managed to get a user who is registered through WordPress to have a default role in BBPress. However, I cannot find any plugins that allow anyone who is registered through BBPress to have a default role (it’s currently set to None) in WP. Any idea how may I achieve that?

    #67738
    Olaf Lederer
    Participant

    I’m using a WP plugin for my blog, can’t imagine it would be that difficult…

    https://wordpress.org/extend/plugins/wp-facebookconnect/

    The connect button is automatically added to the registration page and a user is created.

    These two things need some modifications I guess

    #74122

    Not to bring this back from the dead, but if you’re still interested for the time being…

    https://wordpress.org/extend/plugins/buddybar-in-bbpress/

    #31618
    Mohamed
    Participant

    Hello

    I’ve just finished installing the wordpress and bbpress and did the dual log in correctly but now I want to know how to set the User Role Map correctly as I do not know how or which one to pick and associate with each one

    For example, for WordPress Administrator shall I pick key master or which one?

    Also for WordPress Editor which one I should pick!?

    Thanks

    #78533
    Mohamed
    Participant

    Thanks a lot

    I’ve done it correctly

    Thanks

    #78532
    Mohamed
    Participant

    It is the latest version for both of them …

    #78531
    johnhiler
    Member

    What version of WordPress did you install?

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