Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 62,101 through 62,125 (of 64,459 total)
  • Author
    Search Results
  • #54348
    spencerp
    Member

    Yeah, I setup Xampp Lite on my computer to be able to run WordPress and bbPress. Then I modify things, and play with it on the localhost before uploading things to my live sites/forums..

    spencerp

    #55607
    kessel
    Member

    I can access everything. I can log in and log out to WordPress, Coppermine, phpMyAdmin –basically everything.

    bbpress still tells me it can’t find the username.

    #54347
    chrishajer
    Participant

    What is bbPress used for when installed locally on a Windows machine? Is that just a test environment?

    #1566

    Topic: User profile link

    in forum Themes
    wittmania
    Member

    I searched for this and didn’t find anything, but by scrounging through the code I found the necessary functions to make it work. I long for the day when the tags/functions in bbpress are documented like they are in WP.

    At any rate, I don’t really care for the “Title” line under a post author’s name, and I wanted to replace it with a simple link to the post author’s profile instead. The code I used was:

    <a href="<?php bb_option('uri'); ?>profile.php?id=<?php echo (get_post_author_id()); ?>">View Profile</a>

    I added this in post.php, where the <?php post_author_title(); ?> line had been inside the threadauthor div.

    I’m so proud of myself, I think I’ll go have a snack!

    #1567
    kessel
    Member

    Installing bbpress to replace phpBB. Got through everything, using the same database as WP, can access the database, WP, Coppermine — everything with my username. It’s correct in config.php. When I enter the username (I get no dropdown), it tells me:

    “Username not found. Go back and try again.”

    I’m no slouch at PHP, and I’ve tried everything.

    Ideas?

    #54344
    spencerp
    Member

    Just a note, and it would be nice if this was FIXED in core soon please! I currently just did a fresh install of the TRUNK on localhost, and have the same problem as Kirkk here:

    https://bbpress.org/forums/topic/700?replies=36#post-4849

    Stylesheet URL is this:

    <link rel="stylesheet" href="http://localhostforum/bb-templates/kakumei/style.css" type="text/css" />

    That plugin Trent posted is applied, and is NOT working… Please, fix this issue soon guys.. ;) :) And by the way, no, my localhost copy of the forums are still borked.. >_<

    And course! My config.php file settings are right.. I’ve done this numerous of times before.. wheee! Even used the original config.php file from before, when it was installed before and working.. she still borked regardless sigh..

    spencerp

    #55520
    Trent Adams
    Member

    When the install is live on the internet, it seems to be easier to fix. The fact that this install of your is on a localhost can arrive as so many different problems. Check out the following posts:

    https://bbpress.org/forums/topic/821?replies=5#post-5025

    https://bbpress.org/forums/topic/820?replies=3#post-5018

    https://bbpress.org/forums/topic/795?replies=21#post-4852

    https://bbpress.org/forums/topic/701?replies=7#post-4362

    https://bbpress.org/forums/topic/730?replies=9#post-4424

    Are you testing? Is that why you are installing on your own computer? Do you have a host to test this out on?

    Trent

    #55593

    In reply to: Keymaster reset issue

    chrishajer
    Participant

    Just run the upgrade (bb-admin/upgrade.php) – it doesn’t delete (or drop or truncate) anything, it just upgrades the database. You can view the source of the functions called by upgrade.php right here:

    https://trac.bbpress.org/browser/trunk/bb-admin/upgrade-functions.php

    If you WANTED to reinstall, you would need to clear the old tables, then run install.php. Don’t do that.

    And with any upgrade script, be sure to backup your database and filesystem first.

    #1563
    markhealey
    Member

    Hi, I am installing the newest version of (0.8.1) but using an older bbpress database (upgraded)… and have lost my keymaster info.

    I have followed instructions here:

    http://bbpress.org/forums/topic/185?replies=6#post-909

    But when I run install.php again, nothing happens — the page simply says : You appear to have already installed bbPress. Perhaps you meant to run the upgrade scripts instead? To reinstall please clear your old database tables first.

    I obviously don’t want to delete my old tables.

    Help!

    Many thanks

    #55516
    flatworm
    Member

    I changed all the settings. Now it is the same way I had it at first:

    Then I changed domain to the one it told me to, and it loaded as a page with no graphics, full of error messeges. I remember, that I installed it sucessfuly long ago, by installing it, then changing config to the correct settings.

    I saved the previous version of config, so it is not the worst.

    Warning: Cannot modify header information – headers already sent by (output started at C:AllProgramingphp&mysql SERVERwordpressbbpressconfig.php:67) in C:AllProgramingphp&mysql SERVERwordpressbbpressbb-admininstall.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at C:AllProgramingphp&mysql SERVERwordpressbbpressconfig.php:67) in C:AllProgramingphp&mysql SERVERwordpressbbpressbb-includesfunctions.php on line 1819

    First Step

    Make sure you have everything (database information, email address, etc.) entered correctly in config.php before running this script.

    Your $bb->domain setting must only include the http:// and the domain name; it may not include any directories or path information.

    Current settings

    $bb->domain: http://localhost/wordp

    #51368
    wmarcy
    Member

    I am getting the same thing “You don’t have permission to do that”

    Using Firefox 2.0.0.2 Mac OSX 10.4.8 BBPRESS 0.8.1 (With the Bozo-FIx plugin)

    #55586
    Trent Adams
    Member

    This is a setting in your config.php, but if you are interested in limiting discussion based on time, check out this plugin:

    https://bbpress.org/plugins/topic/21?replies=1

    Otherwise:

    // The number of topics that show on each page.
    $bb->page_topics = 30;

    Trent

    #52641
    CMoseley
    Member

    Does this still work anymore in bbPress 8.2?

    When I went to modify the functions.php as requested in the top thread, I didn’t find a seemingly logical place to put the code.

    Between lines 1382 and 1394:

    $topics = array_flip((array) $bbdb->get_col("SELECT topic_id, COUNT(*) FROM $bbdb->tagged WHERE tag_id = '$tag_id' GROUP BY topic_id"));

    $counts = (array) $bbdb->get_col('', 1);

    if ( $tags = $bbdb->query("DELETE FROM $bbdb->tagged WHERE tag_id = '$tag_id' AND user_id = '$user_id' AND topic_id = '$topic_id'") ) :

    if ( 1 == $counts[$topics[$topic_id]] ) :

    $tagged = $bbdb->query("UPDATE $bbdb->tags SET tag_count = tag_count - 1 WHERE tag_id = '$tag_id'");

    $bbdb->query("UPDATE $bbdb->topics SET tag_count = tag_count - 1 WHERE topic_id = '$topic_id'");

    $bb_cache->flush_one( 'topic', $topic_id );

    if ( 1 == count($counts) )

    $destroyed = destroy_tag( $tag_id );

    endif;

    endif;

    return array( 'tags' => $tags, 'tagged' => $tagged, 'destroyed' => $destroyed, 'sig' => array(0, __('Signature')) );

    }

    I put it on the second to last line, but somehow I don’t think this is correct as its not working =D.

    When I go to my profile page, there is no option to input a signature of any sorts, so obviously I can’t have a signature show up.

    Any help would be much appreciated.

    #55566

    In reply to: User ID = 999999999?

    Trent Adams
    Member

    When you are integrated with bbPress, it uses the wp_user table for users. It shouldn’t have done anything to your WP install just integrating with bbPress. That is strange. I don’t think I have ever seen this one. Even with both integration plugins, registering in either program I can’t replicate this. Anyone else seeing this as well?

    Trent

    M
    Member

    Are you using the Role Manager (or a similar) plugin in WP? That causes registration through bbPress to set new users as an Admin in WP. I disabled my bbPress registration because of that and just run everyone through WP registration instead.

    #55585

    In reply to: Force WP registration

    M
    Member

    I force the WP registration on my users since the Role Manager WP plugin we use causes the bbPress registration to mark new members as an Admin. I customized the wp-login.php page and included text stating that registration was for both our site and forums.

    Just add your WP registration link in place of the bbPress one in login-form.php. If you don’t use a customized theme, I’d stick it in your my-templates folder so it doesn’t get lost when you update.

    #55494
    ear1grey
    Member

    macwise, no offence meant, and apologies if any taken. i’m too short on time at the mo and had meant to add a pointer to php.net (which I’ve pointed ppl at previously) before I got sidetracked by a demanding supervisor. ’tis better to have a community where you feel ok to ask – after all, the only dumb questions are those that remain unspoken.

    #1560
    #1559
    wittmania
    Member

    I have recently integrated a bbpress install with an existing wordpress blog/site. The WP blog had three users prior to the integration, and all three made it over to the bbpress install with no problems. However, today a new user registered on the WP side and her ID defaulted to 999999999.

    I proceeded to register a “dummy” user, just to see what happened. The next registration ticked up to user ID #1000000000. While I doubt that this will lead to any serious problems, it seems silly to me to have user IDs starting around ONE BILLION, when even 1,000 would be plenty high enough for my lil’ ol’ site. Having McDonald’s-esque “XX billions served” sized numbers seems to fly in the face of the “Code is poetry” mantra.

    Any ideas as to what’s going on here?

    #55284
    chiensavant
    Member

    Hi,

    sorry for the late reply, but the instruction given to me were not all the clear, I apparently was looking for a solution that wasn’t the one that would work for us.

    To sum up the info I have, user authentification will not rely on BBpress authentification, but on our own user table (login and password) called by a simple htaccess file.

    AuthUserFile /home/login/.htpasswd
    AuthGroupFile /dev/null
    AuthName "Private"
    AuthType Basic
    <Limit GET POST>
    require valid-user
    </Limit>

    So our users will not need to register a new account to get access to BBpress (that is intended to be private only) and they’ll just use their existing account.

    We might use cookies to allow easy naviguation between BBpress, WordPress and the login page (that will contain a load of other things)

    I haven’t seen any tips on wordpress forum either. Maybe my eyes were not wide open at the time ?

    Can it simply be done without rewriting the whole login process ?

    #55460
    tgpuckett
    Member

    wittmania,

    Fortunately I haven’t noticed any of that yet, as I started from scratch with a clean WP and bbPress install before doing the import. Thanks!

    #55526
    Trent Adams
    Member

    This thread has the most recent WPMU stuff that I know of.

    https://bbpress.org/forums/topic/835?replies=7

    Trent

    Trent Adams
    Member

    As long as your wordpress default user role is subscriber, it should be working…hmm. If not, maybe post a comment on that plugin in the bbpress.org/plugins/ repository. I am pretty sure it should work that way.

    Trent

    #55459
    wittmania
    Member

    One thing you may run into is conflicting user IDs between phpbb users and existing wordpress/bbpress users. If so, you can change the user IDs in phpbb before you import it by using this mod:

    http://www.phpbb.com/phpBB/viewtopic.php?t=388155&sid=3d5e8f776a7086b6fec64c3e80c7cbca

    By changing the user IDs in phpbb to 99991, 99992, and so on, so they don’t conflict when they come over.

    #55491
    chrishajer
    Participant

    macwise, you might find a php group more helpful for general help with parsing files with PHP, since it’s not purely a bbPress problem.

    Parsing Apache access_log files with PHP

    First Google result for that search.

    More generically, this Google search might help.

Viewing 25 results - 62,101 through 62,125 (of 64,459 total)
Skip to toolbar