Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 45,501 through 45,525 (of 64,519 total)
  • Author
    Search Results
  • I tried! Had no luck!

    I commented out everything that I added and I am getting some interesting results. Its integrated now. I can access everything except a small behavior.

    When I login from bbPress side, if I try to access http://needaproject.com/wp-admin/ I can get to the dashboard but if I try to access the URL like http://needaproject.com/wp-login.php or http://needaproject.com/wp-login.php?redirect_to=http%3A%2F%2Fneedaproject.com%2Fwp-admin%2F I get the login screen. It doesn’t recognize that I am logged in.

    OMG!! bbPress is so much screwed up when it comes to issues.

    #82418
    Meraj Chhaya
    Member

    Who did your design? I’m looking for a bbPress expert to help me, but I can’t find anyone up for a paid job.

    oooh i forgot somethings:

    I also have this in my WP-config:

    // This is meant to help BBpress

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    Again, not totally sure these are neccessary, but once you have something that works you stick with it :)

    Morning lads and lasses,

    I can’t replicate this problem with an existing/live website, but i may have some suggestions. From the time of the 0.9 to diffrent versions of WP (and SuperAnn and _ck_’s plugins), i’ve found i end up putting in a huge amount of data into my bb-config.php file, and then force everyone to login via wordpress (that way i know i’ve only got 1 point of failure).

    If you can’t access the bb-admin admin area when being logged via wordpress try making sure these values are in your bb-config.php file.

    define(‘BB_SECRET_KEY’, ‘bb_secret_key’); // Change this to a unique phrase.

    define(‘AUTH_KEY’, ‘auth_key’);

    define(‘LOGGED_IN_KEY’, ‘loggedinkey’);

    define(‘BB_AUTH_KEY’, ‘authkey’);

    define(‘BB_SECURE_AUTH_KEY’, ‘secureauthkey’);

    define(‘BB_SECURE_AUTH_SALT’, ‘secureauthsalt’);

    define(‘BB_LOGGED_IN_KEY’, ‘loggedinkey’);

    define(‘BB_SECRET_KEY’, ‘secretkey’);

    define(‘BB_SECRET_SALT’, ‘secretsalt’);

    define(‘BB_LOGGED_IN_SALT’, ‘loggedinsalt’);

    $bb->wp_siteurl = ‘http://www.**********.com/’;

    $bb->wp_home = ‘http://www.**********.com/’;

    $bb->wp_table_prefix = ‘wordpress_’;

    $bb->user_bbdb_name = ‘**********’;

    $bb->user_bbdb_user = ‘**********’;

    $bb->user_bbdb_password = ‘**********’;

    $bb->user_bbdb_host = ‘localhost’;

    $bb->custom_user_table = ”;

    $bb->custom_user_meta_table = ”;

    $bb->authcookie = ‘wordpress_’;

    $bb->cookiedomain = ”;

    $bb->cookiepath = ‘/’;

    $bb->sitecookiepath = ”;

    $bb->wp_table_prefix = ‘wordpress_’;

    $bb->WP_BB = true;

    /* Stop editing */

    I know this may sound daft, and i can’t pin point the technical reason for it, but with the combination of WP moving to a different security routine in WP2.7/2.8 and bbPress moving to BackPress i find that having that extra data in and predefined has solved 99% of my login issues.

    I think, and those of you more technical than i am may debunk the idea, that bbPress does a “double dip” where it tests you as having a cookie on the front end and that the name is associated with a key master or admin, but then on the backend it actually checks your admin credentials against the WP database and cookie has and thats what fails (who do we thank for backPress??).

    Sadly bbPress admin area (or any admin function) doesn’t give error messages, so the exact issue we won’t know unless you can run a profiler.

    Give my additional code a try, and we’ll see if that makes a difference.

    Kev

    Hi,

    I am using bbpress for my forum page, located at polina-such.freehostia.com/bbpress.

    I am using the cool TooNewsy theme. (http://www.bbpressthemes.net/too-newsy/)

    The only problem I have been having is that I cannot extend my header across the page without it somehow knocking the sidebar under the forum posts! I want the sidebar to stay where it is, but I also need the header to stretch across the page and not end prematurely.

    I have tried for days to fix the css to no avail. I have also tried reaching out to the developers but have not as of yet gotten a response.

    I would greatly appreciate it if anyone here can help. Thank you very, very much!

    Robert

    r-a-y
    Participant

    I’m going to try to answer the OP’s questions.

    What is the advantage, of any, of having BBPress either instead of or in addition to BuddyPress?

    Advantages of using bbPress – using bbPress plugins, forum categories and sub categories. If you want the traditional forum, go with bbPress.

    BuddyPress’ internal bbPress relies on a concept called “groups” (similar to Facebook). You need to create a “group” in order to create a group forum. BP’s internal version of bbPress also uses a flat structure, you cannot categorize group forums into categories (as of now). Also, out of the box, you’ll need to port bbPress plugins to WP/BP in order to use them. Not many bbPress plugins have been ported to BP as of yet.

    Advantages of using BuddyPress – template matches the rest of your site. Social networking in a box for WP (if you need it). Check out http://testbp.org/forums to view the forum layout.

    Will (bbPress) now work with a straight WordPress install, or is it tied to WordPress MU at this point?

    Works in both instances. bbPress integration plugin handles this fine.

    (With the upcoming integration of WP and WPMU, at this juncture I simply don’t want to go through the hassle of installing MU.)

    BuddyPress 1.2 is now supported by regular WP, so no need to install WPMU if you don’t need it.

    #82111
    johnhiler
    Member

    The plugin works for me in bbPress 1.0.2. Is that the version you’re using?

    If so, it’s probably going to rest on you: you most probably have a theme or plugin conflict.

    #82110
    Marius-
    Member

    Well, hopefully the solution to this problem isnt entirely on my shoulders.

    There are other people experiencing the same out there. Maybe someone can figure out how to solve this on their own. Without my participation. *Crossing fingers*

    #82109
    johnhiler
    Member

    Sorry man, I’ve done as much remote diagnosis as I can!

    If you’re not comfortable having a volunteer from here access your server (which I totally understand), you may want to hire someone? Either way, you should do a full backup of your entire database and files first!

    Good luck…

    #82108
    Marius-
    Member

    Can this have something to do with Ajax support failing, server-wise?

    #82107
    johnhiler
    Member

    I was able to get the Polls plugin working on a 1.0.2 install…. so it should be possible.

    You shouldn’t be editing the original template under /bb-templates/. You should move your custom theme to under /my-templates/, and then re-upload the old Kakumei under bb-templates.

    It’s very helpful to have Kakumei around, when you’re attempting to eliminate themes as a source of conflict with plugins.

    #82106
    Marius-
    Member

    Yeah, I havent made a separate theme. I´ve edited the original Kakumei that came with the software. So theres no “default theme” any more. Just one.

    It seems you ran into this problem on other setups too, didnt you say so? Cause I see you´re doing the process of elimination, but I´m not the only one having this problem, so it must be something more universal.

    #82105
    johnhiler
    Member

    All I was going to do was activate the original Kakumei theme and then re-test poll creation. Then de-activate Kakumei and go back to your original theme.

    I know you mentioned you only changed the CSS, but even that could cause issues. So thought I’d try that, and also review your list of plugins to look for compatibility conflicts.

    Feel free to try that stuff yourself! And good luck…

    #82104
    Marius-
    Member

    Well I appreciate you trying to be helpful. I just cant hand out important stuff like that without knowing exactly how and when it will be used.

    After this topic was created, I had a guy that registered on my forum to diss MJ and stink up the place by calling him a pedophile etc. Not much fun for the other members.

    #82103
    johnhiler
    Member

    Ah sorry, I don’t really do IM support. Was just trying to be helpful…

    I wouldn’t worry about 1.1… once you have something working, you don’t necessarily need to upgrade to the latest version unless you want to.

    Re: 1.1, Matt’s update last week about the upcoming version didn’t mention polls: “[The] 1.1 release will include email notifications and anonymous posting, both of which are in trunk and would appreciate testing and patches. After that it’s bug fixes, and release.”

    https://bbpress.org/forums/topic/whats-happening-with-bbpress/page/5#post-64400

    But I could’ve missed something!

    #82102
    Marius-
    Member

    Well, add me to msn in case then: marius @ reager .no

    I need direct contact for this type of deal.

    But I asked earlier: is this worth it? Making an old plugin work?

    Or should I forget about it, and wait for bbpress 1.1? Cause I understand a poll feature will be included there…

    #85344
    yoyopop
    Member

    I echo the above comments – am transferring a phpbb forum to bbpress at the moment and it’s so refreshing!

    #54469
    LizFilardi
    Member

    hey, can i use the same wordpress API key for my wordpress and bbpress integrated sites?

    #33254
    gerikg
    Member

    I don’t know if anyone cares but I’ll just put it out there:

    Every Theme you download from bbpressthemes.net (I can guarantee you the original authors didn’t do it) the headed.php has advertising codes….

    <script language="javascript">
    document.write('<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>');
    </script><a href="somewebsite" id="a1dd122">blah</a>

    Is this considered okay???

    Yeah, we debunked all that nonsense months ago here:

    https://bbpress.org/forums/topic/lets-talk-about-facebook-connect

    If you want to reignite that conversation in it’s own thread then lets do so mate :)

    I love how passionate you feel about it, and you obviously have some real world experience and exmaples to share. That’s great!

    But lets not derail dbneeley’s thread any further :)

    Dailytalker
    Member

    Monday, December 7, 2009

    Facebook hits 350 million users

    It’s only been a couple of days since Facebook revealed that it had topped 350 million users — exceeding the population of the United States. Back in September 2009, Facebook users were around 300 millions. Facebook proved to be more popular than eBay, Wikipedia and the U.S.

    Read more: http://www.blogtactic.com/2009/12/facebook-hits-350-million-users-latest.html#ixzz0gOfOpQCo

    This could also be a chance for bbpress. Some cooperation sometimes could help more than a fight against a superpower. Saddam Hussein didn’t have any chance against Bush Jr. Therefore we should acknowledge that Facebook is the clear leader at the moment.

    Facebook has become so huge that even some of its applications are drawing more traffic than many major Web sites

    gerikg
    Member

    KICKERMAN360 were you able to find a solution to your problem?

    So we’re agreed that Facebook is not Superman.

    Phew, i’d hate for two of us to make that mistake, better that just one of us looks daft!!!

    Dailytalker
    Member

    Yes, but facebook is only the clear market leader with some hundred millions potential visitors for a bbpress forum.

    Facebook also has groups…so for instance if you are running a forum for politics…go to facebook, search for groups about politics and than post a link to your forum….with facebook-connect no problem because facebook users can easily login without having to register again. Without facebook-connect this doesn’t work…you can just forget it.

    No facebook-connect login….thats a clear disadvantage

    I know, i mean, we didn’t have forums before Facebook Connect. Infact, i think Facebook invented the internet just for Facebook Connect, since it landed on this planet years ago. It makes the world go round, and saves baby seals, and leaps over tall buildings, and stops speeding bullets and loves Lois Lane. Oh no, wait, thats Superman. Facebook Connect is a poorly rolled out, poorly suported bit of software that a hideously small percentage of people actually use. I sometimes get Superman and Facebook mixed up – apologies to all, especially one mister C.Kent.

Viewing 25 results - 45,501 through 45,525 (of 64,519 total)
Skip to toolbar