Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,926 through 50,950 (of 64,449 total)
  • Author
    Search Results
  • #74487
    Anonymous User
    Inactive

    After the Update to bbPress Version 1.0-rc-3 my problems are gone. I think everyone should test there used plugins, backup and then test the update. Can’t wait for bbPress 1. :)

    https://bbpress.org/forums/topic/cookie-integration-problem-wp28-bb-10-rc-2

    #74558
    Anonymous User
    Inactive

    Hi ced,

    thanks for your post – your hint (phpMyAdmin) was great!

    Cookie-Integration works perfekt after the update to Version 1.0-rc-3 and a few changes in phpMyAdmin – without the bbPress integration plugin.

    #74954
    stevebooth
    Member

    Know what? I got fed up with my hosting service. ;P

    I spent the entire morning working on my bbPress implementation, and had an epiphany about ten minutes ago. I asked myself… ‘Why in the name of the seven seas are you using Concentric?’ When I couldn’t come up with a better answer than ‘it’s what I always use’, I whipped out Google, entered the term ‘best wordpress hosting service’, was routed to WordPress’ hosting page, and I just signed up with bluehost.

    So… this is now all moot (hopefully). I’m planning on just working on CONTENT after my nameserver updates happen! YAY!!!!!!!

    I feel like going on vacation :P

    #75047

    Mad idea.

    Convert it to phpBB2 (NOT 3!) – http://forum.yetanotherforum.net/default.aspx?g=posts&t=782

    Convert phpBB to bbPress – http://www.iteisa.com/phpbb2bbpress/

    See also: https://bbpress.org/forums/topic/import-smf-to-bbpress

    If you read the SMF to bbPress thread you’ll see what machinations were needed. Good luck!

    #75025
    frooyo
    Member

    All

    Since I’ve never developed a plugin for bbPress before …

    Does anyone mind pointing me in the direction of where I should begin.

    I would like to attempt to port WordPress Super Cache (output cache) plugin to bbPress for non-logged in users.

    #75024
    r-a-y
    Participant

    Hi Sam,

    Sorry for not being clear.

    I’m using object cache and not WP Super Cache.

    #60896

    @Atsutane – I had slightly misunderstood how to use the filters in the Latest Discussion plugin, and I realize I can get closer than I thought with that plugin. However, I don’t think I can get all the way there. The bbld_forum filter seems to be applied to the variables before they have been given values, right? So, you could, as in the example, replace a specific gravatar based on the $user_data variable. But is it possible to get the $forum variable in the same way? What I need is to determine the forum ID within my filter function.

    #75023
    johnhiler
    Member

    Frooyo – I think the WP Super Cache is just being used on top of WordPress MU, which is the core engine for BuddyPress…

    #60895

    Great, thank you. I hope that will solve my problem.

    #75022
    frooyo
    Member

    @r-a-y

    Are you using the WP Super Cache (output cache) with success?

    If so, I would be EXTREMELY interested in know how you got it to work.

    #15097
    michael3185
    Member

    I’m trying to change the post author link which is displayed as ‘Key Master’ (for example) to ‘User profile’. Tried lots of variations having looked through the bbPress template functions file, but can’t get it to work. The top part of my post.php code is this at present;

    <div class="threadauthor">
    <?php avatarupload_display(get_post_author_id()); ?>
    <p>
    <strong><?php post_author_link(); ?></strong><br />
    <small><?php post_author_title(); ?></small>
    </p>
    </div>

    The post_author_link() line becomes;

    <a href="http://mbforum.letsdoo.org/profile/michael">Key Master</a>

    I realise I’m just not grasping how the PHP code/functions work, so if anyone thinks, “Oh yeah, all you do is…” I’d be very grateful for an answer.

    rogg
    Member

    Hey,

    I’m also stuck at a similar stage to some others here, although it seems to be step 0 on the basis that I don’t even see the “let’s get started” link. I have uploaded the files to the server, but cannot find anywhere to go from there. No files appear to do anything positive. If I go to bbpressbb-admininstall.php I get:

    Warning: main(BB_PATHbb-admin/class-install.php) [function.main]: failed to open stream: No such file or directory in domain/html/bbpress/bb-admin/install.php on line 12

    Fatal error: main() [function.require]: Failed opening required ‘BB_PATHbb-admin/class-install.php’ (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in domain/html/bbpress/bb-admin/install.php on line 12

    I have looked at installing libraries, but can’t find where to start. I know this is starting back at the beginning and I would really rather have worked this out, but I can’t think how to move forward from here.

    Thanks for any help.

    Rog.

    #74641

    In reply to: Deep Integration Issue

    crimsonmai
    Member

    Immelody, just curious if you could give a quick run through of how you were able to apply (or convert) your wordpress theme to bbpress. I’ve been trying to learn how to do it, and so far what I’ve read is to copy the header and footer from wordpress to bbpress. Problem is I’m not that great at programming so it’s a bunch of guess work. I’ve been trying to do it unsuccessfully for about 3 months now…

    Sorry to bother you, but if you could help I’d really appreciate it and I’m sure it would help others as well!

    Edit: I forgot to mention I have the databases integrated although I’m not sure how I managed that :) It’s just recreating the theme that is really stumping me.

    #74951
    johnhiler
    Member

    By going gold, I just meant that the bbPress staff is about to officially declare a release as version 1.0:

    http://en.wikipedia.org/wiki/Software_release_life_cycle#RTM

    I personally think that there have been a lot of code changes (and new features) recently, and some extra time to focus as a community on identifying and debugging issues would be really good for the release. But obviously it’s not my call.

    After version 1 comes out, a wiki-based codex will be added to the site and we’ll work as a community to get the documentation up. Hopefully there can be more documentation around what functions like bb_permalink are intended to do. I’ll do my best to see if we can’t nail down bb_permalink’s specs asap!

    Hope I didn’t say anything to offend… I’m just a bbPress user, trying to help out another user. :-)

    #75021
    Sam Bauers
    Participant

    There have been significant changes in the file where your errors turned up (exactly around those lines).

    There is a good chance that the problem no longer exists, but please give us a bit more info to go on.

    #75020
    Sam Bauers
    Participant

    That article on the BuddyPress Codex is a little confused.

    Are you using WP-Super-Cache (output caching) or an object based cache like the memcached object cache?

    #74950
    stevebooth
    Member

    WordPress is working great. I had a couple of minor config details on the install, but it went in marvelously.

    I know what the problem is. It’s bb_repermalink. It’s creating 404s and endless loops because the code inside it can’t handle the way SunOS sets up it’s system variables. The problem is, I don’t know what the stupid thing is supposed to do, so I cant figure out if the code is fixed or broken (and of course there are exactly zero tech docs on either it or bbPress). There are some REALLY strange regex replace operations in there that frankly look wrong to me, but I don’t know enough about bb at the moment to know how to fix them.

    I’m going to completely disable repermalink tomorrow, and see if I can get the rest of the system to work without it. I tried that a bit ago and at least got past the first page. (although it told me, when I clicked on one of the forums it was displaying that the forum didn’t exist. At least that’s better than 404s and infinite loops.)

    Not caring about SunOS is shortsighted in my view, and calling the current code ‘Golden’ would be a mistake. What I’m seeing in bb_permalink is going to cause major problems in tons of non-Sun machines, I believe. If they release 1.0 the way it is, I predict it will crash on a large percentage of WP users’ machines and engender a great deal of dissatisfaction as a result.

    My 2c, for what it’s worth.

    #74949
    johnhiler
    Member

    Ah I see you’ve been going back and forth with Sam in trac:

    https://trac.bbpress.org/ticket/1126

    It looks like he moved it into the version 1.5 milestone… not sure what that means priority wise. But it sounded like he was saying that SunOS support isn’t a priority on the official roadmap. But developer support isn’t the only path here – someone may be able to come up with a plugin to add Solaris support! Especially if we can define exactly what the issue is.

    Right now probably isn’t the best time to get bandwidth from Sam, since bbPress 1.0 seems to be in the process of going gold in the next week or so.

    Just out of curiosity – does WordPress have any issues running on Solaris?

    #73362

    In reply to: Menu Links

    mikemcd22
    Member

    Yes – Correct. I have tried it several ways. As per your example, I renamed the folders to “mikes-kakumei” and received the same error.

    What is the reason the file cannot be edited in “bb-templates” I made a crude attempt at it today at http://www.volleyballnh.com/forums/bbpress/

    #75019
    r-a-y
    Participant

    @johnhiler, I have two test environments.

    One is on my localbox, which doesn’t have WP_CACHE enabled.

    The second is my development server, which has WP_CACHE enabled.

    I should add that I’m using deep integration between WPMU 2.7.1 and bbPress 1.0 alpha 6.

    The problem only occurs on the development server, which leads me to infer that it only happens when WP_CACHE is enabled. However, I’ll turn WP_CACHE off and let you know what happens.

    @sambauers, BuddyPress + WPMU 2.7.1 + bbPress integration works really well on bbPress 1.0 alpha 6 (cookies and all). I haven’t upgraded because I’m afraid I will break integration somehow.

    If I were to upgrade, it will be when bbPress reaches version 1 status and when other BP developers can test out all the kinks involved with integration.

    #74948
    stevebooth
    Member

    Well… I beat my head against this wall the whole day and got exactly nowhere. bbPress still is broken, now after over two days… and frankly, I have no idea at the moment how to fix it.

    #75018
    frooyo
    Member

    @Sam

    Does your message imply that if we use trunk, then WordPress static caching will work in bbPress?

    #75043

    Thanks

    i just reinstalled bbpress after deleting all database tables with prefix bb.

    It was easy as i had no content in forum.

    Thanx

    #69186
    Nnyan
    Member

    That’s awesome! great work. How did you geotag your posts/info? I’ve been looking for a bbPress geotag plugin.

    #60894
    Sam Bauers
    Participant

    I won’t be able to get to bbPress Live until after 1.0 is released. Hopefully that’s in a couple of days.

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