Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,876 through 24,900 (of 26,802 total)
  • Author
    Search Results
  • #2549
    mrwonderr
    Member

    I want to have one universal sidebar in my website for both WP and BB, but I can’t because I need a few BB Functions for it, particularly login_forms(). Is there a way to use login_forms() in WP?

    #2547
    honewatson
    Member

    I set up an integrated BBPress and MU WordPress on Nginx. There may be a better way of doing the rewrites but these work well for me.

    Here are the BBPress Nginx rewrites:

    location /forums/ {

    root /home/YOURDIRECTORY/public_html/forums;

    index index.php;

    if (!-e $request_filename) {

    rewrite ^/forums/topic/(.*)$ /forums/topic.php?q=$1 last;

    rewrite ^/forums/forum/(.*)$ /forums/forum.php?q=$1 last;

    rewrite ^/forums/profile/(.*)$ /forums/profile.php?q=$1 last;

    rewrite ^/forums/view/(.*)$ /forums/view.php?q=$1 last;

    rewrite ^/forums/tags/(.*)$ /forums/tags.php?q=$1 last;

    rewrite ^/forums/rss/(.*)$ /forums/rss.php?q=$1 last;

    rewrite ^/forums/bb-admin/ /forums/bb-admin/index.php last;

    rewrite ^/forums/ /forums/index.php last;

    break;

    }

    }

    Here’s a full write up here:

    http://dev.honewatson.com/bbpress-wordress-mu-integration-nginx-pretty-urls-rewrites/

    #60852
    honewatson
    Member

    Ditto – replacing /bb-includes/db-mysqli.php did the job.

    #61190

    In reply to: Plugin: Gravatar

    suzkaw
    Member

    I wish I would have seen this earlier. :) I just hacked in gravatar support by using the wordpress plugin. Since I didn’t see any listed in the extensions section I went ahead and applied to have mine added. I will go ahead and delete mine since their is really no point in having two.

    If you have any use for the code I used let me know I can send it on.

    #2535
    pezelle
    Member

    Great software – I love the approach take with WordPress and BBpress – simple, clean and elegant.

    Are you planning on adding photo upload capability for forum posters?

    #61198
    majea
    Member

    Livibetter, thanks, but I’m still a bit confused, as that looks like what I did type. Also, I installed bbPress as a subdirectory in the WordPress folder, so it was path/to/wordpress and then path/to/wordpress/bbPress. Does this make a difference?

    #61197
    livibetter
    Member

    majea,

    You used require_once in a wrong way. If you installed WordPress in /path/to/wordpress and bbPress in /path/to/bbpress, then you should use

    require_once '../wordpress/wp-blog-header.php'.

    You normally use require/include for local .php.

    PS. I don’t use WordPress and bbPress together.

    #2525
    majea
    Member

    I am trying to integrate bbPress with WordPress. I installed it on my local test environment first, in order to work out any kinks. bbPress is in the same database as WordPress. The installation went fine, it seemed, and I ended up with a basic version of bbPress — left-aligned black font on a plain white background. Is this what I am supposed to see?

    However, when I tried to point it to WordPress, using “require_once(‘http://localhost:8888/wordpress/wp-blog-header.php’);” in the config.php file, I only got a blank screen. Any idea what I’m doing wrong?

    I sort of fumble my way through all this web design stuff, so there is a good chance the answer is painfully easy, but I can’t seem to find it. Thanks.

    #60752
    grosbouff
    Participant

    I thinking to start developping a plugin.

    I’m not a real coder but i’ll try.

    Anyway, I think the problem is that bbpress uses names and not levels (like wordpress) for roles, so it will be hard to do, no ?

    If you have ideas, if you want to help me, please feed this threat !

    #2522
    intellivision
    Participant

    I’m going crazy trying to get this to work.

    I tried

    http://wordpress.org/extend/plugins/comment-quicktags/

    AND

    http://www.40annibuttati.it/comment-quicktags-for-bbpress/

    that.

    STILL no quicktags. I activate them, de-activate them, re-upload them. Everything I can think of I do.

    Help!

    #61176
    intellivision
    Participant

    WP answers to requests to domain.com

    I followed the WP instructions on serving WP from a different directory than it’s installed in (WP Admin -> Options).

    I put bbPress inside wp/ like the general consensus here recommends, and the syncing works very well. Cookies work fine etc. I’m very pleased with this. I didn’t want to have problems with syncing, so I didn’t do the parallel method.

    WordPress:

    http://appleswitcher.com

    bbPress:

    http://appleswitcher.com/wp/forum

    bbPress, ideally:

    http://appleswitcher.com/forum

    #60751
    rosebud
    Member

    I am on the same boat here. Actually I didn’t upgrade to 0.8.3 because of Forum Restriction breaking. I already have some sections of the forum pupulated, which need to be hidden from the general user, so upgrading is just not plausible for me right now. I am using it in conjunction with Private Forums plugin (which feels much better to me). If that plugin could be integrated with Roles it would be the best solution by far.

    I am at a dead end for now. I can’t upgrade WordPress to 2.3 because bbPress breaks, and I can’t upgrade bbPress because I would be opening some important forums to everyone.

    #2519
    andrew79
    Member

    I was having problems in deleting post that are posted other user. I’ll get the “you do not have permission” error when trying to delete the post on Firefox, Safari. While on IE 6 , IE 7 I can delete the post but when I refresh the post comes back.

    After a couple of hours trying to figure out what’s wrong I finally found the culprit . It was the WordPress Integration Plugin (0.7). Just a little heads up for you guys if you having problems to delete post on your forum.

    Andy

    #61175
    chrishajer
    Participant

    If your WP installation is at http://www.domain.com/wp/ then if you install the forum at http://www.domain.com/forum/ they are parallel. The bbPress installation would not be in a subfolder of WordPress.

    Does WordPress come up at http://www.domain.com or http://www.domain.com/wp/ ?

    There is probably a way to do it with mod_rewrite on apache, but I’m not sure I understand the question.

    #60750

    I’ve looked through the (two) plugins that allows us to restrict forums, and sadly, it seems your guesses are correct. The first one which allows you to allow users in to a forum based on member names is hardly compatible with the latest version of bbPress (and seems dead). I almost got it working right, except for the fact that it messed up my forum hierarchy, and some other bugs, which meant that threads couldn’t be posted to a certain forum without being in that forum, which was enough for me to rule it out.

    The other option, private forum as you tried out yourself, doesn’t allow us to do anything but restrict it to either members, mods or admins, which is the most viable solution to me at this point. It does mean however that I will need to give all my members who need access to the restricted forum moderator capabilities. Hardly ideal, but I’ll have to go with it for now.

    I’ll be looking at it this weekend though, and hopefully I can find a sort of solution to it. Right now I’m thinking of finding a way to strip moderators of actual moderating powers, but I really don’t know. Adding another usergroup (pretty simple) should work too, but it has to be reflected in the plugin as well, but I don’t have the coding skills (I don’t have any coding skills) to do that.

    Hopefully a gifted plugin developer will step in and solve this for us :)

    #61152

    In reply to: Internal Server Error

    livibetter
    Member

    Hi JRussell,

    Although, I don’t use WordPress and bbPress in the same time. But I think if you can provide web server logs like error.log from your hosting service provider. We will have more clues.

    #58158

    In reply to: bbSync

    slexaxton
    Member

    I understand having “something” as far as saving the wordpress comments, but the fact is that only WORDPRESS comments will be saved. Since the forum holds the integrated comments of both, all the comments are relevant, but if you were to look just at the wordpress comments, they wouldn’t make sense because if anyone replied to a message using bbpress, and had a conversation with someone on wordpress, we would only get half of the conversation. They are pretty much worthless, unless we can sync both database tables to store all comments, and in that case, we might as well just have a backup… unless you consider having potentially broken comments as a back up worth having, which I can see a case for, since alot of the information would be perfectly valid. But to me it seems like an all or nothing thing.

    #2421
    grosbouff
    Participant

    Hello, I use “Role Manager” plugin with worpress, which is very useful.

    I thought that bbpress will work with it, but instead it’s using his own roles.

    The problem is that I would like to use my custom-role in wordpress in bbpress too.

    I installed the plugin “private forums” for bbpress, and it’s a shame I can’t use my wordpress roles to make forums privates… ?

    Any idea ?

    #58156

    In reply to: bbSync

    vitovarducci
    Member

    I’m not sure what I’m doing wrong.

    I filled out all of the proper synchronization options and everything registered correctly.

    But when I go to migrate from bbpress post, I receive this error:

    WordPress database error: [Table 'db218346346.wp_bbpress_post_posts' doesn't exist]
    SELECT * FROM wp_bbpress_post_posts

    WordPress database error: [Table 'db218346346.wp_bbpress_post_posts' doesn't exist]
    SELECT * FROM wp_bbpress_post_posts

    How do I fix this?

    Thank you for your help!

    #2517
    _ck_
    Participant

    Automattic (wordpress.com) just “acquired” Gravatar

    http://blog.gravatar.com/2007/10/18/automattic-gravatar/

    Looks like we could have a reliable auto-avatar system for bbPress now? Any existing avatar plugin could ask the member if they want to “import” their gravatar.

    I think gravatars can only be 80×80 max and not animated so the existing avatar plugin is still far superior.

    #61145
    JRussell
    Member

    Okay, wow. It looks like I may have figured it out. All I did was set Permalinks to default within WordPress 2.3 and the installation came up. Sweet!

    #61144
    JRussell
    Member

    <?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

    // 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://www.unrpredental.com/wp02/forums&#8217;;

    // What are you going to call me?

    $bb->name = ‘Message Board’;

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

    $bb->admin_email = ‘xxxx@unrpredental.com’;

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

    $bb->mod_rewrite = false;

    // 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 = -7;

    // 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 = ‘b57b8370ac44’; // 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://www.unrpredental.com&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://www.unrpredental.com/wp02&#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’ );

    ?>

    #2510
    JRussell
    Member

    Hey everyone,

    I need to pick your brains. I have uploaded bbPress in a folder called “forums” within “wp02” (WordPress folder). I am using the same MySQL username and database info that WordPress uses since I want to integrate it. However, I’ve gone over config.php and I can’t seem to find an error. Can anyone offer assistance? Thanks.

    #58147

    In reply to: bbSync

    slexaxton
    Member

    Thanks for the edit jazbek, ill try that next. It seems more like an actual fix compared to whatever I did. However, I still have failed to run into a problem with my “hack.” All my users have the ability to make posts and comments, and all of my administrators can do the same. And now my administrators all keep their administrator status after making a wordpress post. I’m confused to why this hack even works, now that I look deeper into it… But I can’t break it… idk what to do.

    #2508
    SimOnline
    Member

    I’ve installed bbpress and integrated it with an existing installation of WordPress, but I can’t add any new forums, even though I’m logged in as the key master. I just get a message that I don’t have permission to do that. What’s the problem?

Viewing 25 results - 24,876 through 24,900 (of 26,802 total)
Skip to toolbar