Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 22,201 through 22,225 (of 26,864 total)
  • Author
    Search Results
  • #4642

    Woah! Total newbie. Have wordpress installed on my host at http://englishforuniversity.com I have installed various plugins. But it looks like bbPress is NOT a plugin. I cannot understand any of the install instructions. I need to upload it to my host, but where do I put it? All the other things I have put into my wp/plugins. I have been looking but the instructions are way over my head. Any tips?

    Pat

    #71151
    mzimmers
    Member

    Oh, I’m sure it works just fine. The “yuk” was elicited by this:

    5. search your bbpress templates and force all registrations/logins through wordpress from the several places they are buried on the forum (the WP login interfaces are far more developed) – unfortunately at least one bbPress login location is hard coded in the core which will require a direct hack everytime you upgrade.

    I was hoping for something more one-time, but…I think I can live with this.

    #4640

    In my WordPress functions.php file, I am queuing up jQuery for some interface objects I’m using.

    wp_enqueue_script('jquery');

    It seems this messes with bbPress’s javascript inclusion, causing none of the JS from bbPress ever to get loaded.

    Because I am using jQuery also in bbPress, is there a way around this that anyone can think of?

    #4639

    Can anyone explain me what does the statement mentioned in bbsync plugin means –

    “This plugin will disable bbPress Post. It can clean up bbPress Post, use the data itself and get rid of the old tables. This plugin does not add tables.”

    Actually, I want two functionality after installing bbsync in my forum

    http://www.aboutonlinetips.com/forum

    1) Whenever I create a post then a new topic with same name should be created in forum. The comments on both (forum and wordpress blog) will be in sync. If anybody comment on forum then it should be visible to wordpress blog and vice versa.

    2) Users should directly add or create a new or different topic in bbpress forum.

    Should I Install it?

    #71150

    I am using the same plug-in and am doing exactly as Chris has recommended. Note that the user will not be assigned a role on the bbPress side until they actually visit the forums, because WordPress has no way to know that bbPress needs an additional capability.

    I’ve thought about trying to port the plugin over to the bbPress side, but things seem to be working as they are right now and no one has complained about it yet.

    #71148
    chrishajer
    Participant

    I think forcing all registrations through WordPress is the way to go:

    https://bbpress.org/forums/topic/user-intregation-between-wordpress-038-bbpress-not-work#post-10428

    That’s an old post, but it describes the process best.

    #4638
    mzimmers
    Member

    In my WordPress site, I’m using a plugin called “Register Plus” that permits me to define which fields are required for registration. (I’m only requiring first and last name in addition to email address.) Is there some way to enforce this on the BB end? I’m trying to use a single user DB, but I’m concerned about what will happen if people register on BB and don’t put in the fields I want.

    As a fallback, can I disable registrations on BB and just force them to go to WP?

    #64687
    bradandersen
    Member

    Hello,

    I’m using WordPress 2.7 and there is no SECRET_KEY in wp-config.php, there are only:

    define(‘AUTH_KEY’,

    define(‘SECURE_AUTH_KEY’,

    define(‘LOGGED_IN_KEY’,

    define(‘NONCE_KEY’,

    Which one do I use? Do I need to enable something to get a SECRET_KEY into my wp-config.php file? Did I miss a step somewhere?

    Thanks,

    Brad

    #4632
    Daniel Juhl
    Participant

    I’m working with bbPress in some languages with special characters, but I think that the way those are being handled when making for instance topic_slug isn’t the best way. Is it something which might be changes in the core, or which function should I “change” to add the nicer translation. The following three examples are handled the same way in both bbPress and WordPress.

    Some examples from the Danish alphabet:

    – æ/Æ > ae (not changed at all)

    – ø/Ø > oe (not changed at all)

    – å/Å > aa (changed to a at the moment)

    #70075
    Alvyn
    Member

    Hi there!

    I had recently installed bbpress to my href=”http://www.going2campus.co.cc” and wordpress installed to my href=”http://www.going2college.co.cc”

    I wish to integrate the bbpress into my wordpress but do not know how to do that.

    Can anyone help me with this task.

    Thank you.

    #70305
    bandit99
    Member

    Great video & very useful, but…

    Followed the info with WPMU 2.7 & bbPress Alpha & ok except cookies not working… Logging into WP as admin I get the 3 bbPress cookies set (I do get others set as well – these are just examples):

    Name: wordpress_ Path: /wpmu/bb-forums/bb-admin

    Name: wordpress_ Path: /wpmu/bb-forums/bb-plugins

    Name: wordpress_ Path: /wpmu/bb-forums/my-plugins

    Then moving to bbPress I don’t get logged in. I can manually log in as admin (the db integration works fine) but if I look at the cookies set by bbPress they include:

    Name: wordpress_31f5b4f2f1336e7259bb25056b62d533 Path: /wpmu/bb-forums/bb-admin

    Name: wordpress_31f5b4f2f1336e7259bb25056b62d533 Path: /wpmu/bb-forums/bb-plugins

    Name: wordpress_31f5b4f2f1336e7259bb25056b62d533 Path: /wpmu/bb-forums/my-plugins

    Despite the keys & salt between bbPress & WP being the same, the names & content of the above cookies are different between WP & bbPress.

    So, looking at the above it’s not surprising the login between WP & bbPress isn’t successful. So, where did I go wrong or what is the problem?

    Thanks.

    #71089
    rjeevan
    Member

    okey…

    Tanks for re post _CK_

    One more question… ? do you know where i may find the Query [Database Query] filters?

    Its there any available like wordpress? [eg. posts_where]?

    #63952

    so i guess i answered my own question… apparently you have to use the unstable “alpha” version of bbpress with the latest version of wordpress:

    Download

    #63951

    i have wordpress 2.7 and im in the middle of the bbpress forum installation, however bbpress is asking for a secret key:

    WordPress cookie secret key:

    put your unique phrase here

    This value must match the value of the constant named “SECRET_KEY” in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.

    the problem is that since wordpress 2.6 there exists 3 secret keys for wordpress and bbpress is asking for just one and bbpress has the name of the variable wrong “SECRET_KEY”:

    /define(‘AUTH_KEY’, ‘put your unique phrase here’);

    /define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);

    /define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);

    /define(‘NONCE_KEY’, ‘put your unique phrase here’);

    what should i do? i calso cant find which version of bbpress i have, is there a different version that i need?

    #70503
    chrishajer
    Participant

    Yes, the 1.0 branch will have integration with WordPress 2.7+

    There have been quite a few 1.o alpha releases in the past few months, but they keep changing fast and wouldn’t be suitable for a live site.

    #70371
    supreme87
    Member

    Hi all

    I have the same problems with wp 2.7 and bbpress 1.0.6 alpha, if I login in wordpress it logout in bbpress and viceversa.

    I have put in wp-config and bb-press the same auth key – secure key and logged in key

    the salts too in installation of bbpress (i have take that from wp-admin/options)

    and then i have added in wp-config.php

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    and in the bb-config.php

    // Start integration speedups

    // WordPress database integration speedup

    $bb->wp_table_prefix = ‘wp_’;

    $bb->user_bbdb_name = ”;

    $bb->user_bbdb_user = ”;

    $bb->user_bbdb_password = ”;

    $bb->user_bbdb_host = ”;

    $bb->user_bbdb_charset = ”;

    $bb->user_bbdb_collate = ”;

    $bb->custom_user_table = ”;

    $bb->custom_user_meta_table = ”;

    // WordPress cookie integration speedup

    $bb->wp_siteurl = ‘http://mydomain’;

    $bb->wp_home = ‘http://mydomain’;

    $bb->cookiedomain = ”;

    $bb->cookiepath = ‘/’;

    $bb->authcookie = ‘wordpress_66640defe2164fce559625e843fb6d04’;

    $bb->secure_auth_cookie = ‘wordpress_sec_66640defe2164fce559625e843fb6d04’;

    $bb->logged_in_cookie = ‘wordpress_logged_in_66640defe2164fce559625e843fb6d04’;

    $bb->admin_cookie_path = ‘/forum/bb-admin’;

    $bb->core_plugins_cookie_path = ‘/forum/bb-plugins’;

    $bb->user_plugins_cookie_path = ‘/forum/my-plugins’;

    $bb->sitecookiepath = ‘/’;

    $bb->wp_admin_cookie_path = ‘/wp-admin’;

    $bb->wp_plugins_cookie_path = ‘/wp-content/plugins’;

    // End integration speedups

    Any Solutions? Really Thanks

    #70501
    chrishajer
    Participant

    The bbPress 0.9* series is designed for integration with WordPress up to 2.5.1.

    #71021

    Using the method above, a new user registering in WordPress is given the proper role/capability in bbPress. So far this appears to be the best integration yet. I will of course do more testing, but so far so good!

    Note: This also proves compatible with the WordPress “Register Plus” plugin.

    #71122
    marcoapaulo
    Member

    Anyone?!

    #71121
    marcoapaulo
    Member

    But to use gravatar its necessary a gravatar account. I forgot to mention something: in bbpress, I’m using Avatar Upload, so no one needs to have an extra account to use a avatar.

    #71120

    You could use Gravatar, and then they’re the same all over.

    #4620
    marcoapaulo
    Member

    Hi there

    As said in the topic title, how can I use bbpress avatars on wordpress comments? I have bbpress and wordpress on the same database.

    Is there anyway to do this?

    Someone told me to use User Photo, but I couldnt make it work… and I was wondering if existed some kind of code to add so wordpress could call the avatar from bbpress.

    Thank you

    #70975

    Chrishajer,

    I installed again and it seamlessly integrated with wordpress blog.

    I installed bbpress-0.9.0.3 with WordPress version 2.6.1

    Many thanks for your support

    regards

    Chris Martin

    #71115
    chrishajer
    Participant

    Did you resolve it? It’s in your WordPress theme CSS.

    #71113
    chrishajer
    Participant

    You mean the “Community” section on your WordPress site?

    You need to change your .discussions2 style in http://www.audioscribbler.co.uk/wp-content/themes/revolution_magazine-40/style.css:

    .discussions2 {

    font-weight: none;

    }

    There’s no such font-weight. You want:

    font-weight: normal;

    It pays to validate your CSS:

    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.audioscribbler.co.uk%2F

    You’ve made the same error in other places as well.

    Also, this has nothing to do with bbPress really, it’s more of a Revolution Theme or WordPress question.

Viewing 25 results - 22,201 through 22,225 (of 26,864 total)
Skip to toolbar