Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 25,151 through 25,175 (of 26,844 total)
  • Author
    Search Results
  • #59508
    Anne-Lise
    Member

    Thank you so much! Also for the quick response.

    I already had the integration plugin installed. The only thing I needed to do was to install the allo spaces in usernames plugin. Now I can skip between blog and forum without any problems and without having to login again if I am already at one or the other.

    BTW: the cookie control plugin you reffered to in step 1 is no longer available for download at the site you referred to. But from what I understand from this article it is not necessary anymore.

    #2301
    adriengeille
    Member

    Hi guys,

    I can’t launch the installation of bbpress on my existing wordpress blog using the same database. The issue I have is, that i have a blank page…

    So no way to launch the installation.

    It’s on the same server

    using the same db

    I even created a second user to the DB (didn’t change anything)

    I have enabled all the writing right to the installation folder

    So what do you recommand. Do a fresch install of wordpress and bbpress or is there a solution for me to avoid that for exemple feeling up a file myself to have the insatallation process behind me.

    Cheers for your help.

    #58593

    In reply to: dodeca.org.uy

    rosebud
    Member

    I have wordpress and bbpress integrated (in terms of users and logins) but they do not share all the functions. BBPress is translated and working fine, however, I don’t have the wordpress code translated, just a po for the theme.

    #59507
    _ck_
    Participant

    All these problem are both cookie path

    and forbidden character problems.

    Both are poorly documented (or not mentioned at all)

    but the good news is that fixes exist for both issues.

    I have to find my previous instructions on this but

    because bbpress search is so poor, this may take awhile.

    Could someone please get this into a wiki or faq at some point:

    Steps required for more complete and problem-free bbPress+WordPress integration:

    1. cookies paths need to be changed to the same path in both WordPress and bbPress (change to domain root recommended)

    https://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010

    2. the integration plugin should be installed

    https://bbpress.org/plugins/topic/4?replies=26&more=1

    3. the allow spaces in usernames plugin should be installed (also add my underscore hack for characters bbPress by default forbids but WordPress allows – see my message later in same thread)

    https://bbpress.org/forums/topic/usernames-with-spaces-do-not-work?replies=28#post-7904

    4. add the ” set default role when registering new user though forum” mini plugin should be installed:

    https://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration?replies=10#post-8768

    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. ie:

    <?php $request_uri=$GLOBALS["HTTP_SERVER_VARS"]["REQUEST_URI"]; ?>
    <a href="/wordpress/wp-login.php?redirect_to=<?php echo $request_uri; ?>"><?php _e('Login'); ?></a>
    <a href="/wordpress/wp-register.php?redirect_to=<?php echo $request_uri; ?>"><?php _e('Register'); ?></a>

    6. optional but highly recommended, install the “use display name” plugin for mods+admin:

    https://bbpress.org/plugins/topic/2?replies=6&more=1

    #60046
    adriengeille
    Member

    Don’t work,

    If i delete $bb->wp_home and $bb->wp_siteurl both and leave the address blank ”

    here is the message i get…

    Does it ring a bell to anyone?

    Cannot select DB.

    #59506
    Anne-Lise
    Member

    BTW: WP and BBpress are using the same database.

    #59505
    Anne-Lise
    Member

    I have more or less the same problem. My forum is only accessible to WordPress users of the blog the forum is linked to. They cannot register themselves. Therefore registration is not possible on the forum either. All user names consist of two words. When I, or another user, is logged in in WP and then switches to the forum, he or she has to login again. When user name and password are filled in correctly and the login button is clicked, the user is redirected to a page where it says that the login failed and that he or she has to try again. But this time the space between the words of which the username consists is deleted (‘tester twee’ becomes ‘testertwee’). Logging in with the newly formed username doesn’t work either, of course. Logging in with a username that is made up of one word is no problem (for example ‘admin’).

    This problem didn’t exist in the previous version of BBpress and it doesn’t have anything to do with the browser either since I tested this with Firefox as well as with IE. I also tried deactivating all plugins, but wasn’t the solution either.

    I hope there is anyone who can help me fix this, because it’s really annoying. I was so glad I finally found a rather simple forum that could be integrated with WP.

    #58592

    In reply to: dodeca.org.uy

    w3creativa
    Member

    Hi again Rosebud, Is it an integration of wordpress and bbpress or you just installed bbpress and changed the language?. I am asking you because I integrated and when I try to change the language I get an error. I have done some research and I looks like there“s no solution yet.

    #56050
    w3creativa
    Member

    hi, I have the same problem. Has anyone found a way to integrate and change the language without errors?

    #60269

    In reply to: Akismet key id

    chrishajer
    Participant

    Once you have a wordpress.com username and password, you log in at wordpress.com and there is spot to retrieve your key. WordPress.com looks all different to me today, but the key is stored in there somewhere. Just look around.

    Once you have that, enter it in your config.php and start blocking spam.

    #2252
    rosebud
    Member

    I am having problems with the character encoding of my bbpress install. I have it integrated with wordpress and when I use the “Latest bbpress discussions” plugin I see the weird characters you get when you mix collations and charsets.

    I have wordpress in utf-8 thanks to this plugin: utf8 dtaabase converter.

    Before it I had it set to utf but still, the database was showing weird characters (the collation was alright though). So this is probably a MySQL problem somewhere.

    Should I try to adapt the wordpress utf8 converter for bbpress?

    #57654
    ajd777
    Member

    This is a little off-topic, but iif you are getting that much spam, you may consider looking at Bad Behavior

    It blocks spambots before they can add content to the database.

    #2291
    ganzua
    Member

    I’d like to add the same tool bar in all my web forms (by the way, it is up with bbpress), tinyMCE, fckeditor… whatever, but the same in all bbpress – wordpress forms.

    Is it possible? so far I only was able of displaying tinyMCE in wp with a plugin.

    #2287

    Topic: Gravatar Plugin

    in forum Plugins
    wsokc
    Member

    Inspiring from Gravatar plugin in WordPress, I try to find a work around to port that plugin to bbPress plugin, so I dont need to host image avatar files for each user.

    Is there anyone had done this before ?

    #57653
    rfleigh
    Member

    i dont understand what “define USER_BBDB_NAME, USER_BBDB_USER, USER_BBDB_PASSWORD, and USER_BBDB_HOST” means..

    here is my config.php file. please let me know if this is correct.

    <?php

    // ** MySQL settings ** //

    define(‘USER_BBDB_NAME’, ‘XXXXX’); // The name of the database

    define(‘USER_BBDB_USER’, ‘XXXXX’); // Your MySQL username

    define(‘USER_BBDB_PASSWORD’, ‘XXXXXX’); // …and password

    define(‘USER_BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    define(‘BBDB_NAME’, ‘XXXXX’); // The name of the database

    define(‘BBDB_USER’, ‘XXXXXX’); // Your MySQL username

    define(‘BBDB_PASSWORD’, ‘XXXXXX’); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // The full URL of your bbPress install

    $bb->uri = ‘http://richardfleigh.com/richardfleigh/bbpress/&#8217;;

    // What are you going to call me?

    $bb->name = ‘Richards new bbpress site’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘richard@mediosone.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = true;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = -5;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ”; // Example: ‘0123456789ab’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://blog.richardfleigh.com/&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://blog.richardfleigh.com/&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

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

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    #2284
    ajd777
    Member

    I’m working on a project that calls for a seamless integration of the two with all the bbPress functions available in WordPress and vise-versa. I have finished nearly everything including adding the bbPress admin menu items to the WordPress panel.

    However, the items don’t actually display because when WordPress checks to see if users can access them, the roles, such as “moderator” aren’t listed.

    Is there a way, in bbPress, to just get a list of the current users capabilities, so it can be filtered into the WordPress list? The project requires that it be done entirely through plugins.

    #60142

    In reply to: help with new install!

    Andrew
    Member

    Ah, you were right. With pretty permalinks off it works. Now I have to figure out how to get bbPress to play nice with WordPress. Hmm.

    Thanks much!

    #58619
    _ck_
    Participant

    The /~username is known to mess up both wordpress and bbpress permalinks. If you are trying to run that way permanently that way it will require some hacks.

    You might be able to setup the username as subdomain if you know what you are doing and get around the problem ie.

    username.example.com

    Or there might still be some decent free subdomain services around, unsure – you could use one to park onto of your account and then run that way to solve your problem.

    #60045
    fabianzaf
    Member

    Probably wont work but try making

    $bb->wp_home and $bb->wp_siteurl both “http://www.subventions.fr/wordpress&#8221;

    #60044
    adriengeille
    Member

    After a few tests it seems the problem comes from the last paragraph

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://www.subventions.fr&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://www.subventions.fr/wordpress&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    $bb->cookiepath = ‘/’;

    $bb->cookiedomain = ‘.subventions.fr’;

    define(‘WP_BB’, true);

    require_once(‘/wordpress/wp-blog-header.php’);

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

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

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

    Where is the error guys?

    bobbyh
    Member

    I had a user write a post with this title:

    =)

    This creates a post like this:

    * http://www.kosmosity.com/forums/topic/?replies=1#post-2

    I’m using the “slug” option on this test forum which uses the default theme and bbPress 0.8.2.1. It looks like the =) is being sanitized to “” (an empty string), which confuses bbPress and leads to that topic resolving to an error page. On the test forum to which I just linked, I have no plugins except WordPress Integration.

    Has anybody else run into this bug? Is there an existing workaround? If other people can replicate this bug, I’ll create a ticket in Trac. Also, if there’s no existing workaround, I’ll try to create a plugin workaround.

    Thanks,

    Bob

    #60172
    fabianzaf
    Member

    Actually… that wasnt such an elegant solution @_@ If logged in it redirects me to the control panel.. and when I access bbpress directly it still redirects :/ Maybe its because I dont have an ifelse going on.. not sure.

    Out of curiosities sake.. isnt there a way I can disable the wordpress control panel for subscribers and have them redirect to the bbpress profile page? That would be awesome…

    >_>

    #60170
    _ck_
    Participant

    Well vbulletin is king-of-the-hill for a reason, many years of development, but it costs, costs, costs for everything.

    But like I keep trying to suggest around here, bbpress’s easiest audience will be wordpress users, then next anyone who wants a more custom forum that doesn’t just have a vertical “brick” style.

    In any case, if you poke around here you’ll discover there are have a dozen hacks and plugins you will need to make wordpress and bbpress work together more perfectly, but they are available and “proven” at this point. Look for the integration tag. I’ve been meaning to try to put them altogether in one post but keep getting distracted with stuff like paying the bills so the lights (and computer!) stay on… LOL

    Forcing all logins through wordpress is possible (I do it on two sites now) but it requires a little bit of core hacks, which means the next time you upgrade it will have to be hacked again.

    Forced login for entirely member only forums is also very possible, I believe there is a specific plugin or hack around here for it.

    #60174
    Null
    Member

    This aint wordpress :) and yes everything has te be done offline :(

    #2270
    baduist3
    Member

    Am i missing something?

    I’m used to edit themes in WordPress through the admin panel, is it not possible for bbPress -do i have to edit offline?

Viewing 25 results - 25,151 through 25,175 (of 26,844 total)
Skip to toolbar