Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,726 through 49,750 (of 64,452 total)
  • Author
    Search Results
  • #31367
    orizine
    Member

    Hi all,

    i’ve recently found exactly the theme i would like for my bbpress… it’s the theme used for buddypress forum ( http://buddypress.org/forums/ ) is there someone who have one that looks like this one or know where i could have this one?

    thanx…

    #77456
    _ck_
    Participant

    One thing I see that changed in 0.9.0.5 is Sam put exit; after all the redirects.

    In my experience I have found some weird behavior where redirects don’t happen in some cases because the exit will happen before headers are sent for the page. It shouldn’t put it does in some PHP versions/apache configurations. Probably because of buffering.

    So as an experiment, maybe try editing the core file bb-login.php (not the template)

    See this change:

    https://trac.bbpress.org/changeset/1939/branches/0.9/bb-login.php?old=1888&old_path=branches%2F0.9%2Fbb-login.php

    Put a comment in front of that exit;

    bb_safe_redirect( $re );
    // exit;

    and see if that makes it act any differently.

    #77455
    _ck_
    Participant

    It’s possible I broke something in the new bb_safe_redirect however I have tested it working and I have not seen any other complaints (and there have been several registrations on my site).

    Actually I just noticed you said it doesn’t work with 0.9.0.5 which didn’t have my change.

    Have you tried deactivating your plugins temporarily to see if any interfere?

    Let’s look at what changed from 0.9.0.4 to 0.9.0.5

    https://trac.bbpress.org/changeset?old_path=%2Ftags%2F0.9.0.4&old=1898&new_path=%2Ftags%2F0.9.0.5&new=2131

    #31363
    DTI
    Member

    I want to use same user name and password within two databases, one is from bbpress_forum and another is from my_info database.

    So I exported the data from my_info database and imported them into the bb_users table in bbpress_forum database, it is good.

    I created a new table, its structure and data are same as bb_usermeta, but when I imported those data into bb_usermeta. I got the format problem about meta_value ( a:1:{s:6:”member”;b:1;} ). Does it make sense for the meta table? Please give me a help.

    #77433
    aprendedor
    Member

    Hello chrishajer,

    I am running WordPress 2.8.2 and BBPress 1.0. I have put it into a file called functions.php in the kakumei dir. because I am using the kakumei theme.

    I noticed that the new functions file is address to wordpress mu. and I am not running wordpres mu. what should I do now. what code should I put in the header to call that functions to deliver the header. I know also that I neeed to change “wordpress_mu_primary_blog_id” to some that call the regular wordpress but what itis?

    THANK U for sparing some time and help with me!

    #77288
    _ck_
    Participant

    I think the bees were the idea of the new icon designer,

    I guess they picked up on bbPress as “bee-bee” Press. LOL

    #77432
    chrishajer
    Participant

    If you are using 1.0, create a file called functions.php in your current theme directory, and put all that code into it.

    If you’re using less than 1.0, you can create a plugin from that code. Just add a plugin header to the top of all that, like this:

    <?php
    /*
    Plugin Name: WordPress pages for bbPress
    */
    ?>

    And put it into file called something like wordpress-pages.php and drop that into folder called my-plugins at the same level as bb-plugins. If the folder is not there, you can create it. After it’s in the folder, log into the admin, you should see it there, then activate it. And report back how it worked for you.

    Thanks

    #77287
    Ryan Hellyer
    Participant

    Looks great! I quite like the gravatar size, the current ones are way too small IMO. I don’t understand why the bees are everywhere though.

    #70037
    Jim R
    Participant

    It seems whenever I use any ‘include’ statement, I get this type of error:

    Warning: include_once(/wpm/wp-load.php) [function.include-once]: failed to open stream: No such file or directory in /home/jwrbloom/public_html/wpm/bbpress/bb-config.php on line 4

    That’s what I’m getting now with what is recommended at the top.

    #15401
    dullmau
    Member

    Hi, in many SNSs users can create their own group and manage on their own. I’m wondering if there’s any bbpress plugin available for doing this? Thanks!

    #77260

    In reply to: Chat

    DKB
    Participant

    No i didnt find any plugins for older versions.

    Yes, thats what i am looking for: Just have a chat function that a logged in member could use, without having to log in again to something else.

    If it is integrated in bbpress, so members dont have to use an external program.

    #31364
    chasingu
    Member

    Ok. So I don’t want my wordpress anymore. However, I do want the forum. So what i need is the members from the site to be transfered to the forum with all their information intact along with the topics. I also want to move the forum from bbpress to the root. Thanks in advance.

    #77386
    Josh Leuze
    Member

    That makes sense, I’ll stick with a vanilla include then, I’d rather have my themes be fast and simple.

    #31365
    hpguru
    Member

    Hi,

    I update 0.9.0.4 -> 0.9.0.5 and see blank page in register.php and won’t log in. Update to 0.9.0.6 and see blank page in register.php and won’t log in. I download from backup 0.9.0.4 and work good. Don’t understand why new bbpress 0.9.0.6 don’t work… Sorry bad English.

    #77385
    _ck_
    Participant

    Doing it through bb_get_template simply fires an extra filter – but nothing else is aware of sidebars in bbPress yet so it’s pointless. Plus I wasn’t aware you could use require on a function. Then bb_get_template uses another include/require so it’s massive overkill (or just wrong in the first place).

    #76748
    grassrootspa
    Member

    @chrishajer, no database upgrade is needed.

    #77259

    In reply to: Chat

    chrishajer
    Participant

    Have you found any working plugins for older versions? I don’t see chat come up too often.

    https://bbpress.org/forums/topic/integrating-ajax-chat-how-to-reuse-an-existing-session-cookie

    https://plugins-dev.bbpress.org/browser/live-chat

    I’ve never heard of anything working. Exactly what are you trying to accomplish? Just have a chat function that a logged in member could use, without having to log in again to something else?

    #77430
    chrishajer
    Participant

    I would think that would be useful as a plugin for people wanting to integrate their WordPress page navigation into bbPress. has anyone tried it out?

    chrishajer
    Participant

    How about the “Topics per page” plugin?

    https://bbpress.org/plugins/topic/front-page-topics/

    It lets you set the number of topics to be returned for many bbPress pages/views.

    #76747
    chrishajer
    Participant

    For upgrading from version 1.0.1 to 1.0.2, is there a database change that would require you to run the upgrade script? I would like to know rather than have to log in and check each install individually. FWIW, one I did so far did NOT have an upgrade message in the backend, so I am assuming I do not need to, to go from 1.0.1 to 1.0.2. Just checking.

    #77384
    Josh Leuze
    Member

    Thanks for the info _ck_, glad to hear that I’m not way off track.

    Yeah, I have been loading the sidebar after the content, but just above the footer include, rather than in the footer, so that I can use different sidebars easily.

    I wouldn’t want to take credit for Ryan Imel’s work! Only linked to Theme Playground as an example, but you’re right, he did an awesome job on integrating the forums into the rest of his site.

    Now that I scroll down and read the comments on his post a little closer, I see that Justin Tadlock mentioned another way to add a sidebar, but it looks to have the same end result as a regular include:

    require_once( bb_get_template( 'sidebar.php' ) );

    I’m not sure if I can match Ryan’s quality design, but I’m going to try to do a few fresh looking bbPress themes to share with the community.

    #77403
    _ck_
    Participant

    You should mention if you are using 0.9 or 1.0

    Do a full recount from the admin menu and see if the problem is fixed.

    If you are using the Topics Per Page plugin you should disable it and see if the problem is fixed. Otherwise it’s an internal bug and should be filed on http://trac.bbpress.org

    #77383
    _ck_
    Participant

    Using include is fine and fastest. Remember to try to load the sidebar AFTER your content if you care about things like SEO where content should come first. This would imply doing the include in the footer and floating the main content left and the sidebar right (or visa versa).

    Nice work on your theme, seamlessly integrated.

    Dreamcolor
    Participant

    bbPress 0.9.0.6 Simplified Chinese Translation.

    You can download it with the URL below.

    http://wpcn.googlecode.com/files/bbPress.0.9.0.6.Simp.Chinese.pack.only.v1-wpcng.zip

    bbPress 1.0.2 Simplified Chinese Translation.

    You can download it with the URL below.

    http://wpcn.googlecode.com/files/bbPress.1.0.2.Simp.Chinese.pack.only.v1-wpcng.zip

    There maybe still have some translation bugs. So please let me know and I will fix it.

    You may use the bbPress Admin Fonts Beautifier plugin too…

    http://bbpress.org/forums/topic/bbpress-admin-fonts-beautifier

    #31360
    jurasiks
    Participant

    http://img204.imageshack.us/img204/203/wtfg.gif

    Can’t find anywhere in bbpress folders and database…

    is that some easter egg? how to change that color from # 666?!

Viewing 25 results - 49,726 through 49,750 (of 64,452 total)
Skip to toolbar