Forums

Join
bbPress Support ForumsRequests and FeedbackbbPress 2.0 - Updates

bbPress 2.0 - Updates

  1. I currently only have three topics so I can follow along... I have made them all favorites... What does that achieve?

    Next I clicked subscribe.. What does that do. I tried to see if that was an RSS feed and get all comments funneled to my outlook rss reader.

    I thought having all new postings go to my outlook reader would be good... Am I correct or does the subscribe do something else?

  2. I posted this question on the bottom of page 27, but posting at the bottom isn't handy: out of sight, out of love... Even I forgot about it... So I'll post my question again:

    Does the BBpress plugin scale well, to make it also interesting for our huge BBpress 1.0 forum on http://www.onemorething.nl/community?

    2M+ posts
    60K users
    160K topics

    I wonder of this could be the general future of bbpress!

  3. There has been some talk about scaling in this topic: http://bbpress.org/forums/topic/bbpress-20-designed-for-scale

  4. "Where can I contribute translations
    http://translate.wordpress.org/projects/bbpress/plugin/"

    I was willing to translate to Spansh, since is my mother language, and I need it. I translated a few things and realised that it didn't work, they need to be aproved to be downloaded. Then I saw this:
    Language % Translated Untranslated Waiting
    Spanish (Spain) 0% 0 706 818

    Almost everything has been already translated, but is not aproved. I've been reading and it might not be perfect, since some words are still in english (for instance Topic instead of "Hilo/Tema"), but it would be great to have access to that translation. There'll be time for future improvements, I am the first one interested.

    So, who's in charge of it?

    Thank you.

    PD: I need it for this http://www.opes.es/ new website. I got a translation file but is not completed. I am also looking for a guide to develop a plugin using the rewrite module, since the dynamic tests are now created using ?ID=x ...

  5. Ok, just updated ro RC2. It's a great plugin, and it helps me a lot. There is one issue however. The feeds do not work as expected.

    Also, I cannot change my password here. I had another account here and lost my password. I requested a password change email and got a message back that I am not allowed to change it. I posted on facebook and did not get a reply to that topic. I made a new account now, but this should really be fixed.

    So now to the feeds. I can use feeds by adding a /feed to the end of the URLS, but this does not work as expected and not as it did in the Version 1:

    When subscribing to the forum feed, I would expect that I should get a feed of the posts in the forum. Instead I get a feed of the Subforums in the forum. See here:

    http://minecraft.uncovery.net/forums/ is the URL
    http://minecraft.uncovery.net/forums/feed shows me the subforums in the order of the latest entry there. I want to see all feeds however, and had that in the last version. Clicking on the link provided does not bring me to the latest post, but to the subforum, where I then have to search again for the latest post.

    Now let's say I want to subscribe to a subforum only:
    http://minecraft.uncovery.net/forums/forum/help/ is the url
    http://minecraft.uncovery.net/forums/forum/help/feed does not show me the lower subforums or the topics. Its simply empty.

    So let's go to a forum that has no subforums, but posts in it:
    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/ is the url
    http://minecraft.uncovery.net/forums/forum/help/access-user-rights-etc/feed/ is empty too!

    So as a last resort, I want to subscribe to one single topic:
    http://minecraft.uncovery.net/forums/topic/conection-issues/ is the url
    http://minecraft.uncovery.net/forums/topic/conection-issues/feed/ works normally. The others do not however.

    As an admin I need to know about the new topics posted and AFAIK the feeds are the best and intended way to do so. Please please fix this!

  6. If you want to show the comments author profile link, use this:

    `<?php if ($comment->user_id ) {
    $user=get_userdata($comment->user_id);
    echo '<span class="forumauthor"> <a href="link-to-profile-without-username/'.$user->user_nicename.'">Profil</a></span>';
    } ?>`
  7. I too have upgraded to RC2 and when my users try to update their profile they get this error:
    Fatal error: Call to a member function get_error_codes() on a non-object in /hostroot/voipbloggen.dk/htdocs/wp-content/plugins/bbpress/bbp-includes/bbp-common-functions.php on line 1392

  8. @ratsoid2 I put your code (minus the xxxx) into a page and previewed it but all I get is the code on the page.. If I'm supposed to change out the username or other info then you will have to tell us to do that also...

    Also what is the comment profile link? Is this my admin profile? or my comments? I would find this not very interesting...
    I'm more interested in the guy's feeds above to get info on who has been creating topics and the info in those feeds...

    I've only got a few users so far and I can keep up with things but if it gets busy I'm going to want to see a control shell that shows the info as it happens in the forum.

  9. You put that code in your comments template, and (only) if a registered user comments, there will be a link to their forum profile in the comment also.

    Example: http://imm.io/7PE6

  10. Isn't your code missing an <XXX/a> before <XXX/span> too ratsoid2?

    (remove XXX)

  11. </a> and </span>. Posting HTML as code is using the backticks (` on the ~ key).

  12. I installed 2.0 (Beta 3) RC2

    WordPress - 3.2.1

    http://www.example.com/forum/sample-forum-2/ (Accessible)
    http://www.example.com/forum/ (nothing is displayed)

    I was expecting http://www.gortp.com/forum/ page to list all the public forums.

    Do I have to configure additional settings?

  13. Both files
    page-front-forums.php
    archive-forum.php

    Has the correct code

    <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>

  14. bbpress RC2:

    1. The search does not work. It searches only in the wordpress default pages, not in forum posts.

    2. The profile edit does not work. It ends with fatal error:

    Fatal error: Call to a member function get_error_codes() on a non-object in ... bbpress/bbp-includes/bbp-common-functions.php on line 1392

    3. Stick a top to the front and close it. Add another topic and make it sticky to a forum only. The super sticky topic does not appear everywhere anymore.

  15. Does anyone let unregistered users post topics and comments?

    Also I was wondering if any thought for down the road towards letting them login with their facebook login. I see that with many forums now-a-days. But I figure that would be a future issue to tackle...

  16. I'm not letting unregistered users post topics and comments, I am letting users login/register and post with Facebook though. Seems to work great.

  17. I haven't seen anything that would allow them to register with their facebook account... I assume there may be a way to do this but using this to by pass the registration process is what I was thinking that way they could comment or reply with out becoming a registered user.

    I don't know if something like this is even practical.. I just assume all of you are more experienced with this so I look to learn what is working for you.
    I'm not a code hacker (editing the PHP is a mystery to me.. I can do it as long as some says what the insertion point is... (has to be dummy proof for me)...

    I updated to RD2 2.0 and I haven't seen any glitches but I don't have very many users and I'm going to try to sticky and super sticky topic post and see what happens...

    Is there a PDF online that will tell me what these thing should do versus what I see them actually do?

  18. I'm using the WP-FB-AutoConnect plugin.

  19. Hello to all good people working so hard on this..

    How are we running on this bbPress plugin?

    Last time i checked, we had none real Beta live, today i checked again and i find a Beta 3 RC 2.

    So what's next?

    - Beta 3 RC 3 ?
    And after that a final version or how does this system of RC work?

    Thanks

  20. the theme Twenty Ten is necessary to update the plugin ?

    I want to remove it completely! as well as your folder !

    leaving only the file index.php inside the folder bbp-themes !

    this will cause error if I update the plugin ?

  21. @BJ
    The current RC2 works pretty well. Although news of the RC updates hasn't been posted in the devblog, or anywhere else as far as I know, I do expect the plugin to go gold sometime soon.
    I don't think that there will be another RC, but then again, I wouldn't be too surprised if things take a bit longer, this being bbPress and all...

    @croata08
    You don't need Twenty Ten if you don't use the bbPress child theme. Then you could remove all the files from the themes.

    As updating works now, during the process all the changed files would get updated. So if there were to be made changes to the theme, they would get copied to your server.

    But why would you? If you want to make a theme from scratch, you could use the child theme as a base with examples of how to write it.

  22. @Trifon

    My thought of deleting the theme is because their style it is in conflict with my child theme !

    and still do not know that my theme has priority over the theme

    wanted to delete the style, bbpress theme, sera that only he can I

    the function add_theme_support ('bbPress'); Let me have what priority over the bbpress?

  23. @croata08
    You do realize that if you're using a child theme, its working depends on the parent theme? So if you delete the parent, the child stops functioning as well.

  24. Page turns blank when updating profile with 2.0 :(.

  25. Sweet deal we got here!

  26. Upgraded to RC3 and I can no longer get to any of my topics.. I can see them listed but I only get 404 errors when I click on any of my topics. I reloaded the release from the branch but no change.. Do we have release #2 available somewhere?
    I though maybe I could back of one version and see if it still works.. If there is still an error then I thought I would shut down all the plugins to see if that is it...

    But I haven't activated any new plugins recently so I don't think that is it... Bu maybe the new release is having troubles with one of the ones already installed...
    Hmmmm.

  27. I also tried posting a new topic and I got a 404 error...

  28. Well I'm not sure what happened.. I reinstalled from the branch. I was still getting 404 errors at this point. ( I didn't clear the cache so maybe that was it)
    Then I deactivaed all plugins except for Askimet. Then I tried it and it worked. I assumed I had found a bad working relationship with one of my other plugins...
    I re-activated one plugin at a time and the refreshed the dashboard page then I went out to my forum page. http://jeff-foliage.com/fall-foliage-forum/
    and it still worked after reactivating each and every plugin following the above procedure of
    re-activate
    refresh
    refresh forum page
    click to see if it's working

    repeated as necessary but now I can't duplicate and all my plugins are re-activated and I feel stupid...
    I noticed this happened to one other user who turned in a trouble report...

    Am I mostly the only one to have trouble??? Murphy's Law?? I hope this helps someone...

  29. Hi, try to press the "Save Changes"-Button in the settings.

    I have an other problem with the replies, but i am not sure, if that is a problem connected with the update. http://minecraftreport.de/forums/topic/erster-erster-erster Any ideas?

    Edit: Maybe a doctype problem?

  30. @folgerj
    It's the "good old" pretty permalinks error, which we had earlier in the alpha/beta stage.

    If you go to Settings > Permalinks on your Dashboard, just save your settings and it should clear up.