Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,926 through 49,950 (of 64,428 total)
#72162
Rohan Kapoor
Member

@tiptaptip you forums is smf not bbpress

#76769
Rohan Kapoor
Member

It is very simple. I will explain to you how to do it. Use 1 WordPress MU site for the database and then integrate each bbpress with cookies and user database integration. It works fine. I’ve done it!

#75900
Rohan Kapoor
Member

I thought the plan wasn’t to give it away? Such as with the buddpress.org?

#76396
Rohan Kapoor
Member

I emailed you

#76688
Rohan Kapoor
Member

@ipstenu: I know iframes are dangerous but it was the simplest way of getting the job done.

@everyone: thanks for your support!

#76780

In reply to: Plugin custom pages

yutt
Member

A friend of mine helped me to determine this *is* being done by bbpress, most likely as some referral rule system. How do I get around this? I would like to be able to access my page from a rewritten URL.

#76779

In reply to: Plugin custom pages

yutt
Member

Alright, now I am having *serious* issues getting Rewrite Rules to work.

I’ve done these dozens of times and they aren’t particular complicated, here is a brief example of what I am trying to do:

RewriteBase /
RewriteRule ^example/?$ /forum/bb-plugins/example/example.php [NC,L]
</IfModule>

Accessing ‘http://www.example.com/forum/bb-plugins/example/example.php&#8217; directly works perfectly. Accessing from ‘http://www.example.com/example&#8217; does a redirect to ‘http://www.example.com/forums&#8217;.

There are NO other rewrite rules active. I even disabled those from bbpress to try to track down what is happening. But some sort of 302 redirect keeps occurring. Is bbpress triggering this internally somehow?

#75899
r-a-y
Participant

Rohan is wrong.

It’s available at bbShowcase:

http://bbshowcase.org/forums/view/available-themes

Look for the “bbOrg” theme.

There’s also a similar version called “The Hybrid / aka Kakumei Too”

They’re probably not updated for bbPress v1.01 though, but with a few adjustments you could probably get there.

#76395

I’m offering $10 to whoever can get this done for me.

Just send me an email

andywilliams244 [at] hotmail.co.uk

#72161
Paul
Member

I did essentially add in the bbpress custom css to my wp theme’s css, too, so that they would really mesh up better, as well.

#65512

In reply to: where is my bb-admin ?

Log out, flush your cookies, log back in.

Did you mesh bbPress and WordPress?

#20996
nickaster
Member

Hi there – has anyone tried to use the registerd users only plugin with wordpress and bbpress running together? I found that it works great for wordpress but skunks all access to bbpress. Anyone get around this?

Thanks!

#20887
grassrootspa
Member

Anyone have any idea how one would be able to ‘bridge’ the user database of multiple bbPress sites?

Example:

1) Someone signs up to post on bbPress site 1.

2) The same user name and login works on bbPress site 2.

3) Likewise, someone who signed up on site 2 can login and post under site 1.

Is this possible or simply a pipedream?

Any plugins or site features in the works for something like that?

#56790

In reply to: Plugin: Avatar Upload

NuMaverick
Member

cita:

“To get Avatar tab in the profile working under Alpha-2 –

edit avatar-upload.php in the bbpress root

change line 7 from

bb_auth(); // logged in?

to

bb_auth(‘logged_in’); // logged in?” by Batrachoid

#76725

It doesn’t look like bbPress has an extensive library of plugins like Word Press.

bbPress JUST went live with the 1.x version. So yeah, there are few plugins. It’s a baby.

Best is subjective. What do you need out of a forum? :)

#76723
Raize
Member

Simple Press Sucks

BBPress is too young at this point for it to be a permanent solution

Vanilla is too unstable to be a permanent solution

VBulletin is too clunky

Esotalk got abandoned.

THERE IS NOTHING LIKE WORDPRESS FOR FORUMS…YET

#75898
Raize
Member

So much for giving back to the community lol

#75382

In reply to: bbPress 1.0 released

batrachoid
Member

While I haven’t integrated WordPress and bbPress yet, this topic looks helpful:

https://bbpress.org/forums/topic/easy-way-to-integrate-bbpress-wordpress-themes

If you’re concerned about bells and whistles, your best bet might be to stick with version 9.0, since there are many more plugins that are known to be compatible. Right now, trying to use the older plugins on 1.0.1 might get you a lot of honks and farts instead.

#76702

In reply to: Avatar Plugin Problems

batrachoid
Member

If you’re using Avatar Upload, this seems to be a common problem.

Here is my reponse from another thread:

Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at https://bbpress.org/plugins/topic/avatar-upload/

transom wrote

To get Avatar tab in the profile working under Alpha-2 –

edit avatar-upload.php in the bbpress root

change line 7 from

bb_auth(); // logged in?

to

bb_auth(‘logged_in’); // logged in?

It worked like a charm for me.

#20444
smfadmin
Member

Howdy,

It doesn’t look like bbPress has an extensive library of plugins like Word Press. Is this really the best option for forums or should I consider Simple Press, which is what others recommend.

Also, does anyone know of a plugin that allows people to share posts via other social networking sites? Thanks all.

#76687
djboddington
Member

wow thats good! Thanks for this :)

#76701

In reply to: Avatar Plugin Problems

Can you link to the Avatars plug-in? I think there’s a few of them.

I’m using Avatar Upload, and after some fiddling, it’s working great. :)

#20209
Greg
Participant

.

My problem is that only users without caps in “user_login” can post to the forum.

The first sign of the problem after pressing “Submit” is in “validate_auth_cookie()” in “class.wp-auth.php” (via “bb-auth()” in “bb-posts.php”).

Specifically, the call to “get_user()” around line 77 is returning false, exiting at line 288 in “class.wp-users.php” .

To cover some of the obvious questions:

– I have flushed cookies and tried this on multiple browsers

– I have inserted the lines into bb-config.php that were suggested by the WP bbPress integration plugin

– I have all the secret keys defined on both sides

– I have “define(‘WP_AUTH_COOKIE_VERSION’, 1);” in bb-config.php

– I am using deep integration, but get the same result without it

– I get the same result with the standard bbPress theme

UPDATE: it really is about the caps. For user_nicename “reboot”…

– user_login = rebootzzz CAN post

– user_login = rebootZZZ can NOT post

– user_login = Reboot can NOT post

#76686

I’m going to put in a standard disclaimer here: iframes are dangerous.

Example: If someone manages to put in malicious code in a bbPress post and you edit it via the admin side using this plugin, it is possible you could bugger your WP install. Now it’s a slim possibility, but iframes are bad, evil and annoying and should be avoided if possible.

Great idea for a plugin, use it responsibly, folks.

Viewing 25 results - 49,926 through 49,950 (of 64,428 total)
Skip to toolbar