Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,701 through 17,725 (of 26,846 total)
  • Author
    Search Results
  • #83006
    thomas.joy
    Member

    hello

    after i do your guide

    the admin of bbpress doesn’t work anymore.

    now when you click admin it stays on the same page

    my keymaster user for bbpress is admin. my main wordpress user is also admin, would this cause it..

    i only have one user/account in wordpress (apart from a user named luzia.selsby without admin privileges) and that is admin

    #34886

    Hello,

    I tired looking on the forums for an answer to this question, so if it’s a repeat, I apologize.

    When I install bbPress will it automatically incorporate the theme of my WordPress Blog?

    If not, is it difficult/ easy to have them match?

    My goal is to make my web site, blog, and forums seamless.

    Thanks!

    #34883

    Hello All,

    I have setup a localhost on my computer. I am planning on migrating from wordpress.com and moving to a registered domain, and before I start shelling out the $$$, I would like to be somewhat familiar with what I am doing.

    After installing PWS, I added WordPress software. Everything is working great, and I am loving what I see. Now I tried installing bbPress, so I can have a forum, and it is hairballing on me!

    I am strongly suspicious that the problem lies somewhere with MySQL. I fill out the setup info, and it responds with:

    There was a problem connecting to the database you specified.

    Please check the settings, then try again.

    Where do I find MySQL on my computer? Can I not have separate databases?

    :sigh:

    I am not a cyber-guru, and I am hoping that I don’t have to become one! :)

    Any help you can provide would be great!

    Matt Mullenweg
    Keymaster

    Just from experience, XML as an intermediary format is often much, much slower than working from someone’s database directly.

    Plus we can make it so the user doesn’t have to download/upload something, which for a large forum would be intimidating or impossible.

    #91742

    In reply to: Facebook Connect Help

    nickaster
    Member

    okay right, thanks!

    Looks like I had a different FB connect plugin running (JAvier Reyes’)

    I installed the Adam Hupp one called WP-FacebookConnect and activated it with API/Secret in place. Still no luck on that page:

    http://www.triplepundit.com/wordpress/fbtest.php

    One idea – I have Disqus running on the main blog for comments. It seems to override the facebook connection there. Could it be screwing it up elsewhere too?

    #91740

    In reply to: Facebook Connect Help

    nickaster
    Member
    #77011

    I want to use it in bbPages to create, contact page, feed back forms and other stuff.. I was avoiding to create static pages like this

    OK, cool.

    While it might be possible, its not likely. Its not what bbPress was designed for. It’s not a Content Management System.

    In honesty, if you want that sort of functionality, WordPress side by side with a bbPress forum is the best way forward.

    #91739

    In reply to: Facebook Connect Help

    Try uploading a file named fbtest.php with the following content in the folder where your WordPress resides.

    <?php
    /* You can delete this file safely.
    It was just to check if its conflicting with other WP stuff - Ashfame */
    require 'wp-load.php';

    if ( function_exists('jfb_output_facebook_btn') )
    {
    jfb_output_facebook_btn();
    jfb_output_facebook_init();
    jfb_output_facebook_callback();
    }

    ?>

    This should bring up the FB button if everything is fine at WP side.

    #77004
    pagal
    Participant
    #77003
    mr_pelle
    Participant

    Maybe PHP is not added soon enough to actually be executed by the web server.

    This is what happens in WordPress, I suppose the same is valid here.

    #91180
    pagal
    Participant

    http://bbninja.com/bbpress-themes/

    request him to add this, thanks

    #91268
    XU3E
    Member

    Honestly, I really like idea give bbPress more functionality to core. Mainly unread post like phpBB has (All post mark as read and etc.) and more specific permission for some user rules and category. I dont know how many people wants this. We should vote, need polls,… but… Oh yes bbPress doesnt have any polls, we need plugin for this. Is there any plugin workign for my release? Damn…

    Of course, for someone Its not important but forum without that its just guestbook with searchbar and topics. Really messy and pure.. Bleh!

    Maybe the best solutions could be official bb-plugins supported by developers for every release (but its really hard task for developers). But eveneryone will be happy. Light-weight core and pack of plugins ready to go…

    Everytime when i am downloading new plugin i prey: Will that plugin works with my new release? And what the next new release? Its terrible for every user. Sometimes i try fix some bugs but i am not php guru, and its real pain for me…

    And for the people that love really light-weight solution. They can still use _ck_ 0.9 fork or another old realease of bbpress. Its up to them but official bbPress need to be pushed.

    I love the way bbPress is made. I love functionality, simple look similiar to WordPress (i really love wordpress). But bbPress has so many holes at funcionality. Light weight forum like punBB? No… perhaps more sophisticated solutions with witdgets, gridtables, better sorting by speciphic parameters, quoting, better slug manipulation (like WP has), category manipulation, permissions and mainly integration with WP.

    But everything should be fast as could be. Just look at MyBB. Or Perhpaps phpBB. Yaeh, its really fast… its just about optimizing. Why i dont switch to them back? They didnt have support for buddypress or wordpress… I mean native support – everything under one roof.

    Conclusion…

    bbPress should be disscussion board – right now i am really disapointed. So we can google for forums or helpdesks and find inspirations. If i am wrong, just kick me to my *** :-)

    #91734

    In reply to: Facebook Connect Help

    yes you already have deep integration.

    now just in bbPress you can call the function of any WordPress plugin, in your case, the FB connect function.

    WP – https://wordpress.org/extend/plugins/wp-fb-autoconnect/

    activate -> configure

    in bbPress, edit the theme file where you want it by this ->

    <?php
    if ( function_exists('jfb_output_facebook_btn') )
    {
    jfb_output_facebook_btn();
    jfb_output_facebook_init();
    jfb_output_facebook_callback();
    }
    ?>

    This should work

    #91733

    In reply to: Facebook Connect Help

    nickaster
    Member

    okay great, thanks man.

    So, I added this code to the bb-config.php file from your page here:

    Deep integration of bbPress with WordPress

    I did, however, already have the following added:

    require_once('/MYPATH/wp-blog-header.php');

    does the latter mean I was already in “deep integration” ?

    Either way, I don’t see any differences at all now as opposed to before. What does it mean to “integrate a FB button” … is there some code lying around that I can just stick into the templates?

    thanks

    #91769
    chrishajer
    Participant

    1. The warnings are from using PHP 5.3 on Windows (normally.) If you can use PHP 5.2 that would be better. If not, you can download the latest trunk version instead of 1.0.2 as the warnings will not occur with that version.

    2. If bb_ tables are present in the database you are using when you go to reinstall, the installer will complain that bbPress is already installed. So, drop the bb_ tables or use a different database.

    3. Where is your forum actually installed?

    http://www.happybod.com/happybod_web/forum/

    or

    http://www.happybod.com/forum/

    I am guessing it’s the 2nd location since the first looks like it contains the file system path from your host. Your WordPress files are probably installed in the happybod_web folder and accessible at http://www.happybod.com/ (right?) If so, and you placed a “forum” directory inside happybod_web, at the same level as wp-config.php, then your forum will be located at http://www.happybod.com/forum/

    #91212
    chrishajer
    Participant

    Please switch the search over. We mentioned that here soon after WordPress switched.

    https://bbpress.org/forums/tags/sphinx

    #91267
    Greg
    Participant

    Matt, we’re at cross purposes. Your previous definition of “core plugin” aside, I still don’t quite understand why it wouldn’t be useful to have a place in the taxonomy for something that…

    1. is a plugin

    2. is released with core (same release criteria etc.)

    Like akismet today. I think there are a ton of advantages, but I’ve mentioned them above and I won’t belabor them. I didn’t suggest that it was necessarily 80% functionality, so maybe it does fit your definition of core plugin to some extent.

    I guess “bloat” is a bit pejorative and wasn’t my intention to poke at WordPress. But any large piece of software needs to have a strategy to deal with the inevitable growth of the code base as it evolves.

    #91719
    Darfuria
    Member
    Milan Dinić
    Participant

    Milan, BBXF is a nice idea but, like BackPress, it’s a bit of a boil-the-ocean approach. From our point of view rather than getting every system in the world to adopt this new format, it’s better to just target importers for specific platforms as the market demands it, which has worked well on the WP side.

    Every system in the world doesn’t have to adopt BBXF. Since importers will already exist, why not make importers which will create BBXF if we already have some code and “standard”?

    Matt Mullenweg
    Keymaster

    ashfame, I wouldn’t recommend downgrading to 0.9, it has not had updates or even a security review in a long time. If someone wants to fork it and start updating it that’s one thing, but as it stands using 0.9 is inadvisable.

    _KB_, absolutely with regards to importers for other systems. We’ve held off on any importers so far because I really didn’t feel like bbPress was ready for switchers, there was so much fundamentally broken about its experience.

    Milan, BBXF is a nice idea but, like BackPress, it’s a bit of a boil-the-ocean approach. From our point of view rather than getting every system in the world to adopt this new format, it’s better to just target importers for specific platforms as the market demands it, which has worked well on the WP side.

    #91728

    In reply to: Facebook Connect Help

    I think Dailytalker was using deep integration, which loads the whole of WordPress on bbPress page loads so that you can call functions on the WordPress side from bbPress itself. Thus making virtually every WP plugin to work inside bbPress

    #78509
    pagal
    Participant
    #91718

    While it’s great that Matt is overseeing the complete reqrite of this project into something that requires WordPress to run, I think we should be just a tad guarded against getting euphoric about 1 line in 1 interview.

    First off, the interview took places months before it’s published date, and lets remember that on 1st May (only 2 months ago) Matt’s opinion was this:

    http://bbshowcase.org/audio/Matt-on-bbPress-2010-May-1.mp3

    #56991
    zaerl
    Participant

    bbPress and WordPress use gravatar which is the same service.

    #56990

    Does this work good, or should I keep looking for a better solution? I want avatars to match on WordPress and BBpress integrated site.

Viewing 25 results - 17,701 through 17,725 (of 26,846 total)
Skip to toolbar