Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,126 through 37,150 (of 64,532 total)
  • Author
    Search Results
  • #106715
    janoochen
    Member

    @waterg

    As far as I know,

    the ‘bbPress Team’ are developers not translators.

    ‘bbPress Team是開發者他門不是翻譯著.

    #38757
    waterg
    Member

    very like bbp, but i want chinese version

    Could you(bbpress Team) provide the Chinese version?

    #105759

    In reply to: bbPress 2.0 – FAQ

    thenbrent
    Member

    @anointed a how-to guide on theme forum integration would be very helpful, thanks in advance if you publish one. :)

    #100659

    In reply to: bbPress 2.0 – FAQ

    thenbrent
    Member

    @anointed a how-to guide on theme forum integration would be very helpful, thanks in advance if you publish one. :)

    #106706
    Andre
    Participant

    An importer is being made, but isn’t done yet. You can follow the progress of it here, https://bbpress.trac.wordpress.org/ticket/1547.

    Which one is better depends on your needs. I plan on switching my phpBB forum to bbPress because I think it better suites my needs.

    The bbpress plugin will work with Akismet so spam shouldn’t be a problem.

    #38754
    Paulzxz
    Member

    With bbpress installed, my WordPress permalinks now throw 404 errors!

    What is that all about?!

    How do I overcome this?

    Surely this is a very basic requirment of such a plugin!?

    Any idea?

    Paul

    rhender
    Member

    Can I import old posts and users / passwords from a phpbb board?

    I am looking to possibly switch over to using bbpress. Is it better than phpbb?

    The phpbb board is having a lot of spam problems that I am working with. Thank you,

    #106614
    Sithu Thwin
    Member

    I got a hack for it if you are using MySql 5.5.

    It reported on trac at https://bbpress.trac.wordpress.org/ticket/1486

    Change TYPE = MYISAM to ENGINE = MYISAM in your bbPress installation’s bb-admin/includes/defaults.bb-schema.php

    #106613
    Sithu Thwin
    Member

    I have the exactly the same problem. I’m using MySql server version 5.5.12 on iis . When I look at database from phpMyadmin. bbPress post tables are missing. So although everything fine on forum, I can’t view post nor add new post.

    #106604
    janoochen
    Member

    @ideoplasm Adding a voting or rating system into bbPress 2.0 is extremely easy.

    You can use this plugin: https://wordpress.org/extend/plugins/wp-postratings

    or this one: http://www.gdstarrating.com/

    Then just add the rating function in loop-topics.php (inside the loop).

    You can do the same for loop-replies.php

    I’m working in a voting forum myself.

    This is an example:

    <div class="topic-rating-count">
    <h4><?php if(function_exists('the_ratings')) { the_ratings(); } ?></h4>
    <span><?php _e( 'rating' ); ?></span>
    </div>
    <div class="topic-reply-count">
    <h4><?php bbp_topic_reply_count(); ?></h4>
    <span><?php _e( 'replies' ); ?></span>
    </div>
    <div class="topic-freshness">
    <h4><?php bbp_topic_freshness_link(); ?></h4>
    <span> <?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'size' => 14 ) ); ?>
    </span>
    </div>

    #105561
    meigc
    Member

    Hello, I’m very interested in that plugin. I have been waiting for something similar for months because my skills with bbpress and simple-press are not good enougth, but it seems a miracle someone build it.

    How it is supposed can it be used?

    I have wrote a file called import.php in the my-plugins folder, activated the plugin and tried to fire it with myforum.com?bbpressimport=1, but it does nothing.

    I’ve also modified the statistics.php and added directly the function mbbb_init() and then loaded directly on index.php, but it also does nothing.

    My bbpress is not integrated, but sits on the same database (different table prefixes)

    Could you help with that?

    Thank you in advance

    #100461
    meigc
    Member

    Hello, I’m very interested in that plugin. I have been waiting for something similar for months because my skills with bbpress and simple-press are not good enougth, but it seems a miracle someone build it.

    How it is supposed can it be used?

    I have wrote a file called import.php in the my-plugins folder, activated the plugin and tried to fire it with myforum.com?bbpressimport=1, but it does nothing.

    I’ve also modified the statistics.php and added directly the function mbbb_init() and then loaded directly on index.php, but it also does nothing.

    My bbpress is not integrated, but sits on the same database (different table prefixes)

    Could you help with that?

    Thank you in advance

    #38732
    Paulzxz
    Member

    I would like my bbpress forums to sit on the URL: http://www.mysite.com/forum/

    Just like on this site: http://bbpress.org/forums/ displays all of the forums available. On my website the URL http://www.mysite.com/forums/ just throws a 404 and I don’t know ‘where’ that page is…?

    Many thanks for your help in advance,

    Paul

    dpwolfe
    Member

    Hi,

    Today, I installed bbPress on my WordPress blog site and most things are working. The install log said “>>> Key master email not sent!” but all else went fine including WordPress integration as I can see my forum user names (I created two) replicate in my WordPress Dashboard Users area.

    As the Key Master of bbPress, I have also successfully created two forum categories and several sub-forums (children) where members can post messages…theoretically.

    But, I’m experiencing the following issues that I have no clue how to resolve:

    1. Signed in as the Key Master, I don’t see where I can create a new post

    2. As part of registering as a forum user using a different user name, I did not receive an e-mail containing my password. So, I signed into my WordPress Dashboard Users area and assigned my second user name one so I could access my forum with my non-Key Master user name. Not having this forum registration process work without having to sign into WordPress is a problem.

    3. No matter which user name I sign into the forum with, when I click on any listing in the Forum Main Theme’s area, I get the “The page cannot be found” error message. See: http://wolfetracksproductions.com/fresh_tracks/forum/

    4. When I get the “The page cannot be found” error message, the URL repeats the directory where I installed the bbPress software and I’m not clear as to why this is happening: http://wolfetracksproductions.com/fresh_tracks/forum/forum/production

    I did install the bbPress software in a folder called “forum” which is a subfolder of my WordPress.org blogging software.

    Please help!

    Thank you in advance for your kindness.

    Deb

    #38743

    Topic: Avatars

    in forum Plugins
    The 12th Doctor
    Participant

    Im using the simple-avatars-upload plugin on my WP site, and i was wondering if it was possible to be able to show those avatars on my bbPress forum? Basically link them across?

    Im using latest WP 313 and latest version 1 of bbPress.

    Thanks,

    Jon

    #106663

    In reply to: Step by step guide

    cdecar1
    Member

    Hi, I also have a wordpress blog site. I’d like to put a “message board”-style Forums page on the site. Is this possible with bbPress? If so, how do I do it? I’m unclear how you get from the Installation to use on a WordPress page.

    Thanks in advance for your help with this!

    Cara

    #106662

    In reply to: Step by step guide

    zaerl
    Participant

    Check the doc page:

    https://bbpress.org/documentation/installation/

    have a nice day.

    #106603
    iphone 5s
    Participant

    If this is solved please explain your suggestion

    #103436

    In reply to: Controlling Spam

    mikemcd22
    Member

    Wanguard is helpful. That said, I have migrated over to BBpress, which has the same issues with registration: NO ADMIN CONTROL!!

    #98336

    In reply to: Controlling Spam

    mikemcd22
    Member

    Wanguard is helpful. That said, I have migrated over to BBpress, which has the same issues with registration: NO ADMIN CONTROL!!

    #106673
    DuncanCox
    Member

    I tried it with myself and i lost my data. But I think their should be some alternative method to change it. So any one have this method then please tell me too.

    #38730
    Lars
    Member

    Hello,

    I’m looking for a swedish translation of the bbPress 2.0 plugin. I’ve seen people here with swedish translations of bbPress 1.0, so I thought I’d ask if anybody are sitting on a translation for 2.0 before I start translating it on my own.

    Thanks in advance.

    #38729
    The 12th Doctor
    Participant

    Is it possible to change from bbPress 2 to bbPress 1 without losing data etc?

    tooltrainer
    Member

    FYI I just got a bit more info from the user that was having this problem. Turns out it is NOT a forum error and is a WordPress specific error. He only gets it when commenting in the WP section of my site.

    That’s one “downside” of sorts with the integrated forum plugin… users can’t tell what’s WordPress and what’s bbPress, if they aren’t real familiar with both.

    Jonathan

    #106625
    clb
    Member

    @JJJ – Will the plugin update be available via the WP plugin panel? Just want to make sure I am looking in the correct place.

Viewing 25 results - 37,126 through 37,150 (of 64,532 total)
Skip to toolbar