Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,626 through 6,650 (of 11,591 total)
  • Author
    Search Results
  • #112058

    There’s a “Zip Archive” link on the bottom of https://bbpress.trac.wordpress.org/browser/branches/plugin – this will be the latest development version.

    Just keep in mind, while 2.1 is general stable, it’s still beta so make a backup of things first!

    I just tested it and you are right! Seems to be screwy when using the numeric permalinks.

    We’re going to look into that. I definitely appreciate you coming back and posting about the problem you encountered – this will help us make 2.1 as solid as possible when it is released publicly :)

    Keshav Saini
    Member

    I am using the latest versions of both the software. Buddypress 1.5 and bbpress 2

    I have installed bbpress both for group forums and sitewide forum. I started seven discussions in sitewide forum but none of them appearing in my activity.

    jamescarson1
    Member

    Jaredatch, this is gold. And it will be appreciated by many people I imagine. This should be reposted as a sticky or similar until it’s added to the plugins page or to the next bbpress update?

    By the way I just tested the code and it’s working great. It’s missing a closing ?> tag.

    Thanks!

    #42463

    Topic: Forum migration tool

    in forum Plugins
    SK
    Participant

    bbPress needs to face the fact that most people who want a forum, have already had a forum. The *new* market for forums is much smaller than the *installed base* of forums.

    Consequently, most of the people who would want to use bbPress probably are already using another forum script and need help migrating. It is collossal mistake to leave this for community plugins.

    If I have a forum software in a production environment, then one of the major factors influencing my decision regarding migration is whether or not there is a robust, stable, tried and tested and reliable migration path to the target software. This is extremely important for me. In fact, I would suffer a somewhat inferior software willingly rather than move to a better software if there is no clear migration path or there is a high degree of risk in migration.

    It is a mistake on part of bbPress to leave migration to community plugin developers. Even if there were some plugins out there that did the job, it would be much less reassuring to prospective users compared to a migration/import path created by the bbPress team. As it happens there are only 2 import plugins ( http://wordpress.org/extend/plugins/forumconverter/ and http://wordpress.org/extend/plugins/bbconverter/) out there and both of them are broken and not supported.

    WordPress does it right in building an importer directly into the core.

    Over the next 18-24 months, I expect to see a mass exodus from phpBB as they rewrite the software from ground up ( http://area51.phpbb.com/phpBB/viewtopic.php?f=75&t=41583). If bbPress provide a good migration path, it stands the chance to capture some of fleeing population.

    Task

    I think it would be greatly beneficial to the project if the bbPress team build a bbPress importer that supports the top 4 forum software: phpBB, Invision, SMF and vBulletin.

    Such a migration tool, importer or converter will:

    i) import topics and forum hierarchies into bbpress

    including the relations between forums, topics and replies

    and slugs for forums, topics and replies

    ii) generate an .htaccess to place in the old forum directory so that old URLs are 301 redirected to new ones.

    iii) import users including profiles, passwords, signatures and roles

    @jjj You have mentioned at http://bbpress.trac.wordpress.org/ticket/1740 that this is more appropriate for a plugin and that bundling that code in the core of bbPress seems needless for many users that are starting off fresh.

    I believe that this function is too important to be left to the mercy of others. There is a huge trust issue…if I have to entrust my data to someone, I want to make sure that they are reliable, trustworthy, good enough, and understand the software well.

    I take your point about not bundling the function in the core. How about a migration plugin by the bbPress team?

    #111999

    This is a total guess and not tested, but you should be able to put something like this in your theme’s functions.php file

    add_action( 'bbp_init', 'do_custom_body_classes' );
    function do_custom_body_classes() {
    add_filter( 'body_class', 'genesis_custom_body_class', 15 );
    }

    #111137
    Dan Milward
    Member

    Hi guys,

    We made a premium bbPress spam killer Plugin. It kills spam dead!

    The concept is loosely based around our own ideas and automatting some of Anointed’s ideas.

    The Spam Killer Plugin saves us a lot of time and money. Since the spam problem has cost us such a lot of time and money;

    a) removing spam daily

    b) testing many plugins that did not work

    c) and finally building a new Plugin which took many many hours that fixes our problem

    … we have decided to make it a premium plugin for sale on our site.

    http://getshopped.org/premium-upgrades/premium-plugin/bbpress-spam-killer/

    Best,

    Dan

    #111934

    If you are 2.1 (which from my testing is stable and full of awesomeness) you can place the bbPress template files in your theme and bbP will use those instead of the pre-packaged ones.

    See https://bbpress.org/forums/topic/bbpress-21-theme-compatibility

    #106470
    osby
    Member

    Hi!

    This is driving me nuts! It should be so simple but I cant get it to work.

    Running latest versions of WP and the bbPress plugin, installed within WP.

    Then I download the language file (sv_SE, swedish) and pretty much everything in the backend stops working.

    Depending on what other plugins I have active at the same time different parts stop working.

    I’ve tried to put the file in the location you described and the bbpress/bbp-language folder as well.

    Please help me!

    theap
    Member

    I would like to list comments by most recent on the Home page of my Forum.

    At the moment only Topic with the latest comment entry comes up fist, but I would like to have list of comments, like here for example:

    http://www.iii.co.uk/investment/detail?code=cotn:UKX.L&display=discussion&it=li

    i guess what I need is similar to bbpress forum where you can click to view latest topics or latest posts, but I’d like to have latest comments listed by default.

    Many thanks in advance!

    #42311
    Everton
    Member

    Hi

    I’m still playing around with bbpress/buddypress on my test site wpthemetrial.com. I know I’m doing something fundamentally wrong, so can I please get help.

    I originally copied all the bbp-twentyten files into my active theme and manually edited the files like archive-forum.php, archive-topic.php to get these pages how I wanted them to look.

    However, how do I setup my forum homepage to use the page-front-topics.php template? When I create a WP Page at wpthemetrial.com/forum the bbpress automatic page using the archive-forum.php file always overrides it. It says “Archive Slugs

    Include custom root slugs to prefix your forums and topics with. These can be partnered with WordPress pages to allow more flexibility.”

    but I can’t get it to work.

    For now I’ve inserted ‘forumbb’ http://wpthemetrial.com/forumbb/ and ‘topicsbb’ http://wpthemetrial.com/topicsbb/ as my archive slugs, but I’d really like to use my WP custom pages, http://wpthemetrial.com/forum/ and ttp://wpthemetrial.com/topics/ as they are easier to update and manage.

    Thanks

    EB

    #42302
    scripts212
    Member

    The following might help you as a checklist to narrow down and find the best groupon clone script available today in market with all the latest versions and features for different platforms. Today after so many innovations in the web and mobile applications development, it is difficult to achieve business amidst the growing competition, with just an efficient group buying website.

    The latest additives that provided by competitors who are striving to provide the best clone script are:

    Facebook App For Group Buying: Facebook is the best tool for viral marketing of your business today. The foremost advantage is that it helps to market every single deal pretty faster than we could do with a separate website. Hardly one or two providers have released a dedicated script to launch your group buying business as a complete, end-end Facebook app which possesses all the essential features to facilitate the viewing and buying of deals without the necessity to log into the actual website.

    The tremendous rise in the users’ population of smartphones has

    led the new steppers to demand for the best groupon clone script

    Ads by Google

    for smartphones too.

    Iphone app: The most reputed Apple iPhone has attracted a very significant population in the smart phone sector and hence it is an inevitable idea to launch your deal site as a iPhone app.

    Android app: This successful OS is one of the top competitors today which threatens the other smart phone OS in scoring. A few quality group business scripts have been released for the Android OS such as this one:

    Extension for internet browser (chrome)

    This is a very cool additive that almost any good quality group buying clone script would have, which can be easily installed in the chrome browser and with which users could easily view the latest deals, in just a drop down box. In fact this comes as a free download from this link:

    Barcode scanning This traditional retail method is currently the much spoken about special feature in the apps. For the customers who buy deals from your website, you can give a unique QR code which they can show to the merchant and by scanning it the merchant can access the status of the coupon.

    Refer A Friend – In all business models this ‘Refer A Friend’ option has been a very successful strategy since it almost doubles the probability of gaining a new customer (through an already existing customer).

    Merchant Login – This lets the merchants who use your group buy website to post deals and achieve business, to have a separate login for themselves through which they could modify vital settings, add photos or video to each deal, history of deals, etc.

    And most of the new steppers are turning towards Contus Support: since they are considered to be one of the providers for best group buy site script with the advantages of: flexibility, big list of essential features, different packages, post sales support and their pioneering into mobile apps for group buying .

    Making money on Facebook is literally the talk of the town. Since people have discovered that Facebook is not only a place for entertainment but also a killer business platform, there’s ain’t no rest for the developers. But how in the world is it possible to earn money on FB? People hang out there to have some fun, not to spend some bucks after all… This fact turns making money on Facebook into a very hectic task.

    Lots of Facebook apps were created within the last several years. All of them use some tricky idea that is targeted on attracting users’ attention and thus making money. Facebook Voting Engine is probably one of the most efficient scripts among the latest Facebook solutions. This script will help you to monetize the most popular social networking website. Voting Engine proposes users to vote for something or someone by liking it.

    The trick that underlies this script is very simple: people vote for something and automatically share the information about this voting with each and every friend on Facebook. So, you can buy this script and create your own votings. It’s not only a good way to make money out of Facebook, but also a lot of fun, especially if you have a healthy amount of criticism and able to create witty and funny contests. And people on FB don’t take it as spam, or annoying banners, or obnoxious hyping. For them it is just another funky stuff to kill time on Facebook. It takes them 1 minute to click “Like” button in the contest like Brad Pitt vs Johnny Depp, or Naruto vs Bleach. The more interesting contests you create the better your chances for success. A killer method!

    Ads by Google

    Download Google Chrome

    Searching is fast and easy with Google’s web browser.Google/Chrome

    So, you can grab such Voting script and make your own contests. You just should select the candidates (up to 4), create slogans, upload pictures, and send it outta web space. Every time someone votes, his or her friends on Facebook receive a message (a template generated by you like “I voted for … Now it’s your turn!”) that informs them of this contest. What comes around goes around, and you can make it really viral in as little as two weeks!

    Thus, making money on Facebook is not all about hard and tedious work. Making money and having fun can be the synonyms when it comes to good Facebook script. Facebook Voting Engine is the best way to promote your website, get more traffic, and thus showcase your product or service in a flash. Some people say it’s difficult to succeed on FB.

    Is FB Cash Blueprint a scam? I am sure that you are already using Facebook for the purpose of social networking. This network is growing exponentially larger and larger every day, with more and more users starting to join and using it as a quick way to connect with everyone that they know.

    1. What is FB Cash Blueprint All About?

    Users can now set up videos, tell everyone what they have been up to and socialize from a single site. Even then, more uses such as e-commerce are being considered for addition by the owners of Facebook. With such huge potential power for it to become the biggest traffic source in the near future, anyone who wishes to earn a full time residual income needs to consider the strategies being offered in this Facebook marketing blueprint.

    Ads by Google

    2. What Have I Learned from this Facebook Money Making Course?

    I have learned how to effectively tap into this huge traffic source of Facebook that already has gathered more than four hundred million users today. Statistics show that about half of these people log in to their accounts every day, which means that I have the potential to get repeat visits every day without having to put in extra work.

    3. Do the Methods In this Facebook Marketing Blueprint Really Work in the Long Run?

    Even though there is a serious downturn in the economy, you should understand that it is having no effect on web marketing and online sales. In fact, online sales have increased and FB Cash Blueprint provides me with the strategies for tapping into these sales to earn a living for myself. I am also glad that I have gotten in early and would expect it to become much more competitive within the next 5 years.

    4. Review of this Downloadable Package

    This entire package comes with high quality Facebook scripts, video tutorial packs and step by step instructional PDF guides that have taught thousands of users worldwide how to earn money with just their Facebook account and Internet connection.

    Are looking for the best Facebook Clone Software that is available?

    Well, do not buy anything until you read this review. It can be hard to figure out which software is the best for your needs with all the various options out there. That is why I took a detailed look at all the clone scripts that are available.

    The one script that has several good reviews and is very popular is PhpFox.

    Here are the features of PhpFox:

    It is a complete CMS which gives you full to change the software how you want

    It is easy to make money with, because the ability to add subscriptions, easy ads placement, and market place listings

    You can easily develop your own modules, so you can get it to do what you want with ease

    It comes with designed themes and styles that can changed with a click of a button to give your site a well established look

    Blogs for your users

    Users can easily upload multiple photos of different sizes and tag them

    Professional looking forums

    Video and music section that allows your users upload, share, and tag videos easily

    Your users can use a fun instant messenger with multiple features

    The script comes with search engine friendly urls

    Phpfox forum that is very active

    Many more features that are just too long to list

    Ads by Google

    As you can see Phpfox comes with lots of features.

    It is really ten plus website scripts in one. Is it the Facebook Clone available? Well in my opinion it is. The company has been in business since 2005. It is being used by several large businesses. Their support forum is active with thousands of members that are willing to help and share how they had success with the script. If you buy any kind of website script make sure they have an active forum, because it will help you greatly with any problems that may occur.

    Facebook Scripts

    #111654
    Angela
    Member

    Hi, I just went ahead and test out the bbPress, I created a sample post, I can see it in the forum view, but when I visit it, it somehow turn into a category or tag page listing, and I have no idea where the content went.

    I guess I takes it for granted that all WP stuff works well in any language, but not this time around…

    #110512

    No idea what commercial theme you’re using so its impossible to say. It’s also up to users like you that use totally custom themes to test how well it works with bbPress and report any issues you run into to the theme authors.

    Remember that what bbPress is doiing is actually the first of its kind in the WordPress world, so the more you can help forge it early on is the better it will be and easier it will get.

    #111800
    LabSecrets
    Participant

    Hi Martin!

    Keep in mind that any CSS you run on your main theme, or child theme, will also apply to the core bbPress files as well, so long as you have structured your site properly. As such, you can apply the suggested body class of “.bbPress” and you will be able to modify the content area and sidebar to make a page full-width as we show.

    1) I use Smultron or Komodo Edit, but also like Sublime Text;

    2) The message you see is, I believe, removed in the latest update to bbPress. Otherwise, just ignore it… (it can be suppressed by adding a line in your wp-config.php file… but why bother as I think it was mentioned here that they are updating this out?)

    Hope this helps!

    Spence

    http://labsecrets.com

    #42260
    lmoon
    Member

    Hello,

    I am using bbpress 2.0.2 on the latest version of wordpress.

    I have added in bbpm by uploading it to my wordpress plugin file through ftp. I can see it in my installed plugins under the wordpress dashboard, but when i try to activate it I get the following error:

    “Fatal error: Call to undefined function bb_load_plugin_textdomain() in /home/lifeafte/public_html/wp-content/plugins/bbpm/bbpm.php on line 20”

    I looked through the forum and found some suggestions of adding bbpm into a “my-plugins” folder under the bbpress folder, but I have done this, after creating the folder, but cannot see that one anywhere in my wordpress dashboard.

    I would really appreciate some help.

    Thank you.

    #42259
    lmoon
    Member

    Hello,

    I am using bbpress 2.0.2 plugin on the latest version of wordpress.

    Is it possible to add in custom fields, to add in postcodes for example, into the registration process for users of the forum?

    I have looked through previous threads and feel they are all too old to answer this question for the new bbpress plugin.

    Many thanks for your time and help with this.

    #111643
    kowalski
    Participant

    i own platform pro but it and it doesn t work with bbpress 2.0. it used to work with bbpress 1.0, they even relased special plugin for that. After your mod update to 2.0 it stoped. nevermind. if you are interested, i could send you platform pro files, so you could make a fresh install and test how it play together.

    #42174

    bbp_check_user_edit() appears to use the following condition:

    if ( !is_user_logged_in() || ( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) ) || !current_user_can( ‘edit_user’, bbp_get_displayed_user_id() ) ) {

    The key portion of that being:

    ( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) )

    This appears to be written intending to disable the ability for site admins on a network to edit users. However the code here does not seam to do any tests for what the user id is and who’s currently logged in.

    This has the unwanted effect of removing the ability for a normal non-superadmin user to edit their own profile because this code activates when multisite is enabled and doesn’t take the fact they are trying to edit their own profile into account.

    #110503
    aravoth
    Participant

    Search BBpress plugin is not functioning now, I am using the latest version of 2.1, the error message I get is…

    Fatal error: Call to undefined method stdClass::have_posts() in wp-content/plugins/bbpress/bbp-includes/bbp-topic-template.php on line 308

    Line 308 of bbp-topic-template.php looks like..

    function bbp_topics() {
    global $bbp;

    // Put into variable to check against next
    $have_posts = $bbp->topic_query->have_posts();

    // Reset the post data when finished
    if ( empty( $have_posts ) )
    wp_reset_postdata();

    return $have_posts;
    }

    Not sure what the problem is here…

    #42159
    maryjan
    Member

    I have one portal with 6 subdomains. All in wordpress multisite network. I have also install buddypress and bbpress all in the newest versions.

    I want to have only one forum on main site where i will have forums for subdomains blogs. These forums i can create manualy.

    The issue is.

    How can i get the latest topics from each forum from main site on subdomain blog ?

    Do I need to get it from databese or how ?

    Please help me :)

    #42144

    Topic: bbPress Codex

    in forum Troubleshooting

    Testing out the new bbPress codex at http://codex.bbpress.org.

    I’ll be adding some documents and moving things around soon. Wanted to give a heads up that it’s coming and I’m working on it before officially announcing anything on the blog.

    If for some reason you’re not able to edit pages and would like to, drop me a note here and I’ll add you.

    #108869
    swexican
    Member

    I did what Zhen said (set Site Visibility to “Allow search engines to index this site”) and it works. Can’t believe this isn’t mentioned somwehere!

    So modifying DoctorWombats 6 steps to install I would modify it like this:

    1. Plugins > Add New > BuddyPress 1.5 (or install manually by uploading files)

    2. Activate BuddyPress

    3. Run the Install Wizard BUT leaving the Forum Component unchecked.

    4. Plugins > Add New > bbPress 2.0 (or install manually by uploading files)

    5. Activate bbPress

    6. Make sure Settings > Privacy > Site Visibility is set to “Allow search engines to index this site.”

    7. Create a forum, test topics, and test replies and see them appear in Activity Streams

    I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.

    Thank you Zhen!

    swexican
    Member

    I just have to add that after looking everywhere in threads and forums and getting nowhere from the comments here I finally did what Zhen said.

    Setting Site Visibility to “Allow search engines to index this site.” will make Activity Stream work for bbPress posts!

    I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.

    Thank you Zhen!

    Maybe you should add this info somewhere?

    -swex

    #42114
    SK
    Participant

    Actually, it doesn’t. I think bbPress is a pretty good piece of software.

    But while I have your attention, allow me to share my perspectives as someone who has been using Opensource Bulletin Board software for many years, but is just starting off with bbPress.

    It’s great that bbPress can leverage WordPress’s autoupdate function to update itself and its plugins. phpBB (http://www.phpbb.com/mods/automod/), SMF (http://docs.simplemachines.org/index.php?topic=93) etc. are still trying to figure it out…they have some rudimentary patches, but nothing as elegant as WordPress’s system.

    Another brilliant thing is the ability to use seo/pretty URLs/permalinks. Amazingly, at phpBB (http://area51.phpbb.com/phpBB/viewtopic.php?f=105&t=35616) they are fighting over whether this is even desirable!

    But what’s pure genius is the ability to use any WordPress theme! bbPress ships with a bbPress TwentyTen theme, and if your active WordPress theme does not have special support for bbPress, that is ok, because bbPress will use bbPress TwentyTen’s styling to present the forums in your active theme. Genius! Pure genius!

    Add to this the fact that because bbPress is a WordPress plugin, there are additional benefits such as: SSO with WP, ability to use WP plugins (like Use Google Libraries), extendability, lightness, etc.

    It is a massive shock to me that the number of people are using bbPress is incredibly smaller than what it should be.

    I’ve thought about my experience, and think that the following factors could be critical in this regard:

    1. Discovery: Discovery is an issue. I don’t know what the relationship is between Automattic/Wordpress/bbPress/BuddyPress, but I am sure you have considered putting bbpress.org link in wordpress.org’s “See also:” footer and decided against it. But what I do struggle to understand is wy wordpress.org would not even permit you to put a credit line (Powered by bbPress) in wordpress.org forums. That is a bit harsh. To add insult to injury, if I search for forum on wordpress.org forums (http://wordpress.org/search/forum?forums=1), Mingle is at the top and Vanilla forums show up on page 1, but bbPress doesn’t.

    Google SERPs aren’t much better. bbPress is not on 1st page for any of “forums script”, “opensource forums script” and “php forums script”. I’m sure that would change if you could convince wordpress.org to show you a little more love.

    2. Freshness: Even if someone chances upon bbPress plugin on wordpress.org (http://wordpress.org/extend/plugins/bbpress/), there is little joy. The bubble is burst as soon as the explorer clicks on forum posts (http://wordpress.org/tags/bbpress?forum_id=10). There doesn’t seem to be any support and users appear to be completely lost without a paddle.

    Of course the main reason for that is that you handle most support here at bbpress.org but the poor visitor doesn’t know that. He looks at wordpress.org forums for bbpress, concludes there is lack of support and goes away.

    I think unifying support in one place (at wordpress.org forums), will be good for the community. You can have a clearcut, loudly stated division – bbpress WP plugin support at wordpress.org forums, legacy bbpress standalone support at bbpress.org

    http://bbpress.org/forums/topic/why-separate-forums

    http://wordpress.org/support/topic/plugin-bbpress-why-separate-forums

    3. Migration: bbPress needs to face the fact that most people who want a forum, have already had a forum. The *new* market for forums is much smaller than the *installed base* of forums.

    Consequently, most of the people who would want to use bbPress probably are already using another forum script and need help migrating. It is collossal mistake to leave this for community plugins.

    If I have a forum software in a production environment, then one of the major factors influencing my decision regarding migration is whether or not there is a robust, stable, tried and tested and reliable migration path to the target software. This is extremely important for me. In fact, I would suffer a somewhat inferior software willingly rather than move to a better software if there is no clear migration path or there is a high degree of risk in migration.

    It is a mistake on part of bbPress to leave migration to community plugin developers. Even if there were some plugins out there that did the job, it would be much less reassuring to prospective users compared to a migration/import path created by the bbPress team. As it happens there are only 2 import plugins (http://wordpress.org/extend/plugins/forumconverter/ and http://wordpress.org/extend/plugins/bbconverter/) out there and both of them are broken and not supported.

    WordPress does it right in building an importer directly into the core.

    I think it would be greatly beneficial to the project if the bbPress team build a bbPress importer that supports the top 4 forum software: phpBB, Invision, SMF and vBulletin.

    Over the next 18-24 months, I expect to see a mass exodus from phpBB as they rewrite the software from ground up (http://area51.phpbb.com/phpBB/viewtopic.php?f=75&t=41583). If bbPress provide a good migration path, it stands the chance to capture some of fleeing population.

    4. I18n: 80%+ translations of bbPress are available in 13 languages, which is nothing to be scoffed at. But delivery is shambolic.

    It is a nightmare trying to figure how to get bbPress working in a language other than English, even if you do the translation yourself.

    There are 2 places to find translations: http://svn.automattic.com/bbpress-i18n/ and http://translate.wordpress.org/projects/bbpress/plugin

    You can also use the .pot file found in /wp-content/plugins/bbpress/bbp-languages folder to create a translation, or you can translate at http://translate.wordpress.org/projects/bbpress/plugin with proper access.

    It still doesn’t work. Very frustrating.

    As it turns out, what you need to do is go to http://translate.wordpress.org/projects/bbpress/plugin, download language file by exporting to .po file, use poedit to covert to .mo, and upload it to wp-content/languages/bbpress/ (not to /wp-content/plugins/bbpress/bbp-languages which has the .pot file or /wp-content/plugins/bbpress/languages as most other plugins would). And the name of the file should be somewhat like bbpress-de_DE.mo not the standard de_DE.mo

    Who would be able to figure that out? There’s not a single word about this in the documentation.

    What a mess!

    While some of the sharpest web developers comes from non-English-speaking countries, a high proportion of non-English-speakers are quite venturesome and decide to handle the technical aspects themselves as site owners, instead of farming them out to expensive developers, who are busy charging high rates for remote work.

    These are the people that greatly appreciate the simplicity of WordPress. And these are the people who are a captive audience for bbPress, only if bbPress could make life a little bit easier for them.

    bbPress should either be delivered in multiple language-specific packages like WordPress, or should be delivered with all translations included like most other plugins.

    The .pot as well as language .po .mo files should be located in /wp-content/plugins/bbpress/languages

    5. Documentation: This is another disaster area that is dragging a good software down. Documentation is just plain bad.

    First of all, bbPress should clearly mention on the home page (http://bbpress.org/) and the download page (http://bbpress.org/download/) that while standalone version continues to be supported, it is not being actively developed.

    Secondly, all the current documentation (http://bbpress.org/documentation/) is about the standalone version, and doesn’t say anything helpful for plugin users. This should be reversed.

    6. Lack of basic features: Forum users, whether or not they own/manage forums, have come to expect certain basic features like:

    – quote, multiquote

    – topic view stats

    – unread posts link

    – Signature

    – Profile photo/avatar

    – bbcode

    – WYSISYG editor

    – forum search, context search

    – uploading images

    – members online

    – private messaging

    – smilies/emoticons

    – forum moderation

    – user registration approval

    etc.

    I understand that bbPress is built to be modular, and I think bbPress is right in leaving this functionality to plugins.

    However, there are 2 problems:

    – On wordpress.org plugin directory (http://wordpress.org/extend/plugins/) there is no good way of listing all bbPress plugins. Perhaps you should create a special nomenclature or special tag that bbPress plugins should use?

    – If you look at bbPress plugin browser (http://bbpress.org/plugins/), most plugins are quite old…updated in 2010, 2009, even 2008! This is not very reassuring or confidence inspiring. Now, many of the old plugins may still be working fine, but when I see the “last updated” date is June 2010 for a plugin, I assume it is outdated, not developed and not supported anymore. I perceive that this will be a trouble plugin if I install it, and consequently end up with less functionality than I want. And I blame bbPress for it, saying bbPress doesn’t have all the features I want.

    My suggestion is this: Every time there is a new version of WordPress or bbPress, the bbPress plugins should release a new version too, even if the only difference is to add a comment line that says “compatible with version so and so”. This will go a long way in reassuring prospective users that can install the plugin with confidence.

    7. Forum sidebar: There is a plugin called bbPress WP Tweaks (http://wordpress.org/extend/plugins/bbpress-wp-tweaks/). What it proposes but in my experience fails to do should be part of the core software. bbPress WP Tweaks was created so that the admin could relace the WordPress standard sidebar with a forum-specific sidebar on forum pages. This, in my estimation, would be useful for 90%+ of all bbPress users.

    8. Custom fields: One of the most powerful features of WordPress is custom fields. bbPress should not disable this for forum pages.

    9. Custom headers code field: bbPress should have provision for a custom header code field, wherein the admin can put in some code, which bbPress then inserts in the header on forum pages. In one flick, this would make bbPress customization so much more powerful.

    To sum up, it takes a lot of persistence and determination to love bbPress. This is not great to attract new users. The software has a lot of potential, and I believe the number of installations can be increased multifold if the above issues are tackled in earnest.

    Thanks for listening to my ramblings. And if you went tl;dr I have only myself to blame.

Viewing 25 results - 6,626 through 6,650 (of 11,591 total)
Skip to toolbar