Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 25,701 through 25,725 (of 26,702 total)
#1765
talgalili
Member

Hi peoples.

I wish to install bbpress for the Hebrew language (which is right to left), for which I need a supporting style sheet (such as the style-rtl.css).

Unfortunately, style -rtl.css is broken (for IE):

http://trac.bbpress.org/ticket/612

(for a month, and much longer then that)

I tried, yet wasn’t able to fix the css myself, and until the issue isn’t resolved, I can not install bbpress (which I very much wish to do).

I know that once bbpress will work for the Hebrew language, many of the Hebrew wordpress community would love to use it, so the request is for more users then me.

Please Please Please, can someone fix it ?

#56688

In reply to: Plugin: Avatar Upload

smurfdude
Member

Ok sure. Though bare in mind this is probably a really crappy way of doing it, but hey, I don’t even know php, so give me some credit for trying hehe.

I deleted bb-avatar-upload.php from /my-plugins/ and put it in my wordpress plugins folder. Then at the top of the file I put:

include(‘/path/to/blog/forum/avatar_function.php’);

I created avatar_function.php myself and pasted in the contents of the bbpress config file. The reason I didn’t use the original file is because the follow was causing an error when logging in to the admin panel.

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

define(‘wp_bb’,true);

That’s basically it. I’ve checked about every page and everything is working fine, so i’ve no idea if there’s any potential problems doing this, but all I know is it works as far as i can tell.

#56687

In reply to: Plugin: Avatar Upload

LMD
Participant

A default avatar option will be in the next version of the plugin!

Also, Smurfdude, Would you also like to show how you included avatars in WordPress, for the benefit of other users?

#56686

In reply to: Plugin: Avatar Upload

smurfdude
Member

W00t! I’ve figured out how to display the avatar next to comments in wordpress. Though the way I have done it i’m worried it’s going to cause problems.

Now if only there was a way to display a default image if the user hasn’t uploaded one. Not that it’s a big deal. Thanks :D

#56680

In reply to: Plugin: Avatar Upload

LMD
Participant

@fel64: I’ve downloaded your mod and will take a look at how it works to see about branching my plugin. More thoughts later…

@smurfdude: That is an excellent idea. I’m not sure about how to integrate with WordPress, but I’m guessing it would require a WordPress plugin that pulls the data from the bbPress database.

#57020
Trent Adams
Member

Unfortunately it does

Are you sure? I can do it because bbPress is using the WP users and I have both setting and using the same cookie. You seriously can’t get this to work? Hmm……

You have both integration plugins installed as well?

Trent

#1764
AphelionZ
Participant

My blog is getting cluttered with tons of useless posts and I’d really like to clean it out, but since I work with multiple authors I don’t want to upset them. I figure a fair compromise is to convert the wordpress posts to threads.

The plugin would be a sort of ‘one step’ process where you run a script or hit a button in the admin panel and whichever wordpress post you select becomes a thread with:

1. the same title

2. roughly the same text (given bbpress’ html capabilities)

3. comments converted to replies

#56679

In reply to: Plugin: Avatar Upload

smurfdude
Member

If you use wordpress aswell, I don’t suppose you know of a way to include the avatar next to the users comments? That would complete a perfect avatar mod.

#56946
fel64
Member

I haven’t got that, and nor do you Trent. Incidentally the bb forums feed you linked to is empty but entitled “Comments on: Forums”, tagline “Just another WordPress weblog”.

#57019
fel64
Member

it doesn’t matter if you login at bbPress or WordPress when you are integrated.

Unfortunately it does, I reckon that the cause of a problem I’ve been having – when you register in WP, it only calls WP hooks, register in bb and only bb hooks are called. Short of duplicating plugins and changing the hooks/function names etc, I don’t think there’s anything you can do, and that’s obviously a real hassle.

Maybe a trac ticket is in order, to get some coordination between appropriate hooks?

#57018
Trent Adams
Member

I see you resolved this. Just for others, I found the login code for WordPress and put that in the sidebar as it doesn’t matter if you login at bbPress or WordPress when you are integrated.

Trent

#56958
Trent Adams
Member

If you use services like MyBlogLog or Gravatar, you can use that plugin for bbPress and WordPress has a couple of plugins that also bring in those avatars into your comments. Good question fel64! How did you do it?

Trent

#1762
smurfdude
Member

Phew!! After a whole evenings work and a lot of jumping over hurdles trying to fix things, my wordpress and bbpress are working perfectly. Now what i want is to scrap the wordpress author.php page i created for users profiles, and use the bbpress profile. But that means adding i na few extra fields in edit profile, and displaying them in the profile. Can anyone help with this?

Also can anyone recommend the best avatar plugin that will also work on wordpress comments? Thanks!

#57036

In reply to: Template integration

gtim
Member

Most bbPress might be WordPress users too, but I actually don’t think that so many will use it together with WordPress.

Anyway, both WordPress and bbPress do everything they can in order not to get bloated. This is the job of a WordPress (and bbPress?) plugin.

#1759
Calitoe
Member

Hello,

Sorry if this has been resolved already, but I haven’t found the answer :-/

Is there a directory, viewer, site, post, whatever that lists bbPress themes available round there (similar to WordPress themes viewers-showcases)? I’ve only found like 4 bbPress themes that really work with my current installation (0.8.1) after searching virtually everywhere.

Of course, I can always try and make my own template, but if anyone else is developing and releasing themes, I would like to know and they deserve to be promoted.

Thanks in advance.

#56957
fel64
Member

I think the easiest thing to do is to use Louisedade’s avatar plugin ( https://bbpress.org/forums/topic/1027?replies=3 ), and then using a simple MySQL query on the WordPress side to get that data to use next to comments.

How did you integrate profiles?

#1747
t0v3
Member

Does anyone know of a plugin with which i can use on both the aforementioned sites? I’ve integrated both bbpress & wordpress so they use the same profile, and i just want to include a way for users to upload an avatar. and for it to show next to comments. their posts, and in their profile. Any help much appreciated!

#57035

In reply to: Template integration

fel64
Member

Most of us using bbpress are using wordpress as well.

Are you sure?

I would like a great degree of integration too, mainly blogpost/topics and comments/replies, but we may be in the minority. :)

#1758
maxbear
Member

Most of us using bbpress are using wordpress as well. All we want is add the forum feature to our blog easily. If bbpress can just embed in a wordpress page, it will be much easier for us to work with both script. Just my thought :-)

#50965
pazcu
Member

Suleiman,

since you were successful integrating wpmu and bbpress, could you tell me what they mean in the installation instructions (https://bbpress.org/blog/2006/09/simpler-integration-with-wordpress)

by “setting bb->wp_table_prefix”?

when i open config.php i see in the botton the following:

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

so, again the question is what exactly do i need to change in config.php

thanks!

_pablo

#56956
re5et
Member

i attempted to login to trac, however the login information i use here (or at wordpress.org) does work for the trac login. Does anyone have any ideas for a workaround in the meantime?

#1750
midnightsun
Member

Hi,

I have placed <?php login_form(); ?> in the wordpress sidebar and it doesn’t appear however once I goto the forum pages it displays the login form or the welcome messages.

I have the wordpress header file linked in the bbpress config.php file aswell.

Does anyone know what might be the problem?

Thanks,

Rich

#56942
chrishajer
Participant

Gack!

I listed a bunch of WordPress plugins. That doesn’t help. Basically, the concept is the same. You need to grab the RSS feed from bbPress and insert that into your site.

How about any of these techniques?

http://www.google.com/search?q=insert+rss+into+html

The first result looked promising…

#54994
fel64
Member

Sorry Spencer, I haven’t seen the Gathering theme and aren’t particularly looking for a forum theme right now anyway. It’d be cool to see, though.

But please don’t take down WordPress, I need that WP/bb/Mediawiki integration article for future reference! :P

Viewing 25 results - 25,701 through 25,725 (of 26,702 total)
Skip to toolbar