Search Results for '\"wordpress\'
-
AuthorSearch Results
-
July 6, 2009 at 11:13 pm #75362
In reply to: bbPress 1.0 released
_ck_
ParticipantSpeaking of
.htaccessI want to express how I simply cannot disagree more with the suggestion during bbPress 1.0 install to make it writeable by bbPress.Opening
.htaccessto writes by PHP is an INCREDIBLY bad idea security-wise.Never, ever, make any part of your bbPress (or WordPress) install write-able or you are just begging to be hacked sooner or later. Always use FTP and replace it yourself.
If you are on a shared server, the vulnerability is magnified many more times.
Directories used for caching and uploading that simply must be writable should always be “above” the web-root so that an attacker cannot easily execute files they just uploaded or modified.
One day bbPress will have a template editor like WordPress and I will have to recommend deleting it and never chmod’ing the template directory as well.
July 6, 2009 at 11:09 pm #75361In reply to: bbPress 1.0 released
Ipstenu (Mika Epstein)
ModeratorFYI – Installing WordPressMU + BuddyPress + bbPress was a snap! Integration FTW!
July 6, 2009 at 10:02 pm #75572In reply to: Forum with 15k users, 100 u. online in one moment
Jason Giedymin
MemberI haven’t heard any benchmarks as it’s up to you on setting it up (nginx/apache/phpcgi/phpfpm/etc….).
It’s even harder to compare pound for pound because of the extensibility bbpress affords you with wordpress and buddypress. Even the plug-ins that each trio of apps afford you.
There is a point when it’s not about how many users you can squeeze out of a single VPS, it’s about building a site… a community and what is the best software & hardware able to do that.
Of course, when your scaled to the limit with hardware, software, and users to that of say Twitter it’s a different story.
On their curve, no matter how much hardware they add, curbing simple things like response time become a huge battle. At this scale it’s in your best interest to develop something proprietary as such they have and are doing.
In your case though, your probably better off worrying about ‘how do i scale my forum installation’ , and ‘what forum software gives my users the most benefit’, than asking ‘how many people can i house on my vps/dedicated/box/PS3’.
Even having said this all of this, out of the box there is less overhead in the bbpress architecture than with PHPBBx.
Take all of what I said with a grain of salt, and a beer in hand.
Cheers,
– Jason
July 6, 2009 at 7:07 pm #75557In reply to: Show comments in the bbpress profile
Marcomail
MemberBut the profile page have the navigation ? i see in wordpress you can browse all your reply and thread
July 6, 2009 at 6:29 pm #75556In reply to: Show comments in the bbpress profile
michael3185
MemberAh – OMG! – I know nothing about WordPress except the name. (Exit me!)
July 6, 2009 at 6:25 pm #75403In reply to: Better Gravatar directions INSIDE bbPress
Marcomail
Memberis possible have the same avatar in wordpress and bbpress without gravatar ?
July 6, 2009 at 6:14 pm #75161Jason Giedymin
MemberTry Mu 2.7.1, bbpress v1 (just released) and integration plugin v1 (just released). Do this without SSL. More importantly follow the screencast with a FRESH INSTALL + Empty DB.
SSL is another matter and you can’t move on if you haven’t gotten plain auth working first.
I would flag this as resolved and post again if you have a problem with the new software.
July 6, 2009 at 6:08 pm #75554In reply to: Show comments in the bbpress profile
Marcomail
Memberbut with the user shared is it not simple query the table for comments ?
If you catch the comments in the bbpress profile you can have a complete integration from bbpress and wordpress
July 6, 2009 at 5:57 pm #75242In reply to: wordpress_sec not being created?
Jason Giedymin
MemberFlagged as resolved, see (in order, each a diff patch):
– https://trac.bbpress.org/ticket/1136
– https://trac.mu.wordpress.org/ticket/1014
– https://bbpress.org/forums/topic/bbpress-10-released/page/3 [Do a search for “Proposed Patch for integration plugin”]
July 6, 2009 at 5:49 pm #75540Jason Giedymin
MemberHaving a self contained username universe (pretty usernames) and not relying on composite user+domain login can be useful.
Either way there is an Ldap plugin for WordPressmu: http://wpmuldap.frozenpc.net/
July 6, 2009 at 5:28 pm #75551In reply to: Show comments in the bbpress profile
Marcomail
Memberright, the comments on wordpress
July 6, 2009 at 11:45 am #75360In reply to: bbPress 1.0 released
ovizii
Participantdunno if you are talking to me, but my permalink rewrites work perfect. click the demo link I gave above.
the problem is just that I have an extra “forum” bit in the URL for forums, but after thinking about it carefully, it seems to be the same problem as with wordpress and the built-in “category” bit in category urls…
btw. my .htaceess fiel is inside the forum folder where bbpress is installed
July 6, 2009 at 9:02 am #75357In reply to: bbPress 1.0 released
ovizii
Participanthi there.
I successfully integrated wpmu 2.7.1 with bbpress 1.0. all works as its supposed to, except for some small questions/problems:
– the forums are located here: http://zice.ro/forum/ so basically bbpress is isntalled in a folder called forum
– the links to the forums looks weird, notice the link contains forum twice? i.e. http://zice.ro/forum/forum/pluginuri
– I checked my .htaccess inside the forum folder: http://pastebin.com/f3b96dbc9 notice the rewrite base says: RewriteBase /forum/ I tried changing it to / but that doesn’t help. What is it supposed to look like?
– besides why do almost all rewrites inside that file have an additional forum inside? i.e. RewriteRule ^page/([0-9]+)/?$ /forum/index.php?page=$1 [L,QSA] is that automatically taken from the isntallation folder?
– how could I get rid of that additional forum? Looks stupid

– bbpress sees all my registered users, but claims they have no role. I’d realy hate to have to manually edit all users and give them memebr privileges. shouldn’t there be a way to automatically promote all existing wpmu users to bbpress members?
– I tried the DEEP INTEGRAATION, but still, even if using
<?php wp_head(); ?>inside mh header.php doesn’t trigger all wordpress plugins that should be triggered when calling the wp_head – is there a way to autoamte this?July 6, 2009 at 5:35 am #75455In reply to: Support for 0.9 – how long?
_ck_
Participant0.9 was the product of a few years of development and debugging 0.7 and 0.8
It powers several thousand forums. It’s stable.
1.0 is NOT just 0.9 with more bug fixes. It is a 50% different program with a 90 degree change of direction made suddenly by Matt deciding to make bbPress use the WordPress core (ala BackPress) in January 2008. It was re-engineered in just a year after a massive amount of work mostly by Sam. The alpha, beta and RC stages for 1.0 were rushed, apparently on purpose in some cases.
July 6, 2009 at 5:25 am #75454In reply to: Support for 0.9 – how long?
grassrootspa
MemberI agree 100% with the comments of ryanhellyer & frooyo.
Been casually following bbPress for the past year (WordPress is sooooo a Gateway drug to other Automattic projects) but the impending release of 1.0 and the various RCs pushed me to finally jump in and start really fooling around with the software. Couldn’t be happier. God bless bbPress pioneers like _ck_, Sam, and everyone else for the plethora of killer plugins and themes.
Totally understand where people are coming from re: 1.0’s stability compared to 0.9 but it would be much more productive for attention to be focused on 1.0 instead of 0.9. After all, folks using/testing/tweaking 1.0 is how all the bugs, plugin compatibility, and various stability issues will be worked out!
Exciting times are ahead for bbPress and 1.0 is the future. The more focus on 1.0 the better in the grand scheme of things. I’m going to get razzed but 6 months doesn’t seem unreasonable (or even 3 months), especially since everyone has known for quite some time that 1.0 was going to be coming out. Let’s embrace the future: 1.0!
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 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 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 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 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?
July 5, 2009 at 2:49 pm #15164Topic: Getting Plugin URL
in forum PluginsGautam
MemberI am creating a bbPress Plugin (actually editing a wordpress plugin). I want to get the plugin url link. How to get that? I am stuck there…….
July 5, 2009 at 12:28 pm #75525In reply to: Installing New Forum Software on WordPress 2.8
Ashish Kumar (Ashfame)
ParticipantWordPress & bbPress can be made to use the same database with shared user tables. bbPress requires at least MySQL 4.0
July 5, 2009 at 7:57 am #15172Topic: Installing New Forum Software on WordPress 2.8
in forum TroubleshootingQuickD
MemberDo I use a WordPress Database so that BBpress shares with WordPress or do I create a new BBpress Database. If new BBpress Database what version of MSQL is it?
July 5, 2009 at 6:58 am #75448In reply to: Support for 0.9 – how long?
_ck_
ParticipantI don’t see what the problem is here. If you like 1.0 and like bleeding edge, use 1.0
No one is asking for a single new feature in 0.9, just if there is a security issue found, release a fix. Such fixes usually take a trivial amount of time to produce once a problem emerges.
Some people who make money charging by the hour enjoy the idea of constant changes, upgrades, rebuilding things from scratch, etc. because it keeps them busy and in business. Other people have better things to do, and having made a significant investment in time to setup a working forum with bbPress over the past few years or they don’t have the extra performance required to run 1.0, can just give up all the new “features” in 1.0 and just keep using 0.9 while they plan a migration in their spare time.
All 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.
Something else to consider is now that 1.0 is based on the WordPress core (ala BackPress) it is potentially vulnerable to any new attack vector that is found in WordPress (including at least one serious issue currently in the wild) while bbPress 0.9 might remain immune.
July 5, 2009 at 5:47 am #75447In reply to: Support for 0.9 – how long?
Ryan Hellyer
Participantps. the 2.0 branch of WordPress was it’s best version
,
No prizes for guessing who likes stable software then!
I’m quite used to the WP upgrade system now. I didn’t like the frequent upgrades in the beginning, but I’ve slowly realised that as long as I keep my plugins/themes up to date with the latest WP recommended approaches that any new updates are highly unlikely to affect them.
I also never liked the 0.9 branch very much. But I get the impression some of you are happy to keep using it for quite some time yet. I guess if someone can be bothered maintaining it then they may as well. I’ve had clients request for support for ancient WP plugins before and I try as hard as possible to get them to upgrade. Supporting out of date software is generally at the absolute bottom of my priority list.
-
AuthorSearch Results