Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 32,976 through 33,000 (of 64,516 total)
  • Author
    Search Results
  • 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!

    https://wordpress.org/extend/plugins/bbpress-custom-css-file/

    bbPress will use bbpress.css from your theme folder.

    So to recap:

    1. Copy the master bbPress css file to your theme directory and rename it to bbpress.css.

    2. Go to the plugin page in the admin. Activate bbPress Custom CSS File.

    3. profit.

    #111975

    Try adding a check for bbPress, such as

    add_action( 'bbp_ready', 'ja_login_detect' );
    function ja_login_detect() {
    if ( is_bbpress() ) {
    include_once "/dap/dap-config.php";

    if ( !Dap_Session::isLoggedIn() )
    header( "Location: /dap/login.php" )
    }
    }

    #111636
    vvikeb
    Member

    I got it working though it is not perfect. After setting up all bbp templates into my new theme and ensuring the bbpress, css, and js subfolders associated with the bbp-twentyten template where in my new theme folder properly it is working with some functionality that I can live with; however,…

    The breadcrumb link and my forums menu link are not the same. Now, I use a forums page with the shortcode. Now, when someone drills down into the forums and wished to return to the main forums page via the breadcrumb they go to the default forums-archive page set by bbp. I wish it went to my custom forum page with the shortcodes, but I’m happy it is not sending people to a useless page.

    So, there is still an issue, but everything is providing useful functionality at this time. I will leave this unresolved and hope the dev will fix in later versions.

    #111974

    Hey Jared,

    I added that code functions.php under /public_html/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten. Did not work.

    I added it to functions.php under /public_html/wp-content/themes/twentyten/functions.php, but it starts intercepting all requests to my site instead of just intercepting /forums request.

    Any thoughts?

    Thanks,

    vvikeb
    Member

    I found it.

    They were in the bbpress subfolder found either in your theme folder or in the bbp-themes>bbp-tewntyten theme folder.

    For “You must be logged in to create topic.”:

    bbpress>form-topic.php Line 215

    For “You must be logged in to reply to this topic”:

    bbpress>form-reply.php line 174

    #41995
    Nate
    Participant

    Hi all,

    I’ve noticed that when I view my profile via bbPress, the image from my last blog post is displayed. I’d like that eliminated, if possible. I’ve rifled through the coding and can’t seem to pick it out.

    The second: Under bio: We want users to use that area to ‘Share’ their personal story, but it doesn’t allow much in the way of paragraph breaks. Is that doable?

    Thanks!

    What version of bbPress/BuddyPress are you using?

    #112024

    In reply to: Forum migration tool

    The problem with this is that bbPress is maintained by @jjj and a few other contributors. So the time and features have to be prioritized.

    Writing an importer is a *lot* of work. Right off the bat a forum importer is going to be at least twice as much work as, say, a MovableType -> WordPress importer.

    Now you have to take into account how many, ultimately, separate importers you would have to write. Let’s see here… vBulletin, phpBB, Vanilla, punBB, SMF, IPB… and those are just some of the popular ones. So 6 importers *might* cover most off people’s needs.

    Then you have to keep in mind that the importers are constantly breaking because of software updates to the original forums packages. I’d say ever 2-4 months you can expect breakage due to an update.

    Bottom line? You are looking at 6 importers (at least) to cover the popular forum suites, that not only would take a huge time investment to get off the ground, but would have to be constantly maintained and updated so they don’t break or get out of date.

    Is it do-able? Sure. However, if you want @jjj to tackle this don’t expect to ever see another bbPress update or feature again – it’s just a matter of time.

    This is really where contributors need to step in and help out. This would ideally be written and maintained by different contributors.

    #111885
    SK
    Participant

    @residentmeevil

    bbpress should already match your site’s look and feel if you have installed bbPress plugin for WordPress. bbPress ships with a TwentyTen child theme which is used to lay out the bbPress pages within the wrapper of your active theme (if the active theme is not already bbPress-supporting)

    JABŁOŃSKI
    Member

    I am interested in knowing this too.

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

    Keshav Saini
    Member

    I read all the documentation before installing buddypress but the got the same issue many others are facing. I couldn’t find any fix in any discussion thread here at buddypress site and other forums.

    I followed the same procedure written in buddypress codex. I am using both the group forums and site wide forum using bbpress.

    But when I post a new thread in site wide forum, the activity isn’t displayed in buddypress activity stream and my profile activity.

    Here is the site http://www.environmentabout.com/community

    #111139
    David Decker
    Participant

    You should also try this great free plugin: “bbPress Antispam”

    https://wordpress.org/extend/plugins/bbpress-antispam/

    It works similar to the awesome “Antispam Bee”:

    https://wordpress.org/extend/plugins/antispam-bee/

    Greetinx, Dave :)

    #112015

    No sweat. Happy to have you around. :)

    #112014
    Jimfire
    Member

    Thanks. As you may have guessed I’m new here.

    #42446
    rhek
    Member

    Hello,

    I have a BuddyPress, Multisite with bbPress installed. We want to use bbPress on the main site and the subsites. I activated bbPress on one of the subsites and have a “possible conflict” message under “Archive Slugs” for “Forums base”. The message is “Possible BuddyPress conflict: Forums page”. What do I do regarding this message?

    Each subsite has a different theme. Can bbPress be setup in subsites with a different theme?

    Thanks,

    Rhek

    #112013

    Hi Jim – If it’s not bbPress related, you probably won’t get much help here.

    Also, 10 hours is not a long enough period of time to bump your topic. These forums don’t see much traffic and the staff is volunteer only. When someone that can help you wants to, they will. If they can’t, they won’t.

    bbPress looks like it’s fitting into your TwentyEleven theme nicely.

    #112012
    Jimfire
    Member

    Same thing goes for my “CALENDAR” page. I have it set to PRIVATE. When a visitor hits the CALENDAR menu item, I get:

    This is somewhat embarrassing, isn’t it?

    It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.

    How do I get it to just tell the user “You have to log on to see this” ?

    #112011
    Jimfire
    Member

    I have it working much better now.

    I have it so that a visitor can see the home page and all of the menu items. Thats fine.

    I have set some of the items on the menu to PRIVATE, so they should not be able to access those areas without being logged on.

    When they hit my “discussions” item on the menu, they get a message that says “Oh bother! No forums were found here!.

    Is there a way to give them a message that says “You must log on to access this area” instead?

    http://www.scc4911.org

    Thanks,

    Jim

    #112010

    If you want to hide the menu item completely from non-logged in members there is no easy way to do that using the WordPress menu system except using CSS.

    #112009
    Jimfire
    Member

    OK, I can access my forum page from the menus now, but even though my forums are set to PRIVATE, the menu lets any web user access to the forum area. How do I set up the menu item to PRIVATE?

    #112008
    Jimfire
    Member

    Fantastic! Thank you. Now all I need to do is get the font size reduced in the Forum area and I’m set.

    Is there an easy place to do that?

    This is what it looks like right now. Now very pretty.:

    http://www.scc4911.org/forums/forum/forums/union-business/

    #112007

    Add it in your menu. Appearance > Menus.

    #112006
    Jimfire
    Member

    OK, here’s progress. I changed the permalinks from DEFAULT to POST NAME, and using the /forums/ url brought up my forum.

    So, how do I get the WP menu to have Forums in it so my users know that it is there?

Viewing 25 results - 32,976 through 33,000 (of 64,516 total)
Skip to toolbar