Skip to:
Content
Pages
Categories
Search
Top
Bottom

Intergrate muwordpress and bbpress?

Published on June 7th, 2007 by

Ok I know, another question about integration.

I trying to intergrate Mu wordpress and bbpress and here is the thing:

I have installed wordpress in to a folder like:

mydomain.com/wordpress

and I also installd bbpress in to a folder like

mydomain.ocm/wordpress/forum

I have also altered in bbpress config.php

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

Now when i try to access mydomain.com/wordpress/forum

WordPress wants to create a new account for the blogg and I think this is because I dont use subdomain for new blogs.

Q1: Is it possible to intergrate bbpress with Mu wordpress?

Q2: Do I have to use subdomains to get this to work or is it possible not to use subdomains. If so, how?

I have to change webhotel to try subdomains so I rather wait until some of you tell me if it will work or not!

If i dont try to integrate the functions with the

require_once(‘../wordpress/wp-blog-header.php’); line in bbpress config.php everthing works just fine… I can use the same username and the intergration works really good untill I add the wp-blog-header.php line.

Language changed without any action

Published on June 5th, 2007 by

Dear community,

today my bbpress just changed its language to english and it seems like it doesn’t care about the german language file. I haven’t changed the configuration file or something else on the server. Renaming the language file didn’t show any results. Yesterday bbPress didn’t accept my template-folder, so that I had to change its name and then it worked.

You can see, there are many strange things happening on my installation. I talked to my server host and he said everything is alright.

I’m using bbPress 1.0 alpha, but even the stable version, which I installed on the same database, shows the same problem.

Does anybody have an idea? Is there any database entry which contents the language settings?

Thanks,

jetson

Explination Of Roles

Published on June 5th, 2007 by

I apologize if this is a repeat, I did search but couldn’t find an answer…

Is there an explanation of the user roles? What kind if privileges are there? Also, can we add the answer to the documentation?

Is there any phpbb replication theme?

Published on June 5th, 2007 by ganzua

I integrated wordpress and bbpress; I succeded in displaying wordpress header, footer and sidebar in bbpress, and user logins are integrated which is great :)

However, each bbpress modification is being a big step for me and I’m finding quite difficult to add things like emoticons beside post-forms, tiny mce in forms, avatars, ranks, quote buttons…

Is there any theme with this kind of stuff already implemented?

Don’t you think wordpress and bbpress projects are starting to overlap?

Published on June 5th, 2007 by ganzua

Feedback for bbpress developers;

Regarding wordpress-bbpress integration, don’t you think wordpress and bbpress projects are starting to overlap?

I’ve been trying to integrate wordpress and bbpress and now I have;

* two login forms and profiles

* there are some css properties in the style sheet that are defined with same names that in wordpress; h2, h3, .alt …

* Afer adding <?php require_once(‘/wamp/www/wordpress/wp-blog-header.php’); ?> for integration, I load wordpress functions again if accessed the web through wordpress frontpage.

* Some times I’d like to use the same plugins in both; wordpress and bbpress, or any other feature/modification, so I need to duplicate the work. You activate a wordpress plugin and you have to find a similar plugin that could work in bbpress or any workaround.

I wonder if developers are considering a bbpress version as a plugin for wordpress :)

imho

different domains ( sites ) using same users

Published on June 4th, 2007 by

hi,

is this impossible? different sites use same users

im building two forum site with bbpress, i want to this sites use same users.

my every users sign in my two sites his/her pass. and his/her user name.

thanks

Made a slight mess of my forum posts.

Published on June 4th, 2007 by

I’m just fiddling around with the Crystal theme and trying to get it to match my installation of Unsleepable on wordpress.

I also decided to put in avatars.

I’ve made a bit of a mess of it.

http://www.mikeh269.com/forum/topic.php?id=1&page&replies=3

As you can see, all the posts are somewhat pushed up so they are all together. I would appreciate it if I could get some help.

Here’s my post.php

<div class="threadauthor">
<p><strong><?php post_author_link(); ?></strong><br />
<small><?php post_author_title(); ?><br /><?php post_avatar(); ?></small></p>
</div>

<div class="threadpost">
<div class="post"><?php post_text(); ?></div>
<div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
</div>

And the relevant parts of style.css

.poststuff{
font:10px Verdana,Arial,Helvetica,sans-serif;
text-transform:uppercase
}

.threadauthor small{font:11px Verdana,Arial,Helvetica,sans-serif}

.post {
margin-left: 100px;
position: absolute;
padding-left; 100px;
padding-up; 50px;

}

.threadauthor {
margin-left: 10px;
overflow: hidden;
position: absolute;
max-height: 215px;
width: 150px;
}

Any help would be appreciated.

stylesheet problem (known problem see post)

Published on June 4th, 2007 by

My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.

The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.

<link rel=”stylesheet” href=”http://localhostbbpress/bb-templates/kakumei/style.css” type=”text/css” />

notice how after localhost the “” is the wrong way.

Not sure if anyone can tell me how to fix it.


in the admin page, the stylesheet path is correct

<link rel=”stylesheet” href=”http://localhost/bbpress/bb-admin/style.css” type=”text/css” />


my config.php looks like this

// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

// Adjust the domain and path to suit your actual URL.

// Just the domain name; no directories or path. There should be no trailing slash here.

$bb->domain = ‘http://localhost’; // Example: ‘http://bbpress.example.com’

// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

$bb->path = ‘/bbpress/’; // Example: ‘/forums/’

Plugin: Forum Icons

Published on June 4th, 2007 by AphelionZ

Very early version – I just got this working on my own forums and I’m sure there’s room for improvement, in both features and coding practicies.

It allows you to assign an icon to each of your subforums and display it via a template tag.

The plugin page is at:

http://outletzine.org/forums/topic.php?id=563

you can see it in action at:

http://outletzine.org/forums

Translation causing errors

Published on June 4th, 2007 by ganzua

Hi!

I put es_ES .mo and .po translation files in this folder;

bb-includes/languages/

Then I changed config.php;

define(‘BBLANG’, ‘es’);

and as a result the whole forum stops working and I’m getting this message;

Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

Any idea of what’s wrong?

I have another question;

Is there anyway I can make bbpress to read wordpress language files in wordpress language folder?

Skip to toolbar