Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 22,526 through 22,550 (of 26,846 total)
  • Author
    Search Results
  • #69218
    _ck_
    Participant

    Yes when you rebuild PHP to a new version you must rebuild the eaccelerator module, that’s a good tip.

    Also sometimes after a rebuild you need to clear the eaccelator disk cache which is usually stored in tmp or you might have specified somewhere else in the php.ini settings.

    techypenguin, mysql speed is not related to eaccelerator but mysql’s own cache.

    If you are going by the time showed inside bbpress pages, that’s misleading as it shows the number of queries but the entire page generation time, not mysql query time. If you want to see the breakdown, install my bb-benchmark plugin.

    #69217
    chrishajer
    Participant

    I recently ran into a problem with eaccelerator installed from source:

    When you update PHP, Apache will not restart since eaccelerator was compiled with an earlier version of PHP, and Apache can’t load the eaccelerator.so binary. If Apache won’t start, maybe this is why. Apache didn’t give any good messages at all, but php -m on the command line showed a problem with the eaccelerator binary being compiled for an earlier version of PHP. So, just recompile, reinstall and restart Apache.

    Hope that helps someone.

    #69652

    In reply to: bbPress Facebook page

    I’m a big fan (and now a Facebook fan) of bbPress and don’t want to come off as ungrateful. But I’m definitely concerned about how long it’s taking to get WordPress integration going. Am I wrong in assuming it would be one of the highest priorities?

    Sambauers agrees with you. How do I know? #1007

    #69899
    johnhiler
    Member

    I’ll take a crack at this!

    1) I’m not sure about this, but if it doesn’t exist then I’m pretty sure it can be added through a plugin.

    2) The “bb-attachments” plugin allows users to upload images and other files: https://bbpress.org/plugins/topic/bb-attachments/

    3) I was able to match the look of my WordPress blog to my bbPress forums pretty easily

    4) There’s a five star rating plugin here: https://bbpress.org/plugins/topic/bb-ratings/

    I’m a big fan of bbPress, and have been using it for over a year. There are some people who have mixed feelings on bbPress though – you can read about that here:

    https://bbpress.org/forums/topic/bbpress-facebook-page

    I haven’t had problems integrating signin or matching my theme. However, I have a site with one WordPress install and three bbPress installs, all using a shared users table… and each system has its own profile link. I hear that BackPress should solve this eventually (a single profile system that will integrate across multiple installs like this), so I’m sticking with the *Press platform for now. But it’s been my biggest issue so far, so thought I’d share in case it’s something you need right away.

    Good luck!

    #4403
    kgosser
    Member

    Hey all,

    So I’ve been checking out various forums to use for my business’ site, and I’ve got it paired down to bbPress and Vanilla. I’m leaning towards bbPress, but I have a few questions that I’m seeking answers to first. If anyone can help me out, it would be greatly appreciated!

    (1) Is it available either by default or a plug-in to allow users to post <embed> or <object> snippets to show Flash files?

    (2) Is there a plug-in available to allow image uploading to our server, or are all the ways to get an image to display within a thread by bb [img]code or the “Allow Images” plug-in?

    (3) Would you consider bbPress’ theme customization to be about as equal (or easier) than WordPress’?

    (4) Are there plug-ins to allow for either digg-style voting or normal 5-star voting? Being able to host community-driven contests is important for this project.

    Thanks a lot in advance. One of the reasons I always use WordPress for my projects is because the community is one of the best on the Web, so I hope it rubs off a little bit for bbPress! Thanks again!

    #69216
    techypenguin
    Member

    tht tutorial sure helped me.thanks _ck_. last time i check the speed for mysql is 0.005sec before installing eaccelerator. how about win server?any good?

    #69890

    In reply to: BBpress/WP integration

    The admin page on your WordPress side (www.mysite.com/blog/wp-admin/options.php) should be the same userid / password you use to administer wordpress.

    #4402
    eufc_forum
    Member

    Hi,

    I thought I would post this to just show off and see it their are any bugs people can spot (particularly design tweaks on various browsers and OS).

    http://www.eufcforum.com

    It utilises the standard BBpress header and footer with the rest being hacked about a bit with numerous plugins installed.

    #4399
    Hermiony
    Member

    Hi,

    I am trying to add a bbpress forum to my WP blog.

    In the settings -> wordpress integration section of my bb dashboard it requires a WP database secret. There is already some data in that box, but below it says;

    ‘This must match the value of the WordPress setting named “secret” in your WordPress installation. Look for the option labeled “secret” in this WordPress admin page.’

    And when I follow the link to the admin page I am asked for a username and password, but it doesn’t seem to recognise any that I put in, so I don’t know how I am able to check that the values match.

    Also, how can I create a link to the forum in the sidebar of my blog?

    Any help much appreciated!

    #69651

    In reply to: bbPress Facebook page

    bradsucks
    Participant

    I don’t think the Facebook page setup stole any time away from bbPress development.

    I’m a big fan (and now a Facebook fan) of bbPress and don’t want to come off as ungrateful. But I’m definitely concerned about how long it’s taking to get WordPress integration going. Am I wrong in assuming it would be one of the highest priorities?

    I recognize WordPress has been in a state of flux regarding logins and I likely don’t know all the deep developer details, but it’s getting difficult to maintain confidence in the project. Will the 2.7 release make things any easier?

    #69892

    Not 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.

    #69215
    _ck_
    Participant

    How to install eaccelerator onto debian with PHP5

    http://www.howtoforge.com/eaccelerator_php5_debian_etch

    (should be similar or even easier for PHP4)

    #69214
    _ck_
    Participant

    Apache, 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.

    #4401
    ganzua
    Member

    Hi!

    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?

    #69213
    techypenguin
    Member

    I’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..

    #69650

    In reply to: bbPress Facebook page

    chrishajer
    Participant

    It’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

    #4400
    baurdotnet
    Member

    Hello,

    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”

    #69649

    In reply to: bbPress Facebook page

    Hi 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).

    #69648

    In reply to: bbPress Facebook page

    I 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)

    #69490

    Avatars – 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.

    #69647

    In reply to: bbPress Facebook page

    Could 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? :)

    #69646

    In reply to: bbPress Facebook page

    ” 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.”

    https://bbpress.org/about/

    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.

    #69645

    In reply to: bbPress Facebook page

    I 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?

    #69624

    In reply to: New forum layout

    chrishajer
    Participant

    I 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.

    #69066
    tomwi
    Member

    yep, 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?

Viewing 25 results - 22,526 through 22,550 (of 26,846 total)
Skip to toolbar