Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,826 through 53,850 (of 64,365 total)
  • Author
    Search Results
  • #70681
    virginiagirl
    Member

    I figured it out – $path or $page must be variables used by bbPress, so I changed their names and it works now. Thanks!

    #70815
    Ganzuelo
    Participant

    When you say trunk does that mean its fixed in the download link too?

    #70814

    my Wodpress version 2.7

    my bbPress version 1.0 Alpha 5

    Integrated wordpress. Use wordpress user table.

    Example:

    User Name : admin then login bbPress.

    User Name : hasan then login bbPress.

    but

    User Name : 123456 then cant login bbpress.

    Help me..!

    #70813
    jivany
    Member

    I can confirm that the install fatal error issue is fixed in trunk. Thanks Sam!

    #70812
    sbouazza
    Member

    About the “backpress_get_option” error : I don’t even know if it’s the best way, but you can edit functions.core.php and add this :

    include "functions.bp-options.php";

    It works for me :-)

    #70811

    Yes I do have the role map setup in the bbPress admin area. I also installed the additional role map plugin you made just to see what it was for, and retried these steps with and without it active.

    I think this evening I’m going to retest this on stock installs of both to see if any of my plugins are conflicting. I am using the Register Plus plugin on the WP side, so I suppose it’s possible it could conflict (as far as I know it uses the stock WP registration and user activation methods to create them though.)

    #70221

    In reply to: Sanitizing user names

    Sam Bauers
    Participant

    The sanitize_user() function is the same in bbPress as it is in WordPress. Even the filter names are the same. Still, WordPress plugins don’t generally work in bbPress without some modification.

    #70679
    Sam Bauers
    Participant

    Sounds like the problems people had with deep integration, where the bbPress role was being stomped on.

    #70810
    Sam Bauers
    Participant

    @johnjamesjacoby

    Do you have a role mapping setup in bbPress? It should at least work in one direction. Unless I broke it worse with the fix.

    #70809
    Sam Bauers
    Participant

    The PHP warning is also fixed in trunk.

    #70808
    Sam Bauers
    Participant

    The upgrade page is generally only triggered when visiting the admin area, and only if the database needs upgrading (i.e. the db version number has changed)

    #70807
    Sam Bauers
    Participant

    Installation issue is fixed in trunk. Need some time to debug the auto-role-assignment issues.

    #70806
    lstelie
    Member

    Helloo,

    I upgraded to alpha5 (through svn) and no problem (except the login problem I have since a few releases : I can be logged in WP OR in BBpress but not in both at the same time, if I log in in one I’m logged out on the other..)

    #70805
    hotforwords
    Member

    @johnjamesjacoby, I get the exact same problem. I cannot get a role assigned to my users at all! And it’s really frustrating. I create a user in BBPress and no role assigned in WordPress. User created in WordPress and no role assigned in BBPress. I have the exact same problem as you.

    #70678
    virginiagirl
    Member

    I am comparing the two right now to see if I deleted something important. Do you know which php file I should be looking in? I did not integrate the forum with WordPress and am using the latest version of bbPress (I just installed it a few days ago). The only plugins I am using is the Akismet plugin. I guess I must have deleted something although I’m not sure what!

    #70804
    jivany
    Member

    @segwayinfo: Last night was supposed to be “Install WPMU, BudyPress and bbPress” night for me. Oh well. :)

    #55955

    In reply to: Show off your Forum !!

    -skipper-
    Member

    Based on Scoun theme from Mike Lothar.

    Plugins used:

    – Akismet

    – Human Test for bbPress

    – bbpress SEO tools

    – Allow Images

    http://marinerodeaguadulce.com/foro/

    #70803
    segwayinfo
    Member

    @Jeff: Same problem here.

    A little bit frustrating, installing BuddyPress, which needs bbpress. I guess we will have to wait for an fix.

    #70802

    Also, when I register a new user through WordPress as per normal, that user is still not assigned a role in bbPress. Not when they login, not when they hit the forum for the first time. Not ever.

    My Steps:

    1. I used a Chrome browser window to register a new user through WordPress
    2. Logged in via WordPress
    3. Hit the forum
    4. User could not post, looks like has no role
    5. Logged out via WordPress
    6. Used FireFox to login as admin to check new user role
    7. No Role Assigned
    8. Used Chrome to login through bbPress
    9. Hit the forum
    10. User could not post, looks like has no role
    11. Used Firefox admin to edit Test user
    12. Received typical error message (noted below)

    Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /forums/bb-includes/functions.bb-template.php on line 2009

    Basically it looks like the exact same error message as before, with the same circumstances.


    Round two using alpha 5 trunk from the SVN went exactly the same way, only this time when I logged in via bbPress, the above Warning went away, but that user is still marked as Inactive by default when they should be a Member according to the role map.


    When registering through bbPress, the new user still is not assigned a Role on the WordPress side either.


    Sam, can you explain to me what was supposed to be different in alpha5? Maybe I misunderstood…

    #70801
    jivany
    Member

    Hi, just FYI, I’m getting the same fatal error on a fresh install out of SVN. No previous version of bbPress installed.

    Jeff

    #70800

    When I renamed my old config file, I actually received the same error.

    Fatal error: Call to undefined function backpress_get_option() in /forum/bb-includes/backpress/functions.core.php on line 412

    So I renamed my config file back, visited the forum, and then it prompted me for upgrade.

    Is there a specific upgrade page to visit now rather than just hitting the root of the forum?


    Sam, it seems this only happens when I upgrade from alpha4 to alpha5. I was running a trunk version, and received no errors and wasn’t even prompted to upgrade from trunk to 5.

    #70799
    Ganzuelo
    Participant

    I just received this error on the install screen just after it tells you it cannot find a config file. I changed my old one to config.old.php (received error) then to bb-config.old.php. (received error)

    Fatal error: Call to undefined function backpress_get_option() in /nfs/c03/h04/mnt/57391/domains/willclan4food.net/html/bbpress/bb-includes/backpress/functions.core.php on line 412

    I then just had a funny feeling so I just changed the file name back to bb-config.php and when I went to my forums it said I needed a update.. updated and all seems well.

    #70757

    In reply to: List of Hooks/Actions?

    This weeknd I plan on loading bbPress into some kind of IDE (probably eclipse) so I’m able to check this type of thing out a little further. I’ll update here if I can get them.

    #70798
    Ganzuelo
    Participant

    Upgrading now

    #70797

    Looking forward to this Sam. Thanks again for the fast updates. Will check it out tonight and report back asap.

Viewing 25 results - 53,826 through 53,850 (of 64,365 total)
Skip to toolbar