Search Results for 'bbpress'
-
AuthorSearch Results
-
July 6, 2009 at 4:47 am #75355
In reply to: bbPress 1.0 released
r-a-y
ParticipantHave a question for you.
Your SSL is for login and admin areas only right?
I’ll have to keep track of what you’ve done, as I’ll probably want to secure the admin area as well.
—
Post in the “Installation” area here – https://bbpress.org/forums/forum/installation
Or in the BuddyPress forums – https://buddypress.org/forums/
July 6, 2009 at 3:18 am #75354In reply to: bbPress 1.0 released
Jason Giedymin
Memberbbpress trac ticket for wp_admin_cookie_path issue when using wpmu.
July 6, 2009 at 2:49 am #75353In reply to: bbPress 1.0 released
Jason Giedymin
MemberAlso, I had to put into my bb-config.php the below so that logging in via bbpress will allow login to wpmu admin page.
// Not defining below will not create /wp-admin cookie in current bbpress 1.0. Required for SSL.
// Guess this could be another bug as well.
$bb->wp_admin_cookie_path=’/wp-admin’;
July 6, 2009 at 2:39 am #75390In reply to: Wierd problems installing bbPress
oakad
MemberIt’s not my “home” machine, so to say.
It’s a test server running quite a few things and sitting on a local domain with working dns.
Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8h mod_auth_kerb/5.4 mod_python/3.3.1 Python/2.6.2 SVN/1.6.1 PHP/5.2.9-pl2-gentoo with Suhosin-Patch configured
Platform is gentoo-amd64.
July 6, 2009 at 2:37 am #75352In reply to: bbPress 1.0 released
Jason Giedymin
MemberTrac Submission and patch for 2.7.1 if you demand SSL. Requires patch to integration plugin as well.
July 6, 2009 at 2:26 am #75434In reply to: Adding an image to a topic?
chrishajer
ParticipantI don’t believe the Allow Images plugin works with 1.0 right now. Here’s the plugin:
https://bbpress.org/plugins/topic/allow-images/page/4/
I just read through the comments there that someone posted a fix, but it looks like it completely bypassed security.
July 6, 2009 at 2:03 am #75530In reply to: bbPress Codex
johnhiler
MemberSam mentioned that he’d be making an official bbPress Codex the week after 1.0 came out… so maybe we’ll get an official one soon.
July 6, 2009 at 2:02 am #75351In reply to: bbPress 1.0 released
Jason Giedymin
MemberI found the bug. Trac ticket submitted. Dang hard one to find.
I have SSL working back and forth, forth and back etc…………
Track patch + integration patch required.
I have wasted my weekend on this one.
– Jason Giedymin
July 6, 2009 at 1:58 am #75529In reply to: bbPress Codex
_ck_
ParticipantSimply installing wiki software does not a codex make.
It’s been tried a few times before and no one has taken any time to do documentation, especially on a slow 3rd party server that can disappear at any time.
It took WordPress a few years and only after 2.0 did volunteers finally get some documentation done, I expect it will be the same for bbPress.
July 6, 2009 at 1:01 am #75350In reply to: bbPress 1.0 released
Jason Giedymin
MemberProposed Patch for integration plugin:
function bbpress_integration_set_bb_cookies( $uri, $expire = false, $expiration = ”, $user_id = ” )
{
if ( !$uri_parsed = @parse_url( $uri ) ) {
return false;
}
$secure = false; //Default no auth
if ( force_ssl_login() || force_ssl_admin() )
{
$secure = true; //Will create secure flagged cookies
}
…
(I’m still going through my debug)
July 6, 2009 at 12:54 am #75244In reply to: BBPRess friends plugin
rich! @ etiviti
MembervBulletin allows you to have a simple “Buddy List” which links to a user’s profile. I think this would be a nice simple plug-in.
July 5, 2009 at 11:46 pm #15157Topic: Adding an image to a topic?
in forum Troubleshootingthekmen
MemberHi all, using bbPress 1.0, how do I add an image to a topic?
Using <img src=”path_to_image” /> just displays that code on the topic.
July 5, 2009 at 11:43 pm #69736In reply to: phpbb3 -> bbpress converter
AndrewRH
MemberAny word on whether this converter works for phpBB3 v3.0.5 and bbpress v1.0? (asking before trying!)
Thanks,
~Andrew~
July 5, 2009 at 11:38 pm #75486In reply to: Getting Plugin URL
r-a-y
ParticipantI think gautam2011 means outputting the path to bbPress’ plugin URL directory.
Is there a constant variable like WP_PLUGIN_URL?
I’m looking for this too! I’m porting a WP plugin over.
[EDIT]
Found it! It’s in bb-settings.php
The variable is BB_PLUGIN_URL.
Simple as that!
July 5, 2009 at 11:02 pm #75349In reply to: bbPress 1.0 released
bb-gian
MemberThanks r-a-y, thanks Jason_JM…
I am now convinced that I need to go straight to WP MU 2.7.1 instead of upgrading to regualr WP 2.8
The thing is that I have a running site with bbPress alpha 6 integrated and didn’t figure out the best way to switch to a WP MU + BuddyPress + bbPress 1.0 configuration.
Anyway, you’re right I should make another post for it, but where? WordPressforum? bbPress forum (here)? BuddyPress forum?

The biggest trouble I am having now is to figure out how can I test all thenew configuration and set up leaving the existing site running and than switch to the new congfig, when I see that everything works properly. Copy the existing into a subfolder and with anew database? Mmmh…
July 5, 2009 at 9:39 pm #75532In reply to: punbb 1.2 –>> bbpress converter?
Ipstenu (Mika Epstein)
Moderatorhttps://bbpress.org/forums/topic/punbb-gt-bbpress
No idea if it works, but there’s a good start.
July 5, 2009 at 9:22 pm #75449In reply to: Support for 0.9 – how long?
Ipstenu (Mika Epstein)
ModeratorAll I am saying is if a security problem is found with 0.9 it should be addressed until the end of 2010. Based on WP and bbPress history that will probably happen once or twice a year. Otherwise feel free to let 0.9 gather dust.
Given the development speed of bbPress (slow) this is not unreasonable. We seem to be fairly split between 6 and 18 months, and I’d split the diff at 12 months, if it comes down too it.
July 5, 2009 at 9:10 pm #75348In reply to: bbPress 1.0 released
wiseacre
MemberGood news!!!
July 5, 2009 at 9:05 pm #75498In reply to: .pot files / localization
wiseacre
MemberI have some questions about translation files.
1 Who can upload .po and .mo files?
2 How we can report “bugs” in translations?
3 Who decide is this a bug or not? Some specific knowledge is needed, but http://svn.automattic.com/bbpress-i18n/pot/tags/ is the official place for download …
July 5, 2009 at 8:59 pm #75527In reply to: Installing New Forum Software on WordPress 2.8
bobbyh
MemberYeah, I believe it’s advisable to use the same database name for an integrated wordpress/bbpress install. bbPress does support using a database name different than an integrated wordpress install, but then your server would have to connect to two different databases (instead of reusing a single connection) when running bbPress. For that reason, I would advise using the same database name.
July 5, 2009 at 8:43 pm #75347In reply to: bbPress 1.0 released
r-a-y
ParticipantSorry Jason_JM, I’m not on SSL or subdomains.
July 5, 2009 at 8:36 pm #75346In reply to: bbPress 1.0 released
Jason Giedymin
MemberSSL? With force ssl?
July 5, 2009 at 8:21 pm #75345In reply to: bbPress 1.0 released
r-a-y
Participant+1 on WPMU 2.7.1, BuddyPress 1.0.2 and bbPress 1.0.
No issues… yet!
July 5, 2009 at 8:13 pm #75344In reply to: bbPress 1.0 released
Jason Giedymin
MemberIf anyone can get WPMU 2.7.1 + BB1.0 working with:
– SSL
– Subdomains
– main Blog is the root of the mu install
Let me know because out of the box I don’t think it’s possible. What am I doing wrong?
July 5, 2009 at 7:12 pm #75526In reply to: Installing New Forum Software on WordPress 2.8
QuickD
MemberIs is advisable to use the shared database between wordpress and bbpress?
-
AuthorSearch Results