Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,926 through 34,950 (of 64,534 total)
  • Author
    Search Results
  • #108315

    In reply to: bbPress Language Files

    Vayu Robins
    Member

    Thanks John, but I am still not getting any translation on the bbPress forum plugin.

    I have my WordPress translation files here: /wp-content/languages/ and my WP installation is translated perfectly.

    I have placed my bbPress plugin language files here:

    /wp-content/languages/bbpress/da_DK.mo

    /wp-content/languages/bbpress/da_DK.po

    I have this in my wp-config.php:

    define(‘WPLANG’, ‘da_DK’);

    I have downloaded the language file from Glotpress.

    https://translate.wordpress.org/projects/bbpress/plugin/da/default

    Wonder what can be going wrong??

    Thanks

    Vayu

    #107894
    noelb888
    Member

    In a production site, I have akismet disabled. Notifications on that one didn’t work. So I thought it could be related to akisment so in another separate site, I have akismet enabled. That didn’t work either.

    However, the common thing on both setup is that it was first a release candidate and then I’ve upgraded it to v2.0

    In the test setup, I had these plugins installed

    akismet

    bbpress,

    sharecount for facebook

    SI Captch Anti spam

    tweetmeme retweed button

    wp-spamfree

    #107892
    noelb888
    Member

    I’m having the same experience now. I’m not getting any reply notifications in bbpress.

    Need more information to try to duplicate. The topics/replies in private/hidden forums are explicitly hidden from every query bbPress runs, unless the current user has the ability to see them.

    #108314

    In reply to: bbPress Language Files

    @highexistnence – What version of bbPress are you using? If using 2.0, put your WordPress translation files in:

    /wp-content/languages/

    your bbPress translation files in:

    /wp-content/languages/bbpress/

    and then:

    define('WPLANG', 'es_ES');

    in your wp-config.php, replacing es_ES with your language code.

    If you’re language is English, then you don’t need to do anything.

    #109758
    selise
    Participant

    andre, thanks for your reply. i didn’t realize that bbpress and buddypress still had a ways to go wrt to integration.

    … based on your info, i took a look at trac tickets and dev notes and will post the links here in case anyone else has the same (or similar) question:

    http://bpdevel.wordpress.com/2011/10/06/5th-october-dev-chat-notes/

    https://buddypress.trac.wordpress.org/ticket/3177

    http://buddypress.trac.WordPress.org/ticket/3598

    looks like jjj is on it and if we’re lucky there may be something in bp 1.6 and/or bbp 2.1. fingers crossed!

    #109757
    Andre
    Participant

    Integration between bbPress and BuddyPress isn’t complete yet so there many not be a fix to your problem quite yet.

    #108313

    In reply to: bbPress Language Files

    amirsaam
    Member

    LOL! Yep @JJJ is right! On line 538 of bbPress.php we have a language directory for bbPress! It exist like /wp-content/languages/bbpress/ and I think the textdomain (if need but I don’t think so) is bbpress

    That was what I got from that file :)

    janoochen
    Member

    Sure, this is an example of loop-topic.php:

    <?php while ( bbp_topics() ) : bbp_the_topic(); ?>

    (etc...)

    <div class="vote-count<?php rating_class($thumbs_number); ?>">
    <h4>
    <?php wp_gdsr_render_article_thumbs(); ?></h4><span><?php votes_text($thumbs_number); ?></span>
    </div><?php $replies_number = bbp_get_topic_reply_count(); ?>

    <div class="reply-count<?php reply_class($replies_number); ?>">
    <h4>
    <?php bbp_topic_reply_count(); ?></h4><span><?php reply_text($replies_number); ?></span>
    </div>

    <div class="freshness-count">
    <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>

    (etc…)

    Basically, you just have to place the code that generates the rating inside the bbpress loop. You can place it in files like loop-topic.php, loop-replies.php, etc.

    Almost all voting and rating plugins work this way (I’m using gd star rating).

    The next step is to be able to sort the topics and replies according to their rating. But I’ve already spent one year trying that with no results.

    #40238
    selise
    Participant

    bbpress 2.0 was working pretty well until i installed buddypress 1.5 (test site) and now, instead of the old bbpress profiles (w favorites!), there is the buddypress profile, which is nice, except… the problem i’m having is that as far as i can tell the forum (bbpress 2.0) topic favorites are not showing up in the buddypress profile under favorites or anywhere else that i can see.

    i’ve googled around and found other mentions of conflicting profile issues, but so far no definitive answers as to how bbpress and buddypress profiles are supposed to work together.

    maybe i’m missing something? i haven’t tried using buddypress before. are the user bbpress 2.0 forum topic favorites available in buddypress somewhere and i’m just not seeing them?

    or do the bbpress 2.0. forum topic favorites go missing when buddypress is installed? if that the case, is there a work around?

    bbpress 2.0

    buddypress 1.5

    wordpress 3.2.1 (single user)

    #40237

    I seem to be having a problem using shortcodes – see this post: http://bbpress.org/forums/topic/funky-action-with-pages-with-shortcodes

    Since I cannot use shortcodes, and my forums page http://allaboutfocus.com/forums does not have a registration link anyplace, how do people register to participate in my forums? Every forum page says you must be logged in but they give you no way to login or register.

    Thanks,

    Patrick

    #40232

    How does one adjust the timezone in bbpress? All fresh topics are showing 5 hours old. They are not paying attention to the WP timezone settings.

    #109745
    binarymoon
    Participant

    That’s the whole point – I didn’t set it to 0. I was trying to set the number smaller to see what happens when topics get split into pages (which incidentally doesn’t seem to happen).

    To reproduce enable WP_DEBUG and try saving a setting in the bbpress control panel. I got all sorts of errors when I did that.

    In addition I have not yet been able to edit a setting. If I disable WP_DEBUG then the page refreshes when I press save but the settings do not get updated.

    Please note I am using WP3.3 nightlies – so perhaps something has changed there.

    #40231
    Noerman
    Member

    Hi, I just re-found bbPress and while I redeveloping my site services I also create a forum.

    Visit forum at http://nicherss.com/forums/

    There is a lot to do!

    #108312

    In reply to: bbPress Language Files

    highexistence
    Participant

    @johnjamesjacoby — could you give more specific instructions on how to do this?

    I’ve tried all combinations of file placement and am using this:

    define(‘WPLANG’, ‘en_US’);

    define(‘BBLANG’, ‘en_US’);

    #109170
    highexistence
    Participant

    This fixed itself randomly for no good reason

    #106110
    nuobodu
    Member

    Hello all,

    I am trying to setup bbpress on my test site. I want to replace Simple forum.

    I followed BJ’s walkthrough and got it showing on the “forums” page.

    From admin interface i created couple of forums, and couple of topics.

    I can see the forums on http://www.8ball.lu/wordpress/forums

    But when i click on any forum name i get a “page not found” error.

    What am i doing wrong?

    My parent theme is a custom theme created with Themeframe (im astill working on it, and currently i have only changed the menu). I did not touch yet the default templates.

    Thank you.

    Stephen Edgar
    Keymaster

    Not exactly what I planned on doing today whilst sitting in the back of a car! Though whilst browsing these forums I bumbed into this thread and have kicked it off on my iPad with a bbPress test site importing from 30,000 post PHPBB site, been running now for around 30 minutes.

    I’ll add some follow ups on how the data Looks in bbPress when I have the right tools :)

    EDIT: ~90 minutes after above

    After ~60 minutes I have stopped it and had a look at the WordPress tables with myphpadmin and I cannot see any new posts in ‘wp_posts’ or ‘wp_users’

    Is the ‘PhpBB_Not_Complete’ import tool active? i.e. Should I see more than nothing, nil, null as a result of trying this?

    Cheers,

    Stephen

    taesheren
    Member

    What I want people to see:

    http://pride.mmbr.no/wp-content/uploads/2011/10/bbpress2.png

    What people really see:

    http://pride.mmbr.no/wp-content/uploads/2011/10/bbpress3.png

    Only stickys show up in the forum. Also: notice how it says the forum has 2 topics, but viewing only 1.

    http://pride.mmbr.no/wp-content/uploads/2011/10/bbpress5.png

    http://pride.mmbr.no/wp-content/uploads/2011/10/bbpress4.png

    Here is the actual pages so you can see for yourselves:

    http://pride.mmbr.no/forum/delforum/minecraft » the forum

    http://pride.mmbr.no/forum/emne/1-9-og-apaxia-nova » the topic

    I installed bbPress via the WordPress Plugins tab and I have copied the template files to my custom theme and customized them (basicly just removed the sidebar) and added the add_theme_support( 'bbpress' ); line in functions.php.

    It’s like the topics are set to hidden.

    I have checked and double checked that the publish status is set to published. What do?

    Thank you for any help.

    #108209
    Erlend
    Participant

    Bugs/inconsistencies:

    – “Assign topic to” appears on all forums. That’s okay I guess, but should be an option, not mandatory.

    – If a “Resolved” or “Urgent” topic is moved to a non-support forum, the prefix will stay, but there’s no way of removing it as the extra controls don’t exist in this forum. When moving support topics to non-support forums, I would suggest stripping away all extra features entirely.

    I seem to remember the first time I did it the process was clean, but in all my last attempts I’ve received this error when moving a topic out of the troubleshooting board:

    ( ! ) Fatal error: Call to a member function get() on a non-object in C:wampwwwwordpress-singlewp-includesquery.php on line 27

    Call Stack

    # Time Memory Function Location

    1 0.0019 676480 {main}( ) ..index.php:0

    2 0.0030 681376 require( ‘C:wampwwwwordpress-singlewp-blog-header.php’ ) ..index.php:17

    3 0.0043 702424 require_once( ‘C:wampwwwwordpress-singlewp-load.php’ ) ..wp-blog-header.php:12

    4 0.0059 720680 require_once( ‘C:wampwwwwordpress-singlewp-config.php’ ) ..wp-load.php:29

    5 0.0083 848040 require_once( ‘C:wampwwwwordpress-singlewp-settings.php’ ) ..wp-config.php:90

    6 0.2526 29401072 do_action( ) ..wp-settings.php:206

    7 0.2567 30235488 call_user_func_array ( ) ..plugin.php:405

    8 0.2567 30235520 bbps_setup( ) ..plugin.php:0

    9 0.2571 30236240 bbps_includes( ) ..bbps-premium-support.php:43

    10 0.2593 30455272 include_once( ‘C:wampwwwwordpress-singlewp-contentpluginsbbpress-vip-support-pluginincludesbbps-support-functions.php’ ) ..bbps-premium-support.php:94

    11 0.2594 30460320 bbps_move_topic( ) ..bbps-support-functions.php:405

    12 0.3092 30240600 bbp_update_forum( ) ..bbps-support-functions.php:155

    13 0.3092 30243984 bbp_update_forum_last_topic_id( ) ..bbp-forum-functions.php:778

    14 0.3171 30283584 bbp_is_topic_published( ) ..bbp-forum-functions.php:426

    15 0.3171 30283584 bbp_get_topic_id( ) ..bbp-topic-template.php:963

    16 0.3171 30283584 bbp_is_single_topic( ) ..bbp-topic-template.php:361

    17 0.3171 30283872 bbp_is_query_name( ) ..bbp-common-template.php:169

    18 0.3172 30283872 bbp_get_query_name( ) ..bbp-common-template.php:1322

    19 0.3172 30283952 get_query_var( ) ..bbp-common-template.php:1338

    #108208
    Erlend
    Participant

    I took it for a spin, and here’s my feedback thus far:

    A lot of functionality should be in its own plugins.

    – Move forum:

    I’m surprised this isn’t in core already; I thought it was. In any case, this would make much more sense as a stand-alone plugin, as its useful for all topics, not just support topics.

    – Forum Ranks:

    As far as I can tell, it doesn’t tie directly in with support topics; it’s a completely separate feature. Maybe you have plans for it, but if that’s the case I still think you should just have two plugins communicate, as this is something many support forums won’t need. I personally dislike forum ranks. I consider it unwarranted labeling. On the jMonkeyEngine forum we frequently see first time posters with 10+ years of Java experience, which is the type of experience that holds weight in our community, not # of forum posts.

    – Please separate your settings from bbPress’ options page. Your plugin offers so many options (which by itself is great) that it ends up bloating the options page.

    – I think the default setting should reflect the one in this screenshot:

    https://s.w.org/extend/plugins/bbpress-vip-support-plugin/screenshot-3.png?r=448946

    That part slipped by me in the settings screen, and when I tested the plugin I was puzzled by how I couldn’t change my test support topic to “resolved”.

    – What about a widget for the resolved/not resolved drop-down? (Same goes for Assign topic, and possibly some others I haven’t noticed yet). This would make it easier to fit it in with custom themes. This also means admin should have the option to turn off the in-built drop-down.

    Oh and as recommended, add the bbpress tag to your plugin. It’s the default bbPress plugin tag, and currently the most convenient way of keeping up with the latest bbPress 2 plugins.

    #108311

    In reply to: bbPress Language Files

    Having language files for bbPress 2.0 isn’t enough. The proper translation files need to exist for WordPress also.

    #108310

    In reply to: bbPress Language Files

    amirsaam
    Member

    I do not think you’re do the right thing guys. I think you jus’ must put the language file into WP language directory (wp-content/languages) with a name like (I’m not sure about it) bbp-fa_IR.po or bbppress-fa_IR.po and/or mo. That fa-IR is for my language, example for english: en_US

    master5o1
    Participant

    This works a whole lot better than the built in converter.

    The built in one could only handle 15 topics and, this plugin one is doing them all :D

    #107996
    master5o1
    Participant

    Not sure why the [bbp-*] shortcodes aren’t working on this page.

    http://beta.tartarus.co.nz/forum/

Viewing 25 results - 34,926 through 34,950 (of 64,534 total)
Skip to toolbar