Search Results for '\"wordpress\'
-
AuthorSearch Results
-
December 11, 2008 at 11:45 am #69892
In reply to: wp27final + 1.02a no “Add new” link
John James Jacoby
KeymasterNot currently without removing the integration in your config file. WordPress is conflicting with the roles inside bbPress, so even though you’re logged in, WordPress’s login has given you no permissions in the forum.
December 11, 2008 at 11:36 am #69215In reply to: BBpress faster than WordPress
_ck_
ParticipantHow to install eaccelerator onto debian with PHP5
http://www.howtoforge.com/eaccelerator_php5_debian_etch
(should be similar or even easier for PHP4)
December 11, 2008 at 11:24 am #69214In reply to: BBpress faster than WordPress
_ck_
ParticipantApache, both 1 and 2 are based on old slow code. You can spend hours fiddling with performance settings and barely fix the problem. They don’t do well for very active sites and apache can be easily ddos’ed. You can either throw more hardware at the problem or replace apache when the loads get too high.
LiteSpeed is literally twice as fast/half the load as apache (it’s also a bit expensive for the commercial version but there is a 5 account version available for free). Additionally it can plow through many kinds of ddos attacks. It’s a piece of cake to install and configure (GUI based).
The free Nginx is also twice as fast as Apache but LiteSpeed can use Apache’s httpd.conf and .htaccess files so it’s very easy to install (10 minutes tops) and you can even switch back to Apache if so desired. Nginx requires a complete rewrite of any mod_rewrite rules, etc. and requires technical skill to install/operate.
Matt is slowly converting some of Automattic’s server from LiteSpeed to Nginx to keep the ideals of open source but LiteSpeed is still too good and has no serious competition as far as compatibility so I bet he will probably continue to run it on some servers for years.
As far as opcode caches I am surprised you had trouble with eaccelerator which tends to be the most compatible/easiest to install. APC does have some quirks but it’s being adopted by PHP and may become “built in” in some future version.
December 11, 2008 at 11:09 am #4401Topic: wp27final + 1.02a no “Add new” link
in forum Troubleshootingganzua
MemberHi!
I tried to integrate wp27final and bbpress 1.02a. I installed bbpress, followed the integration steps during installation, then changed bb-config.php with this code;
define('WP_BB', true);
if ( !defined('DB_NAME') ) {
require_once( dirname(__FILE__) . '/../wp-config.php');
}
$bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
$bb->wp_home = 'http://myhost.com';
$bb->wp_siteurl = 'http://myhost.com';…and I’ve found several issues, the first one the no admin panel issue already discussed in this forum, but the fact is that I have no “Add new” link when logged in as user different to admin. Besides, I have no post form when logged in as admin and click “Add new”.
I can’t go further with my integration but I like how bbpress is being developed, it is pretty fast and simple, just what I needed. Is there any way I can solve these issues?
December 11, 2008 at 11:03 am #69213In reply to: BBpress faster than WordPress
techypenguin
MemberI’ve tried eaccelerator and xcache but it seems not compatible with my current debian setup. i have purge the installation back. i haven’t try APC yet. gonna try this in couple of hour. why bbpress.org use litespeed instead of apache?even other big site too dont use apache2. from what i’ve seen, apache2 have more function than apache1 and easy to use too..
December 11, 2008 at 9:03 am #69650In reply to: bbPress Facebook page
chrishajer
ParticipantIt’s been a few years since Matt’s been around here…
https://bbpress.org/forums/profile/matt
Member Since
April 4, 2003 (5 years)
Maybe at wordpress.org, eh?
Last post around October 2006:
https://bbpress.org/forums/topic/emoticons-for-bbpress#post-93
December 11, 2008 at 4:26 am #4400Topic: Kazakh Localization
in forum Installationbaurdotnet
MemberHello,
Lets begin Kazakh Localization!!!
what we must do for this???
our lang is: http://en.wikipedia.org/wiki/Kazakh_language
after translating bPress.po (.pot) file into Kazakh [language] where we must upload this file and how to update?
our abbreviation in wordpress.com is “kk_KK”
December 11, 2008 at 2:07 am #69649In reply to: bbPress Facebook page
kevinjohngallagher
MemberHi Ipstenu,
I’m going to disagree with you a little mate, and try not to take it off topic too much.
Yes, each adjective is subjective to ones perspective. “easy” and “alot” etc. can mean different things to different people. That said, lets look at them a sec.
“extensive plugins?”
There are just under 120 plugins for BBPress.
Over 1/3rd haven’t been updated in a year. I’d wager a good few of them don’t work anymore.
And the ones with latest comments 6-12 months ago, usually don’t work either.
Also from what i’ve seen about 1/4 of them are redundant or useless in 0.9 / 1.0alpha.
So we’re looking at maybe 40-50 plugins.
Does anyone think that’s “extensive”?
I know it’s subjective, but, um, well you can make up your own mind.
“You CAN redesign the hell out of a bbPress site”
To a certain extent i’ll agree and disagree with it. To redesign a bbpress forum so that it doesn’t look like this theme actually takes a bucket load of work. I’ve done it for 3 websites, and every time it’s involved me writing full on plugins just to output the right code, or W3C acceptable code, or overwrite the damned code thats stored outwith the templates (why is that btw?).
Can i stop and ask that? WHY does a theme designer NEED to write alot of non basic php code as a separate to their theme plugin, just to over write HARDCODED design output? Since when was hardcoding design output into the core of a theme-able piece of software a good idea?
What you can’t do with bbpress, is hand a Designer/ HTML coder your template files and expect to get anything back that’s not a flat output of a table. It’s a point I raised a while ago (and i’ll not bang on about it) but BBpress works at doing one thing. Outputting a flat list from a database.
In terms of your all forums kinda look the same , i have to agree in this instance. Most forums, ipb/vBulletin/phpBB etc do all look the same. but guess what. bbpress doesn’t look much like them. I’ve stated before BBpress’s horrific handling of parent/children with categories etc. is bloody woeful; but if you’re talking about usability, then bbpress starts to fall down a little.
What it outputs is simple, yes, to the user, but it’s not very perceptive. Finding a specific post or vital information (say that 0.9 = WP2.5 – you know , something you’d expect to be on the documentation or download page but is actually on page 3 of a topic started 1 year ago) , is a disaster. It’s reliant on the user
who posted the content using TAGS appropriotely and ofc it requires a better search function.
Lets not forget that ‘tags’ are fairly new, and really only web savvy people use/know about them. A huge chunk of this software’s cross-pollination and iteration is taken out of the developers hands and placed smack bang in teh hand of the end user (whom we know nothing about nor can reply on).
Just because something is simple/plain, does not make it inherently usable.
Think Boo.com.
================================================
Anyway, there are a number of things we’d all like to see fixed in bbpress. Some more vital than others. we’ll all agree and disagree on many, but my over riding feeling is this:
Our Clients, customers, friends, colleagues, schools, own sites, will at some stage like to, nah need to, be updated to the latest version of WordPress. it will vary from person to person, but at some stage you know that a wordpress upgrade is probably in the pipes.
But if you’re using BBpress, then you’ve been forced to hold off upgrading for over half a year. We will be/are a whole version behind, and surely someone can see that it’s got to be an issue.
I suppose what i dont understand is, and maybe i’m the only one, so please 100% feel free to explain it to me like an idiot.
if The most requested topic on this website is “wordpress integration”, and the singular fail point of the software is “wordpress integration”, and teh company that owns this software also own wordpress, and it happens to be your singular initial selling point of the software, um, well, WHY THE HELL HAS IT NOT BEEN THE ONLY PRIORITY AND FIXED IN THE 3 MONTHS SINCE 1.0ALPHA CAME OUT?
We’ve had other fixes, new code, new features, a facebook page (see i hadn’t forgotten), but yet without even a hint of when this base level feature might appear, we’re told it’s a moving target.
Please, explain it to me like a 5 year old, that hasn’t read the blog posts linking to the $29 million dollars investment, that also lead to Sam being taken on as a full time developer on bbpress (i.e. dont say no time/resources).
December 11, 2008 at 1:16 am #69648In reply to: bbPress Facebook page
Ipstenu (Mika Epstein)
ModeratorI think it’s best we say its… Not fit for purpose.
Well that entirely depends on your purpose.
I agree with many of your points but you can make them of many other (if not all) bb sites. The majority of sites look similar because of usability. People are used to things working a certain way, and they expect familiarity (which is how many many people out there define ‘usability’). That’s why car design doesn’t change much. It’s not perfect, but people like it. That’s why people cried bloody murder over OS changes from Windows 3.1 to XP, but they got over it. Change is hard for users to accept. They don’t want to learn how to drive, again, they want to get on the road and talk about STEAM, damn it!
Yes ‘easy’ integration with your WordPress site is a misrepresentation at this time. But the rest? That’s all perception and usage. You CAN redesign the hell out of a bbPress site. If you want to. The base code IS customizable, there ARE a lot of plugins. These are facts. What you do with the options is up to you, though.
I don’t think bbPress is perfect, but after spending years trying to mesh my site with other forums out there, I’d rather have this than them.
(Steam is a joke from http://www.albinoblacksheep.com/flash/posting which is my favorite thing ever)
December 11, 2008 at 1:05 am #69490Ipstenu (Mika Epstein)
ModeratorAvatars – They are in there by default, as Gravatars, they’re just turned off.
As for BBcode … Eh. Given that this is a spin off of WordPress and WP uses HTML and not BB code, I see why they chose not to.
December 11, 2008 at 1:04 am #69647In reply to: bbPress Facebook page
John James Jacoby
KeymasterCould not have said it any better… If Matt was paying my bills, I would be the first to step up and commit myself to making bbPress exactly what the audience of WordPress wants it to be and still make Matt happy…
Matt, are you listening?
December 10, 2008 at 8:52 pm #69646In reply to: bbPress Facebook page
kevinjohngallagher
Member” Integration only became a real “feature” of bbPress with 0.9 when it was brought front and centre during install and got it’s own admin options page.”
Yeah, but that was 8 months ago. It’s not like it’s a massive shock we’ve all just got over. 0.9 was stable 8 months ago.
“Unfortunately WordPress is a moving target and it is difficult to keep up with all it’s changes”
But in terms of a moving target mate, 1) its well documented 2) you work for the company 3) we dont need to keep up with ALL the changes, and 4) it’s been 8 months!
I know that may look like i’m labouring a point, but its more to clarify. If 0.9 nor 1.0alpha cannot integrate with wordpress 2.6 (which has had 3 betas and 4 point releases) in the last 7 months, is it even likely that we’ll get it in the next 7 months?
I, and everyone here, realises that wordpress is changeable, we accept that totally, but if what we’re saying is that BBpress will release 1 stable version ever 3 versions of wordpress (and it will only integrate with the first version) , then really, i think it’s time for me and the others to say goodbye.
“It’s a little unfair to say that bbPress isn’t usable. “
Yes, that’s true.
I think it’s best we say its… Not fit for purpose.
Let me show you how mate, with the blow coming from your own BBpress website:
“bbPress is focused on web standards, ease of use, ease of integration, and speed”
-https://bbpress.org/
See any of my posts last month bout how web standards are not being met.
And, ease of integration, really? I’m hoping that as funny as the irony/joke of the facebook page.
“our extensive plugin system”.
-https://bbpress.org/
Half of them dont work. Most of the Authors have long since left the sinking ship. 0.9 was a milestone, and you folks all did such a stellar job; but man has the side been let down, and infact gotten alot smaller. Where would we be without _CK_?
“is highly customizable.”
This made me laugh too. Have you ever wondered why all BBpress forums look the same? No different icons, layout, DT/DDs, OL/LIs, etc. Every single one looks like the bog standard one, with the exception of the logo and border/background colours. This either means that everyone loves their website to be identical (hmmmm, no) or maybe hardcoding alot of things into a non template-able file is actually a stupid idea.
“Easy integration with your blog.
WordPress and bbPress are siblings, and they get along together “
– https://bbpress.org/about/features/
*cough*
“bbPress integration should work with most recent version of WordPress”
– https://bbpress.org/documentation/integration-with-wordpress/
Honestly, cant make this up.
And so the list goes on…
We like bbpress Sam, otherwise we wouldn’t be here. But currently, it’s not Fit for Purpose, and it doesn’t do what it claims to do. When you add into that the widening gap between WordPress and BBpress we as a community start to get a bit perturbed.
If you take away all those claims above, the claims that brought us to this site and to this software, then we’re left with a rather generic bit of forum software, that (plug-ins or no plug-ins) doesn’t have the same features or options as other software out there. If you’re a big multinational with millions of forum posts, then maybe that’s ideal, but maybe, just maybe, its not what everyone is after.
This is the crux of the issue. If you’re building something that is purely aimed at being the forum software for WordPress.com, then lets take down the bullshit on the website, and we’ll all skuttle off.
If we’re all helping Automattic in making BBpress an amazing alternative in to bloated forums, then you have to realise that living up to your bbpress’s own website’s statements of fact is simply the least we expect.
December 10, 2008 at 8:15 pm #69645In reply to: bbPress Facebook page
kevinjohngallagher
MemberI actually had the same reaction the JJJ had, and i feel that Chris Hajer did a really nice job in summing it up. My initial thoughts were, so Sam is posted missing for 2 months and when he reappears he’s made a facebook page??? (it’s hard to think that automattic got $29million in January to pay for sucj development but i digress).
Sam, i think that maybe you cant see the wood for the trees here mate.
I know, you know, JJJ and CK knows that Matt wanted XML-RPC controls in BBpress. Which is ofc all and well as he pays the bills. But as i’ve said before, there is NOT ONE post about it (request, bug, questions, comment) on this forum or on _CK_’s showcase forum, because it’s frankly of little or not use to any of us. That is not to say developers cant see it’s value in the long run, it’s just that when you say that WordPress is a “moving target” we kind of think… Yeah, but you’ve had 8 months to hit that target and instead you’ve developed a feature that no-one wants or uses. Heck you folks at WP dont use it (it’s THAT bloody useful).
I, and everyone else, understand the way in which this software came about. We also understand that it’s officially ‘beta’ though lets be honest you guys call 0.9 stable. But that’s not to say that maybe, just maybe, if you want this software community to thrive then listening in some part to the concerns of the community who are doing our best to help is a step in the right direction.
“Integration of user tables and cookies is a priority on the other hand, as is creating a full XML-RPC interface for those who want to pull data into a WordPress install”
So what you’re saying is that you have two priorities. One which has a forum full of people pulling their heads out and screaming over. And one that no-one is needing straight away. Why, oh WHY, is the later being worked upon first?
Surely, and i’m worried this might cause personal offence where none is intended, ANY IDIOT can see that logging in and registration is, i dunno, VITAL to a forum?!?!?
So why is it not the TOP priority?
And if it is the top priority, and its so unbelievably complex that making BBpress integrate with WP 2.6 or 2.7 in the 248 days since the cookie processing change was announced, is it likely that we’re going to have it fixed any time soon?
December 10, 2008 at 7:13 pm #69624In reply to: New forum layout
chrishajer
ParticipantI liked it with the circle, just not the small caps. It always looks better as bbPress whenever it’s written.
I checked the USPTO online and found the WordPress word mark but not one for bbPress. Maybe Automattic should register that.
December 10, 2008 at 6:30 pm #69066In reply to: Integrate wp2.7 and bbp1.0a2
tomwi
Memberyep, very frustrating… i have the same issue whether i use 2.5 and alpha 1 rc2, 2.6 and alpha1 rc2, or 2.7 and alpha 1 rc2.
login to WP, go to BB and click on “Admin” does not go to Admin section – BROKEN
login WP, user stays logged in to WP and BB – WORKS
login to BB, user is not logged into WP – BROKEN
I’ve tried every integration post on wordpress.org and bbpress.org with no luck. anyone have ideas?
December 10, 2008 at 11:06 am #69683In reply to: Integrating Brand New Forum and Blog
_ck_
ParticipantJust download and start playing with it. Best way to learn about anything.
Structure is extremely similar to WordPress with improvements because bbPress doesn’t have to support the old legacy problems that WordPress has.
My first tip to anyone installing bbpress is
1. don’t call the folder bbPress, maybe call it
forums
(plural)2. don’t install it directly under wordpress unless you really think that is more natural
suggested:
webroot
blog
forums
3. remember during integration you have to change your cookie path in wordpress and bbpress to the webroot, otherwise you’ll never get the cookies to integrate
Then follow the Integration 101 topic.
December 10, 2008 at 9:29 am #4397Topic: Trac linking in the support forum
in forum Requests & FeedbackSam Bauers
ParticipantI’ve just added the ability to directly link to Trac tickets and changesets within your posts, for example…
Just typing #964 links to ticket 964 in Trac that follows the progress of the XML-RPC interface.
Typing [1832] links to changeset 1832 in Trac.
You can also link to BackPress tickets ( #BP7 and [BP170] ) and WordPress tickets ( #WP2012 and [WP10043] )
This is done using a new plugin http://bbpress.org/plugins/topic/trac-links-for-bbpress/
December 10, 2008 at 8:41 am #69060In reply to: Integrate wp2.7 and bbp1.0a2
John James Jacoby
KeymasterIf you want to check out http://www.delsolownersclub.com, I am running wp2.7rc2 and bbpress1.0a2 right now. Logins are done through WordPress, and if I need to access the bbPress admin, I can login that way privately myself by typing the URL.
Registrations are also forced through WordPress, as I need to use the register plus plugin or the facebook connect plugin to control registrations. All registered users have author access to WordPress, which conventionally is a horrible idea, but for our intentions it works alright. Unfortunately WordPress doesn’t automatically give the new user access to the forums because it isn’t aware of the roles for it. I have to manually run the map tool in bbPress when a new user registers. Again, it’s a small private group of about 90 users or so, and we all know each other.
December 10, 2008 at 8:35 am #69644In reply to: bbPress Facebook page
John James Jacoby
KeymasterI am curious if wordpress.org uses a “deep” integration? I’ve compared the sources and it really appears that they have similar <head>’s.
Even if theme integration isn’t possible, I like where you’re going with getting the cookies and admin panels working cohesively. I would actually really like to make a plug-in for WordPress to integrate the bbPress admin panel into it. I feel like it wouldn’t be too difficult since most of the code already exists.
I suppose “unusable” is a harsh description, but considering the audience and what they’re chanting for, if it won’t handle sessions and can’t integrate the theme and functions, then what looks like your girlfriend actually ends up being your sister. If it wasn’t for the integration, we could use fluxbb or any other minimalistic semantically focused forum software.
Me wonders if it wouldn’t hurt to have two versions of bbPress. One stand-alone, and one WordPress plug-in. Hmms…
December 10, 2008 at 8:24 am #69677In reply to: Generating secret keys
John James Jacoby
KeymasterSweet deal… Looks like things are well on their way now with the integration of the nonce in there now.
Does that mean both applications share the same nonce now? Before each would create their own even when integrated.
After further review, it looks like WP and BBP create different nonces, even if the keys are the same in the config. I suppose this makes sense considering what a nonce is, but darn would I like to be able to logout of WordPress when viewing the forum.
December 10, 2008 at 7:06 am #4393Topic: Integrating Brand New Forum and Blog
in forum Installationgbrown88
MemberHi,
I have worked with wordpress for awhile and am pretty advanced with it. I am creating a new website, and would like to add a forum to it. This will be my first time working with the bbPress forum. I have looked around this forum for most of the day, trying to figure out the best way to start. Since I have not done anything yet, and will be integrating the forum with wordpress from the beginning, I am looking for suggestions, with links if you would like, on the quickest way to do this. Some specific questions are how do the templates compare to those for wordpress, do I use one of two databases? Anything else would be helpful!
Thanks
December 10, 2008 at 5:57 am #69643In reply to: bbPress Facebook page
Sam Bauers
ParticipantSetting up the Facebook page took about 15 minutes. It was just a whim. Part irony…
The “deep” integration you talk about and have had trouble with is a known problem. But it is not the focus of my development time at the moment. There is also a chance support for it will be dropped completely if there are too many blockers leading up to 1.0, I’m not a fan of the method which is basically only accidentally a possibility at the moment. I’ll look into it but I have to warn you, it will be last on my list leading up to 1.0
Integration of user tables and cookies is a priority on the other hand, as is creating a full XML-RPC interface for those who want to pull data into a WordPress install. I know of only one problem with cookie sharing which has no solution at the moment (admins who login via WordPress have no access to bb-admin), and I will be working on a solution for that soon (it requires a WordPress plugin to be authored, which opens up the possibility to make a few other steps during integration on the WordPress side easier).
Integration only became a real “feature” of bbPress with 0.9 when it was brought front and centre during install and got it’s own admin options page. Unfortunately WordPress is a moving target and it is difficult to keep up with all it’s changes (especially when internally at Automattic we still use 0.9). It’s a little unfair to say that bbPress isn’t usable. We use it for some very big forums ourselves, all of which have some level of integration going on.
Anyway, don’t get me wrong, your comments are welcome here and I’m glad you are a real fan and not just a Facebook fan.
December 10, 2008 at 4:57 am #69676In reply to: Generating secret keys
Sam Bauers
ParticipantI almost forgot…
If you have an urge to hard code the secret salts in there as well then you can go here:
https://api.wordpress.org/secret-key/1.1/salt/bbpress/salt/
The salts are usually generated for you and stored in the database. Few people have to add them manually to the file.
December 10, 2008 at 4:55 am #4391Topic: Generating secret keys
in forum InstallationSam Bauers
ParticipantWordPress has had an online tool available for a while to generate random strings in a format suitable for the wp-config.php file. It is at:
http://api.wordpress.org/secret-key/1.1/
This has just been extended to return code appropriate for bbPress as well. Just go to:
http://api.wordpress.org/secret-key/1.1/bbpress/
Enjoy! Sam.
December 10, 2008 at 3:40 am #69642In reply to: bbPress Facebook page
John James Jacoby
KeymasterI think you summed it up awesomely. I know that I’ve only recently discovered bbPress, and that right now my contributions are minimal and certainly don’t justify the attitude that came out of my fingers. I do sincerely apologize for venting my frustrations, but Chris is totally right as far as login and theme integration go.
I graduated to WordPress from phpBB and the CHBB categories hierarchy spin-off of phpBB2.x. What I love about WP, I hate about phpBB, and what I love about phpBB, I hate about WordPress. What the phpBB team always did well, was catalog and document their code and coding guidelines, almost always and from the start. Even though different authors wrote different pages, the code always looked the same and worked the same, but WP and BBP aren’t like that. Finding and repairing WP/BBP issues is becoming increasingly difficult as there are functions hidden within functions that add one extra capability just to echo other functions.
If I could have a dream job right now, it would be to get paid to be the code janitor to the automatic teams code for the wp3.0 and bbpress 2.0 milestones. To refresh the codebase for the major revisions. Also coming from phpBB, I’m surprised to see WP uses so many echo statements all over the place. I feel the template engine that the phpBB Categories Hierarchy uses was just so amazing and worked so well that moving to WordPress felt like a step sidways.
Anyhow, I’ve taken this topic way off topic, and I don’t mean to vent my ill feelings in what should be a celebration topic. If you mods want to clean this up or split this apart I would totally understand.
Cheers!
-
AuthorSearch Results